# 115全能助手官网 - robots.txt # 搜索引擎爬虫规则配置 # 允许所有搜索引擎爬虫访问 User-agent: * Allow: / # 禁止访问的目录和文件 Disallow: /admin/ Disallow: /private/ Disallow: /temp/ Disallow: /logs/ Disallow: /*.json$ Disallow: /*.tmp$ # 特别允许的重要文件 Allow: /sitemap.xml Allow: /favicon.ico Allow: /apple-touch-icon.png Allow: /site.webmanifest # 针对主要搜索引擎的特殊规则 User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 2 User-agent: Baiduspider Allow: / Crawl-delay: 3 User-agent: YandexBot Allow: / Crawl-delay: 2 # 最后更新时间: 2025-07-12