penders

msg:4084692 | 11:22 am on Feb 22, 2010 (gmt 0) |
sitemap: http://example.com/sitemap/sitemap.xml User-agent: * Disallow: /enable-cookies Disallow: /provacy-policy |
| I have only seen 'Sitemap:' (with a capital 'S') - although I'm not sure whether it is case-sensitive or not? (All other directives have a capital first letter) I would also put the Sitemap: directive last (and separated by a blank line - used to delimit records in robots.txt). I have read that not all robots support the Sitemap: directive, so in order to prevent these bots from prematurely aborting processing of the robots.txt file it should appear last. | The 2 pages I want to exclude are included in the sitemap (it gets automatically generated by my cms) |
| IMHO, if they are disallowed in robots.txt then the search engine should be prevented from accessing them, regardless of whether they are linked to from elsewhere, or included in your sitemap - but I don't know for sure; just my opinion. Ideally they should not be in your sitemap.
|
winwinmantra

msg:4085533 | 1:54 pm on Feb 23, 2010 (gmt 0) |
Why don't you use Google webmaster tool (www.google.com/webmasters/tools/) to submit the sitemap. I work more effectivly and fast when compared to robots.txt file. Hyder <snip> [edited by: goodroi at 2:21 pm (utc) on Feb 23, 2010] [edit reason] Please no signature links [/edit]
|
almo136

msg:4085547 | 2:03 pm on Feb 23, 2010 (gmt 0) |
Because this will only submit it to google search engines. Robots.txt will allow other search engines to find it.
|
penders

msg:4087001 | 11:50 am on Feb 25, 2010 (gmt 0) |
Just a thought... with the sitemap: directive in robots.txt do you still need to resubmit it to the search engines (via HTTP request for example)? Since if you use Google Webmaster Tools to submit the sitemap in the beginning, you still need to resubmit it when it changes.
|
almo136

msg:4087755 | 11:56 am on Feb 26, 2010 (gmt 0) |
My cms submits generates and submits the sitemap automatically to google and yahoo.
|
amythepoet

msg:4112707 | 1:33 am on Apr 9, 2010 (gmt 0) |
I am missing a robots.txt file in my site can you please tell me if it is n ecessary and why? I"m confused thank you
|
phranque

msg:4112834 | 8:47 am on Apr 9, 2010 (gmt 0) |
by default the search engine bots will crawl your site unless excluded by some technical method. a missing or empty robots.txt file is equivalent to permission to crawl. an empty robots.txt is preferable since the frequent requests for that file will return a 200 OK status code response instead if a 404 Not Found. if you wish to exclude some or all bots from crawling a part of your site, the robots.txt file is one of the methods available.
|
amythepoet

msg:4112866 | 11:12 am on Apr 9, 2010 (gmt 0) |
ok, I got it, thank you
|
|