How to upload google webmaster tools HTML to my Blog(blogger)?

kristi

New member
I want my blog to be searchable in Google,so I went in "Webmaster Tools",downloaded the HTML file that is needed to verify my site. Then I went to "Layout" in my blog editing and when I try to upload upload the file,it says: "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog" and "We were unable to save your template". How can I solve this?
 
Choose the Meta Tag option on Google Webmasters... Get the code

Go to the blogger dashboard --> Layout --> Edit HTML
add the meta tag after <head>

to solve the error message...do this

You'll have something like
<meta id=BLAHBLAH>

now add </meta> after this
 
Back
Top