PeterJ Posted August 18, 2021 Share Posted August 18, 2021 hello! Anyone know a super simple way to add a google site verification html tag to the home page? thanks Pete Quote Link to comment Share on other sites More sharing options...
bsmither Posted August 18, 2021 Share Posted August 18, 2021 Adding a <meta> tag inside the <head> block of statements is one way to do this, but it seems another is to download a file from Google ('googlehashcode.html') and then deposit that file in CubeCart's main folder. Quote Link to comment Share on other sites More sharing options...
PeterJ Posted August 23, 2021 Author Share Posted August 23, 2021 Forgive my ignorance, but how do I access the <head> block? Quote Link to comment Share on other sites More sharing options...
bsmither Posted August 23, 2021 Share Posted August 23, 2021 Using a programmer's text editor, open the skin template main.php for editing. You will find statements similar to these: <html> <head> <!-- THIS IS THE HEAD BLOCK --> </head> <body> If your site is hosted, the hosting company probably provides you with a control panel to manage your site's contents. In the control panel, there will be a text editor to use to make simple edits to files. Quote Link to comment Share on other sites More sharing options...
PeterJ Posted August 24, 2021 Author Share Posted August 24, 2021 Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.