# 特工17官网 robots.txt # 优化搜索引擎爬虫访问策略 User-agent: * Allow: / # 允许所有搜索引擎访问主要内容 Allow: /css/ Allow: /js/ Allow: /img/ Allow: /manifest.json # 禁止访问临时文件和系统文件 Disallow: /*.tmp Disallow: /*.log Disallow: /.* Disallow: /*~ Disallow: /*.bak # 特定搜索引擎优化 User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Baiduspider Allow: / Crawl-delay: 2 User-agent: YandexBot Allow: / Crawl-delay: 2 User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / # 禁止恶意爬虫 User-agent: SemrushBot Disallow: / User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # Sitemap位置 Sitemap: https://agent17cn.com/sitemap.xml # 主机信息 Host: agent17cn.com # 爬虫访问频率限制(避免服务器过载) # 建议爬虫每次请求间隔至少1秒