Home
About me
Sitemap
Wordpress SEO
Contact
SEO jargon busters
RSS feeds
Daily SEO Blog
Jul
24

Robots.txt Optimization tips for bloggers

The robots.txt file is used to control the crawlers activity on a website/blog. It will help you to keep some directories away from crawling while allowing some. For example if yu have two folders 1.Articles and 2.Javascripts – and if you wish to exclude Javascripts from crawling by robots, then you can command it on the robots.txt file.

A few basics about what the robots.txt file is -
- It is found in the root folder, Ex:-www.google.com/robots.txt
- It’s a text file and can be edited
- It is used to command the robots what to crawl and what not
- It is used to help the crawlers locate the sitemap on your site

If you are on blogger platform, then you can’t upload the robots.txt file. Panic not – there is another option which you can utilize. I’ll discuss it towards the end of this article. First let’s discuss a normal robots.txt implementation on a hosted site.

Implementing the Robots.txt file on a web-hosted site(Wordpress)

Pre-requisites – I assume that you have a wordpress hosted site with Cpanel/FTP access.

- Find the file at your public_html folder. If it isn’t there, create a blank text document.

Excluding a folder from crawling by SE bots.
Suppose you don’t want Google to index one of your folders.
In the robots.txt file, you have to specify two things – which crawler agent(Google, Yahoo, MSN) do you want to keep out and – which folder/folders you want to exclude.

The general syntax to be written in the Robots file is this.

User-agent: *
Disallow: /yourfolder/

Here, user-agent:* means all search agents(Google,MSN,Yahoo etc).
/yourfolder/ restricts that folder from crawling. Note that the sub-folders will not be crawled too.

In order to keep all agents away from crawling ALL folders, use this code.

User-agent: *
Disallow: /

You can specify individual crawler agents with their names(replacing *) like google bot,lycra etc.If you are following a general command to all search engine crawlers, keep the * in the user-agent line.

Specifying a sitemap with the Robots.txt file
Due to the recent agreement with the major search engines, they have come up with a common command that they will follow to detect sitemaps from robots.txt file. The command is –

Sitemap: Sitemap url here

Robots.txt for Blogger users.

Blogger users cannot upload the robots.txt file instead, they can use the robots meta tag to control the crawling of bots on particular files.

These codes should be included in the HEAD section of the particular page template.(Enclosed in arrow brackets)

META NAME=”ROBOTS” CONTENT=”NOINDEX”

This command will not index the current page in which this code is included.

META NAME=”ROBOTS” CONTENT=”NOFOLLOW”

This command will not follow/parse the links present on the particular page where this code is present in the head section.Blogger users can use this option to their advantage when making posts.If you want every new page to be crawled by the bots, include the following code to head section of your blogger template.

meta name=”robots” content=”index, follow”

Happy driving the robots. :)

SEO Auditor Features
- Complete SEO audit
- Competitor Analysis
- Report generation
Try it today !
Link Assistant Features
- Easy Link Building
- Finds link partners
- Get backlinks regularly
Try it today !
Rank Tracker Features
- Rank Check reports
- 558 Search Engines
- Keyword Research
Try it today !



Possibly related SEO & Social Media Articles

  • SEO Errors that you might have missed checking, but still showup
    There are of course a bunch of basic SEO elements that you should check your site for occasionally like the W3C validation, redirect errors, sitemap generation errors etc. These crop up unknowingly and are identified only when a problem occurs. Example – If you are using the All in One SEO plugin, in the settings [...]...
  • Control robots.txt from your wordpress dashboard
    When robots (like the Googlebot) crawl your site, they begin by requesting http://example.com/robots.txt and checking it for special instructions. Use this plugin to create and edit your robots.txt file from within Wordpress (using Options -> Robots.txt). We have already seen how to control robots crawling your website using optimised robots.txt useage and..Avoiding duplicate content using robots.txt [...]...
  • Ensure effective Google crawling on blogs
    If you don’t know nothing about robots.txt and controlling robots through Meta tags -and don’t want to take the pain of editing the txt file in your root folder and disallowing each search engine crawler manually – worry not! There is an easy way to get this done in Wordpress. Goto Dashboard> Options> Privacy settings. You will [...]...
  • How to submit a sitemap for Yahoo!
    Google isn’t the only search engine online – remember? Yahoo is somehow neglected while optimising the blog/site by majority of webmasters. Google seems to be the favourite of many, for searching as well as optimising their sites.The reason – the major part of online traffic goes through Google and Yahoo shares only 1/4th of it. Does that [...]...
  • Create a free Google Sitemap
    Google Sitemaps is an excellent way to submit your site to Google. If you are not sure of what a site map is - Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that [...]...

