# 泛影视站群CMS - robots.txt User-agent: * Allow: / # 禁止后台/敏感路径 Disallow: /admin/ Disallow: /api/ Disallow: /play_proxy.php Disallow: /install.php Disallow: /seed.php Disallow: /seed_ads.php Disallow: /smoke_core.php Disallow: /config/ Disallow: /core/ Disallow: /data/ Disallow: /cache/ Disallow: /install.lock Disallow: /Caddyfile Disallow: /frankenphp Disallow: /start.sh # 允许所有前台内容页 Allow: /$ Allow: /list/ Allow: /detail/ Allow: /play/ Allow: /pan/ Allow: /index.php Allow: /sitemap.xml Allow: /robots.txt # 允许静态资源 (CSS/JS/图片) Allow: /template/ Allow: /static/ Allow: /admin/assets/ # Sitemap 地址 Sitemap: /sitemap.xml