# ============================================================================= # 站群 SEO — robots.txt(随机域名模板) # - 仅使用根相对路径,不含 https:// 与主机名;爬虫按当前访问的 Host 解析。 # - 全站允许抓取;站点地图固定为 /sitemap.xml。 # - 生产环境请由 Web 服务器将请求交给 index.php,使 /sitemap.xml 动态生成 # (含首页、根目录栏目、一级子目录栏目、articles/posts 等目录下文章页,随磁盘自动更新)。 # ============================================================================= User-agent: * Allow: / # 中文搜索常见爬虫(均允许全站) User-agent: Baiduspider Allow: / User-agent: Baiduspider-image Allow: / User-agent: Sogou web spider Allow: / User-agent: Sogou inst spider Allow: / User-agent: 360Spider Allow: / User-agent: YisouSpider Allow: / User-agent: Googlebot Allow: / # 站点地图(根相对 = 当前域名下的 /sitemap.xml) Sitemap: /sitemap.xml