What does the dollar sign mean in robots.txt
问题 I am curious about a website and want to do some web crawling at the /s path. Its robots.txt: User-Agent: * Allow: /$ Allow: /debug/ Allow: /qa/ Allow: /wiki/ Allow: /cgi-bin/loginpage Disallow: / My questions are: What does the dollar-sign mean in this case? And is it appropriate to crawl the URL /s ? with respect to the robots.txt file? 回答1: If you follow the original robots.txt specification, $ has no special meaning, and there is no Allow field defined. A conforming bot would have to