Tuesday, August 14, 2012

Use Blogger Fore New Indexing & Crawlers Feature For Improved SEO


Everyone kneed SEO for the betterference of Website or blog. Now blogger is updated their interfaces, they are added more useful features such as edit Meta tags modify crawlers & the0 indexing, add authors,  likes etc. Now this post I'm going to be show you how to use blogger new crawlers & the indexing feature effectively for improve your blogs SEO.
Before start this guide, I like to briefly explain the what robots.txt is. A robots.txt use for provide instructions to different search engine bots to, how to the crawl your site contents, etc as well as provide a sitemap. For instance you can be remove certain items on search result using this function as well as improve yours site SEO.

Important - If you are unsure of any of the steps do not make any edits so.

How to create custom robots.txt on blogger :

1) First Log in to your blogger account.
2) Go to yours blog.
3) Now go to the "Settings>Search Preferences"
4) Under the "Crawlers and indexing" you can be find "Custom robots.txt"
5) Click "Edit" link.
Now you can add different Crawler to the instructions. This post I added different useful crawl robots.txt codes. First we identify how this code works.

User-agent: *
Disallow: /search
Allow: /

Above code,

User-agent: - Mention crawler name. For instance, Google bot.
Disallow: - Specify which pages should not crawl.
Allow: - Which pages crawl.
/ (slash):- indicate your home page.


Setup instructions for all the robots

If you use above code, it will cause to duplicate content issues and your site rank will be reduced. So that, you can use the following code. It will allow index and the crawl entire blog but, not allow label and search pages.

User-agent: *
Allow: /

Block label and search pages crawling.

If you use above code, it will be cause duplicate content issues and your site rank will be reduced. So that, you can use the following code. It will allow entire blog but, not allow crawl label and search pages.
User-agent: *
Disallow: /search
Allow: /


Block certain page (s).

Some reasons, you many need to hide yours selected page or pages from the search engine. At that time you can be use the following code.
User-agent: *
Disallow: /p/page-one.html
Allow: /

If you need to the block more-than one page add their URL one by one on Disallow section like below.

User-agent: *
Disallow: /p/page-one.html
Disallow: /p/page-two.html
Allow: /

Allow all but block specific crawler.

If you want to block single crawler, you can be add the following code.

User-agent: <bot name>
Disallow: /

User-agent: Googlebot-News
Disallow:

Setup AdSense crawler instruction.

To improve yours Google AdSense performances; you can be specify how AdSense bot crawl your site. Actually there is no need to block anything.

User-agent: Mediapartners-Google
Disallow:

Block Images indexing.

If you don't like to see your blog posts images on the Google search results, you can be remove them by using the following code.

User-agent: Googlebot-Image
Disallow: /

If you need to block any-other bot crawl your site, use the following code. However you need to add selected bot name in “User-agent:” section.

User-agent: <required crawler name>
Disallow:

User-agent: *
Disallow: /

You can find more of the crawlers and their user agent information in here and in here.

Adding site map.

Apart from above crawl instructions, you can add a sitemap. Normally blogger default sitemap provides 26 posts. So that you can add correct sitemap using "Custom robots.txt". This is an example of how to add a sitemap.

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

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

Final result demo.

If you need to improve yours blogs search engine visibility and the crawl entire blogs other than labels and the search pages using the following code as yours robots.txt.

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /

Sitemap: <your blog site map past here>

No comments:

Post a Comment