Monday, 16 March 2015

Remove google site verification meta tag from magento

Remove google site verification meta tag from magento



Had the same issue and on Magento ver. 1.8.0.0 - community.

- Log in to your Admin account
- Navigate to System > Configuration > Under "General" section on left side > Design and under "HTML Head" paste the code in the input filed next to "Miscellaneous Scripts"

For me I used to place the verification code for Google (Youtube, Webmaster, Adsense)
i.g.: <-meta name="google-site-verification" content="xxxxxxxxxxxxxxxxxxxxxxxxxxxx" /->


Check backend System -> Configuration -> Design -> HTML Head -> Miscellaneous Scripts and remove mentioned code leaving only following line there:
<meta name="google-site-verification" content="MhgZldxDOmNWQ74FSWwNH3Ou7SfCHuTCq1N640thSUI" />


No comments:

Post a Comment