| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Bing | /robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n001.html last; } |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36 |
/robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n004.html last; } |
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) | |
/robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n005.html last; } |
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) | |
| Other | /robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n003.html last; } |
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) |
| Other | /robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n006.html last; } |
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) |
| Other | /robots.txt |
location = /robots.txt { rewrite ^/robots\.txt$ /new_path/n002.html last; } |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot) |