Telling search engines where your sitemap is...
Those of you interested in SEO really need to get to grips with the sitemap:url line in your robots file... The what? I hear you cry... Well let me explain.
For a long time now there has been an accepted protocol for sitemaps that many of the top search engines have adopted (check out: http://www.sitemaps.org/ for more info) but it's always been a bit of a headache going to each of the big search engines and telling them about your sitemap so that robots can index it right?
Well Google introduced the Webmaster Tools dialogue so that you could tell Google where your sitemap was and use it's tools to evaluate any crawl errors (404s etc). Well there is a really really simple way to tell all of the "big four" (namely Microsoft, Yahoo, Google and Ask).
All you need to do is add one line to your robots.txt file and those search engines will find it. So what's the line?
Simply:
sitemap:<url>
Where <url> is the URL of your sitemap file. In our case:
sitemap:http://www.coderequired.com/sitemap.xml
Still not sure? Check out sitemap.org's Informing search engine crawlers article
For a long time now there has been an accepted protocol for sitemaps that many of the top search engines have adopted (check out: http://www.sitemaps.org/ for more info) but it's always been a bit of a headache going to each of the big search engines and telling them about your sitemap so that robots can index it right?
Well Google introduced the Webmaster Tools dialogue so that you could tell Google where your sitemap was and use it's tools to evaluate any crawl errors (404s etc). Well there is a really really simple way to tell all of the "big four" (namely Microsoft, Yahoo, Google and Ask).
All you need to do is add one line to your robots.txt file and those search engines will find it. So what's the line?
Simply:
sitemap:<url>
Where <url> is the URL of your sitemap file. In our case:
sitemap:http://www.coderequired.com/sitemap.xml
Still not sure? Check out sitemap.org's Informing search engine crawlers article
Labels: crawl, crawling, optimisation, robots, search engine, seo, sitemap.org




