How to insert Webmaster code? HTML help please
PermalinkI have to do the following ....
Copy the meta tag below, and paste it into your site's home page. It should go in the <head> section, before the first <body> section.
<meta name="google-site-verification" content="n-rd7wUYf3Ghnl-hEFarHj1fDSdcOqlxW9xLnuFcOSU" />
Show me an example
<html>
<head>
<meta name="google-site-verification" content="n-rd7wUYf3Ghnl-hEFarHj1fDSdcOqlxW9xLnuFcOSU" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>
Personally when every I verify my site with google I use the html file. So much easier.