Category: SEO Tips, Traffic generation tips, Wordpress SEO | Author: Mani Karthik
SEO Wordpress Themes
  1. Control robots.txt from your wordpress dashboard | DailySEOblog

    [...] have already seen how to control robots crawling your website using optimised robots.txt useage and..Avoiding duplicate content using robots.txt [...]

  2. JamalNo Gravatar

    Hi…
    This is regarding tk domain. I’m using tk domain to promote my blogspot.
    After I switchover to tk domain even my meta tag verification get failed. How can I do successful meta tag verification in tk domain websites? Is it wise to promote my blog with tk domain? what are the hurdles I may face in future? please let me know…

    I look forward to hearing from you ASAP.

    Thanx in advanz…

    Reply

  3. JamalNo Gravatar

    by d way.. niz site man.. keep it up! :)

    Reply

  4. HanNo Gravatar

    Hi,

    I was wondering if you know how to control how googlebot crawls the individual pages of a blogspot site. I have one particular post that I want to exclude from google searches. Is there any way to do that? How does one edit the html for just one particular post to include the meta tag you have given above? I want the rest of my blog site crawled by the bots but just one particular post to be excluded.

    Thanks.

    Reply

  5. Mani KarthikNo Gravatar

    Han,

    Add the following tag to your blogspot page.

    META NAME=”ROBOTS” CONTENT=”NOFOLLOW”

    This page won’t get indexed by the bots.

    Reply

  6. Mani KarthikNo Gravatar

    Jamal,

    It’s definitely not a good idea to promote the .tk domain, because it’s a domain beyond your control. If you are on blogger. I suggest using the custom domain option. Try to get a domain, it’s only less than 10$ for a year.
    If you are using the .tk domain, go to your settings for the domain and it asks for relevant keywords and description to the domain, if you had skipped in during registration take time out to fill in the keywords and description field. The .tk domain will automatically create the meta tags for keywords and decription in the site which is spider crawlable.

    Having said that, it’s only an potion if you are keen to use the domain. I suggest you rush to godaddy right now. :)

    Reply

  7. astinNo Gravatar

    hi,
    My blogspot is not showing adsense ads from yesterday, i think something is blocking google adsense crawler to my blogspot. I dont know how to allow google adsense crawler to crawl my blog. Plz help me..

    Reply

  8. JonesNo Gravatar

    But it still show the same message:
    User-agent: *
    Disallow: /search

    How will i fixed this problem.

    Reply

  9. DexterNo Gravatar

    Just a question , I have seen your robots.txt but you are not blocking the Category and even RSS links.. Is there any reason for this.. Since this creates duplicate contents.

    Reply

  10. katyNo Gravatar

    Romba nalla Article.. Hi very nice article.. really working on my site..thankyou very much..

    Reply

  11. RobinNo Gravatar

    Nice article .. but can you help me out in fixing my blog, in my blog not a single post is indexed my google..
    thanks in advance.

    Reply

    Mani KarthikNo Gravatar Replied:

    Sure Robin, Please post your question with your site details here, and we can sort it.

    Reply

  12. RobinNo Gravatar

    hey plz check my blog once and see if u can optimize its perfomance http://pcsoftwarez.blogspot.com

    Reply

  13. LimNo Gravatar

    Hi Mani Karthik,

    my blog is yeeern.blogspot.com.
    i am having problem adding the feed to the google webmaster tools.

    How do i change my robots.txt?

    Thanks in Advance.

    Reply

  14. Complete Wordpress SEO Guide

    [...] Optimize the robots.txt file for Wordpress, allow your blog to rank high – Robots.txt is an often ignored file, which is actually an excellent tool that will help you get more files indexed on google and thus rank high. Here ate the tweaks. [...]

  15. mp3crunchNo Gravatar

    hello when i submitted sitemap.. i got robot.txt error on label files. why is it so. is it because of blogger templates m using pls see my blog and help

    Reply

  16. rapidshare accountNo Gravatar

    nice post, now i know how to put robot.txt to my blog. thanks

    Reply

  17. rkutadiNo Gravatar

    will this make my each blog post to be indexed by googlebot?

    Reply

  18. ahmedNo Gravatar

    How do i change my robots.txt?
    i use arabid blog by name

    Reply

  19. RinshuNo Gravatar

    Restricted/blocked links!! How can I change the robot file.

    Reply

  20. RJNo Gravatar

    Great info…I used your indexing info on my site at http:www.gicleeprintingoncanvas.com

    Reply





