# ============================================================ # WPK 官方 robots.txt # 官网主域名:https://wpkpoker.com.cn/ # WWW 兼容域名:https://www.wpkpoker.com.cn/ # 用于 Bingbot / Googlebot / Baiduspider / 360Spider / Sogou / Yandex / DuckDuckBot 等搜索引擎蜘蛛 # ============================================================ # ---------- 全局规则(所有蜘蛛) ---------- User-agent: * Allow: / # ---------- 禁止爬取的非公开路径(避免收录冗余、敏感或动态生成页) ---------- Disallow: /admin/ Disallow: /api/ Disallow: /login/ Disallow: /register/ Disallow: /user/ Disallow: /search/ Disallow: /404.html Disallow: /500.html Disallow: /?s= Disallow: /?s= Disallow: /*?*utm_ Disallow: /*?*gclid Disallow: /*?*from= Disallow: /*?*source= # ---------- Bing 蜘蛛专属规则(最核心,抓取频率最积极) ---------- User-agent: bingbot Allow: / Crawl-delay: 1 # ---------- Google 蜘蛛专属 ---------- User-agent: Googlebot Allow: / Crawl-delay: 1 # ---------- Google 图片蜘蛛 ---------- User-agent: Googlebot-Image Allow: /images/ # ---------- 百度蜘蛛 ---------- User-agent: Baiduspider Allow: / Crawl-delay: 2 # ---------- 360 蜘蛛 ---------- User-agent: 360Spider Allow: / Crawl-delay: 2 # ---------- 搜狗蜘蛛 ---------- User-agent: Sogou spider Allow: / Crawl-delay: 2 # ---------- Yandex 蜘蛛(俄语系市场) ---------- User-agent: Yandex Allow: / Crawl-delay: 2 # ---------- DuckDuckGo 蜘蛛(美国隐私搜索) ---------- User-agent: DuckDuckBot Allow: / Crawl-delay: 2 # ============================================================ # 【关键】必应/Google 等所有蜘蛛的 Sitemap 入口(必须写完整绝对URL) # 同时提交主域名和 www 域名,保证两个域名都被蜘蛛抓取到 # ============================================================ Sitemap: https://wpkpoker.com.cn/sitemap.xml Sitemap: https://www.wpkpoker.com.cn/sitemap.xml # ---------- Host 指令(Yandex/俄系蜘蛛识别首选域名) ---------- Host: wpkpoker.com.cn # ============================================================ # 🚀 上传服务器后,建议手动访问一次以下链接,立刻触发 Bingbot 回访抓取 # (加速冷启动收录,一般24~72小时入索引) # # 必应站长平台 Ping: # https://www.bing.com/webmaster/ping.aspx?siteMap=https://wpkpoker.com.cn/sitemap.xml # https://www.bing.com/webmaster/ping.aspx?siteMap=https://www.wpkpoker.com.cn/sitemap.xml # # Google 站长平台: # 到 Search Console → Sitemaps → 提交 https://wpkpoker.com.cn/sitemap.xml # ============================================================