robots.txt
Configure IIS to use different robot.txt for https requests
How do I use a different robots.txt for https request than the one that is use开发者_StackOverflow中文版d for http connections in IIS 7?[详细]
2023-02-08 21:42 分类:问答Disallow or Noindex on Subdomain with robots.txt
I have dev.example.com and www.example.com hosted on different subdomains. I want crawlers to drop all records of the dev subdomain 开发者_JS百科but keep them on www. I am using git to store the code[详细]
2023-02-08 11:19 分类:问答Robots.txt: Is this wildcard rule valid?
Simple question. I want to add: Disallow */*details-print/ Bas开发者_开发技巧ically, blocking rules in the form of /foo/bar/dynamic-details-print --- foo and bar in this example can also be totally[详细]
2023-02-07 03:13 分类:问答Robots.txt is not serving
I am using Python with django framework for a web application. I have made a urls.py entry to serve the robots.txt file, however for some reason it seems like it\'s not able to serve it up.[详细]
2023-02-06 10:35 分类:问答Using robots.txt to block /?param=X
I have created a website using wordpress, and the first day it was full of dummy content until I uploaded mine. Google indexed pages such as:[详细]
2023-02-06 05:17 分类:问答Does the user agent string have to be exactly as it appears in my server logs?
When using a Robots.txt file, does the user agent string have to be exactly as it appears in my server logs?[详细]
2023-02-04 16:24 分类:问答Robots.txt and Google Calendar
I\'m looking for the best solution on how I can ensure I am doing this correctly: I have a calendar on my website, in which users can take the calendar iCal feed a开发者_如何学JAVAnd import it into e[详细]
2023-02-03 23:27 分类:问答Robots.txt priority question
If I have these lines in robots.txt: Disallow /folder/ Allow /folder/filename.php Will the filename.php be allowed then?[详细]
2023-02-02 21:28 分类:问答Rendering plain text through PHP
For some reason, I want to serve my robots.txt via a PHP script. I have setup apache so that the robots.txt file request (infact all file re开发者_StackOverflow社区quests) come to a single PHP script.[详细]
2023-01-31 13:30 分类:问答Correct way to add robots.txt and hide it?
I have a secret folder on my hosting, which may not be seen by visitors. I\'ve added a robots.txt to htdocs:[详细]
2023-01-29 22:40 分类:问答