Click to cancel reply

  • Knownhost
  • Most Recent Articles

    • Google celebrates Norman Rockwell’s birthday with a doodle – Did you spot it ?
    • Now search images by camera model on Google Picasa
    • Google adds Haiti’s native language to Translator
    • Jason Calacanis admits he was lying about owning an iPad – Genius or something else ?
    • Google Analytics : Now in 31 languages + 150 Analytics Experts around the world
    • Orkut is 6 year old today (and there’s no surprise gift for ya) !
    • How to get certified as an SEO ? Take the Google SEO test !
    • We love you Google – From your fans in China !
    • Google PageRank Update 2009 December is happening as I write this
    • Google gives top users at Webmasters Forum a pat on the back !
    • Google Introduces keyboard shortcuts to access Search results – Accessibility Search
    • Google Guru might be Google’s answer to Yahoo Answers. Or is it ?
    • Google Employees get to test the Google Phone
    • Google reveals: The most searched keyword trends of 2009
    • Try the new Google Interface, if you haven’t yet.
    • The 2010 Google Online Marketing Challenge is now open !
    • Google India Doodles – Winners announced
    • Special SERPs listing for travel queries on Google
    • Google Launches Voice Search for Nokia S60 Mobile Phones
    • Google Toolbar PageRank Update October 2009 is on !
    • Google now indexes pages via RSS/Atom feeds on your site
    • How to verify blogger blog on Google webmasters central tool
    • Google can now detect malware and malicious code from your site
    • Google Mobile Search gets more options, gets more productive !
    • Bing Windows Mobile Application : Coming Soon
  • Most Popular Articles

    • 10 Twitter tools to effectively manage your followers (136)
    • How to get indexed by Google in 48 hours (103)
    • How to get a Google Wave invite (even if you didn’t sign up earlier) (93)
    • How to get free backlinks (92)
    • Ultimate list of Dofollow Social Bookmarking sites (83)
    • Free SEO Wordpress theme – SEO Blog (77)
    • 9 Twitter Tips that will help you gain respect in the Twitterverse (Like @Zaibatsu) (74)
    • 25 SEO Gurus you should follow on Twitter (63)
    • New Wordpress theme - "SEO Green" from DailySEOblog (58)
    • SEO for Wordpress - A quick guide (57)
  • Tools, Tips & Resources

    • 4 Easy URL Shortening solutions that saves a hell lot of time (and clicks)
    • 5 Cool Alternate Domain Name Registrars to boring old GoDaddy !
    • 6 Twitter Analytics Tools to measure your Social Media presence
    • SEO Tool: Find out if you’re doing Black Hat SEO, check for SEO errors
    • Track content changes on any page even without an RSS Feed
    • Google introduces “Browser Size” tool for webmasters
    • 10 Essential Adobe Air Applications for Social Media Addicts
    • Integrity – Broken Link Finder SEO Software for Mac
    • Find out people who’re not following you back on Twitter
    • Google Advanced Search Operators right in your browser (So you don’t have to memorize them)
  • New Social Media Articles

    • 21 yr old college student makes world’s popular image upload site with Social Media help
    • 4 Easy URL Shortening solutions that saves a hell lot of time (and clicks)
    • 6 Twitter Analytics Tools to measure your Social Media presence
    • What is Twitter for ? Link Building – In case you didn’t know !
    • New to Twitter ? 7 Tips to make Twittering a rewarding experience
    • Why is it easy to convince your client of Social Media Marketing but not implementing it
    • 4 Cool Twitter Applications to help you monitor weight, health and stay fit !
    • Why I Tweet Frequently (and still don’t count it as a mistake)
    • 5 Tips to make Twittering more meaningful by increasing the signal to noise ratio
    • StumbleUpon gets a makeover – Gets cool new features !
    • Top 25 Most Popular PodCasters on Twitter you shouldn’t miss following
    • 5 Features I’d like to see on the Su.pr URL sharing service
    • Top 35 News Sources on Twitter you should follow : Keep updated with the latest news
    • 8 Habits of Successful & Popular Twitter users for Inspiration
    • 10 Tricks to search Twitter better, Beyond your timeline – Around the world
  • Recent SEO Articles

    • 21 yr old college student makes world’s popular image upload site with Social Media help
    • 4 Easy URL Shortening solutions that saves a hell lot of time (and clicks)
    • 5 Cool Alternate Domain Name Registrars to boring old GoDaddy !
    • 5 SEO Tips for a better keyword research process
    • Google celebrates Norman Rockwell’s birthday with a doodle – Did you spot it ?
    • Now search images by camera model on Google Picasa
    • Google adds Haiti’s native language to Translator
    • Jason Calacanis admits he was lying about owning an iPad – Genius or something else ?
    • 5 Reasons Why Google Social Search would be a Nuisance
    • What is the best Screen Resolution for websites according to Google ?
    • Google Analytics : Now in 31 languages + 150 Analytics Experts around the world
    • AdSense Ads not showing up on site – Here’s what to do
    • 6 Twitter Analytics Tools to measure your Social Media presence
    • SEO Tool: Find out if you’re doing Black Hat SEO, check for SEO errors
    • Google thinks Bing, Dogpile & Ask.com are better search engines than itself ! (Proof)
  • Popular Tags & Topics

    ads adsense backlinks blog blogger Blogging blogosphere blogs categories check crawler crawling crowd Excel google image images indexing india indian instances internet javascript keywords links pages rank robots search engine optimization seo tips serps sitemap submit tags templates theme themes upload video wordpress Wordpress SEO wordpress seo wordpress tips yahoo youtube

