How to Submit Blog Sitemap to Google through Google Webmaster Tools?


How to Submit Blog Sitemap to Google Through Google Webmaster Tools 


Any blog is heavily dependent on traffic from search result so if all the post of any blog are correctly indexed on the search engine then that blog can receive huge traffic from search results. We must make sure that all the posts or pages of our blog are indexed by Google. Google can then use this sitemap to quickly index all the entries of a blog.

 
Open Google Webmaster Tools

Google Webmaster Tools provides detail information about your site so you should sign and get started. To do this, simply add and verify your site and you'll start to see information of your site.

1- Go to the following address and sign in with your Google account:

http://www.google.com/webmasters/


2- Click on Add a Site button to add your blog.


 
3- A small box will appear, enter your blog URL in it.








4- Now you need to prove that you are the owner of this blog, for this you need to verify so click on verify.

5. click on  Alternate Methods and chose first option that is HTML tag


6. Now there will be a code  like the below copy that code

<meta name="google-site-verification" content="_6JzLeM-aXVrTDwKrxK1HPBWprm6_jcacr4piZTY" />

7- Now come back to your Blogger account and go to Template >> Edit HTML and tick the expend widget template

8- Now paste the Meta Tag right after <head> tag, the <head> tag is in the start of your code just after a few lines.






9- Once you've pasted the code, click on Save Template button to save your changes.

10- Now again go to your Webmaster Tools account and click on verify button to complete verification process.

11- If you've done everything right, you'll see that you're site is verified now.

Warning: Don't remove the Meta Tag after verification process, it might be checked again.

12- Now, you'll see the name of your site on your Google Webmaster Tools homepage.

13- Click on your site and you'll see a dashboard page of that site.

14- From the menu on the left side, expand the Site configuration option and then click Sitemaps.

15- On the next page, click Submit a Sitemap button and it will ask you to enter the sitemap of your blog. The address of your blog will be already there so you just have to add the remaining part which is:

feeds/posts/default?max-results=500

Overall the code would look something like this:

http://www.microhellps.blogspot.com/feeds/posts/default?max-results=500

Note:
All blogs have a feed address of this form:

http://www.microhelps.blogspot.com/feeds/posts/default

The above feed can display only last 25 blog posts. Most blogs have more than 25 posts so we must make sure that all the posts should get indexed. To do that, we can change the above code to:

http://www.microhelps.blogspot.com/feeds/posts/default?max-results=500

By adding this simple code now last 500 posts will be shown in the feed

16-So just submit the sitemap there and Google will take some time may be a day or two to index the contents of your sitemap.


Congratulation you have successfully submitted your site map now after one day or two sign in to your webmaster id and then click on your site after that all data about your site will be shown keep on checking that regularly..


No comments:

Post a Comment

Note: only a member of this blog may post a comment.