How To Create blogger Sitemap For Blogs

Leave a Comment



Hello friends today here I come up with one of the important post In Blogger about creating a sitemap. This is we can say the second most important step which one should perform after creating a blog or after making a website.


I hope you guys are aware about the team sitemap. But there may be few newbie in this blogging world who might be not aware of sitemap. So, basically when somebody create a free blog with either blogger or WordPress or when somebody create a website. The first thing in there mind is "how they will get indexed in Google or Bing search engine" ?

Also See :- How to add Sitelinks Search Box in Google Search Results

So, for that sitemaps are used. Its basically a simple few lines of code which need to be  submitted to Google webmaster tools (Read about Google Webmaster Tools) for getting the blog's URL in Google search results. So, till now i guess everyone understood the term sitemap and it uses. Now, lets quickly see how you can generate the sitemap.
Also See :-

See basically we create blogger sitemap for blog or we create sitemap for website and there are many tools available on internet from where you can create sitemap online or you can generate sitemap online. I'll share it here with you. But I want you to keep reading this and understand the meaning of the sitemap code. So, you can create/edit your sitemap accordingly.

Here I'm taking the example of SolveMyHow.com !



The code above shown is the sitemap of SolveMyHow. Now, if you wanted to create your sitemap then just replace "www.solvemyhow.com" with your blog's or website's URL. Keep the rest things as it is.

Let us understand the meaning of that code,

1. User-agent : Mediapartners-Google
This code is for Google Adsense robots to serve you the best contextual ads. If you are using the Google Adsense network then keep it as it is, else exclude it.

2. User-agent : *
This is for all Google bots  marked with asterisk (*).

3. Allow : /
Here this tag means that web crawlers can crawl our blog's homepage.

4. Disallow : /search
Disallow is particular used for disallowing the Google bots to crawl particular web page or particular post.

Now, suppose if you want to exclude one particular post from indexing. Then you can add below code into your sitemap,

" Disallow : /yyyy/mm/Post-URL.html " 

Here "yyyy" stands for year like "2014" and "mm" stand for month "12" . Similarly, You can also Disallow the particular page for indexing.

" Disallow : /p/Page-URL.html "

5. Sitemap :
Sitemap refers about indexing the post in the search results. Discussed before in this post.

Here this code represents that your 500 post will be indexed by Google,

Sitemap: http://www.solvemyhow.com/atom.xml?redirect=false&start-index=1&max-results=500

But in case if you had wrote more that 500 post than you need to add the below 2 links into your sitemap,

Sitemap: http://www.solvemyhow.com/atom.xml?redirect=false&start-index=1&max-results=500

Sitemap: http://www.solvemyhow.com/atom.xml?redirect=false&start-index=501&max-results=1000

If you're facing problem in generating the sitemaps manually. Then you can generate sitemap online too from ctrlq and xmlsitemapgenerator !

I'm putting my all efforts and trying hard to make these post as easier as possible. Hope you like them and if you've any doubt regarding this post. Please, do let me know via comments and don't forget to Subscribe for our free newsletter to get answer of every HOW into your INBOX !


Also See :-

How to Hack Wifi Password in 2 Minutes

How to do Rich Snippets | How to get image in Google Search

How to Turn Off Blue Ticks on Whatsapp Official Update

How to Setup Custom Domain in Blogger with BigRock

30 Companies/Websites Providing Free Domain 

How to Prevent Blogger Blog from Redirection to Country Specific URL

0 comments:

Post a Comment