Basic SEO Tips

  • Change the way your site appears on Google SERPs
  • Control Google's crawl frequency to your site
  • How does Google see your site?
  • Importance of footer text in SEO
  • Optimizing header images
  • SEO tips for MSN search engine
  • Optimizing blog titles for Google
  • SEO friendly layout
  • What is an SEO friendly site structure?
  • Importance of keywords - SEO Tips
  • Anchor text importance - SEO Tip
  • SEO Tips for blogs and bloggers
  • Absolute links or relative links is good for SEO?
  • Important SEO tips for wordpress

SEO Tips for blogs

  • 24 Must have SEO plugins for Wordpress
  • SEO Tips - Copy writing guide
  • How to get quality backlinks?
  • Social media and link building tips
  • SEO Tips - Landing page Optimization
  • How to increase traffic to your blog?
  • How to increase your Page Rank?
  • Image optimization tips for blogs
  • 7 steps to your blog's SEO
  • How and where to find incoming links?
  • SEO tips for Google
  • SEO metrics to track
  • How to build a sitemap for blogger
  • How to get Google sitelinks?
  • Find out when Google indexed you
Mani Karthik Hi, I'm Mani Karthik, SEO, Blogging & Social Media Enthusiast. I primarily blog about SEO and Social Media on this blog, basically How-to articles and tutorials to help the SEO learner. Feel free to have a look around and drop comments. Hope you enjoy your stay.
>> More about me
© 2009 DailySEOblog.com Privacy policy