How to insert Webmaster code? HTML help please

Permalink
Hi Guys, all I want to do is insert the meta tag information for google webmaster. I have no idea how to access the html part of the site to insert this in. Can anybody give me basic step by step instructions on how to do this as I'm not a programmer. Please help me!!!

I 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>

 
ThemeGuru replied on at Permalink Reply
ThemeGuru
Check out the page properties (meta tags).

Personally when every I verify my site with google I use the html file. So much easier.
tallacman replied on at Permalink Reply
tallacman
Go to your theme folder via ftp. Add

<meta name="google-site-verification" content="n-rd7wUYf3Ghnl-hEFarHj1fDSdcOqlxW9xLnuFcOSU" />

to your elements > header.php file just before the </head> tag.

Steve