When I tried to add url of my blog on google it asks for verify the site. There are two options for that. 1. Add Meta Tag. 2. Upload an HTML file. Please explain me how to add Meta Tag to my web page in detail.(how do I open the source code ?) For option 2, I know how to create a HTML file. But... What is the content of that HTML. Should It be a blank file just for verification or some specific content to be included there ? If so what should be included ? How can I upload it to my blog site. Please Explain Step by Step. Thanks in Advance./ Best Regards.
If you have access to the files you should just upload any (empty) file with the correct name (as example FTP). If you have no access to the files you can modify your index page: A meta tag is just a HTML part of your site in the <head> section. example: <meta name="somename" content="somecontent" /> You'll have to create a meta tag google asks you for.
get the verification code from google go to your homepage index.html or index.php add the Meta Tag just after <head> save the changes on your homepage go back to google and check for verification
Many thanks for all quikly responded to my quory. Please somebody explain how to add a Html page. I mean .... Suppose web page URL is http://my_Page.blogspot.com. If I need to add a page at http://my_Page.blogspot.com/new_page.html how can I do it at blogger.com using it's updating features without an another FTP ? Please support.