I am trying to verify my site with google.
They have said I have to copy and paste the following line.
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="verify-v1" content="h+kBXIgekCCDbSWyZ+jVGQ3LXeZbPnUZOIyZeQTQA04=" >
The example they gave is as follows
<html>
<head>
<meta name="verify-v1" content="h+kBXIgekCCDbSWyZ+jVGQ3LXeZbPnUZOIyZeQTQA04=" >
<title> My title </title>
</head>
<body>
page contents
</body>
</html>
Where excactly do I put this line. I went to my home page through the dashboard and hit the HTML button and it was not the same code as Google shows in there example.
I went to the header in the theme file and again it has not got the same code.
I want to put the code in the right spot, as I dont want to mess up my site,
Thanks for your help