# robots.txt for 中鼎恒盛官网 / Zhongding Hengsheng # https://www.whzdhs.com/ User-agent: * Allow: / # 不在此文件中列举后台、include 等敏感路径(robots.txt 公开可读,Disallow 也无法阻止恶意访问) # 禁止访问临时文件 Disallow: /*.bak$ Disallow: /*.tmp$ # 允许搜索引擎抓取的目录 Allow: /upload/ Allow: /images/ Allow: /css/ Allow: /js/ Allow: /zh/ Allow: /en/ Allow: /ru/ # 英文站 canonical:https://www.whzdhs.com/en/ # 俄语站 canonical:https://www.whzdhs.com/ru/ # 外部入口域名 en.whzdhs.com 仅用于印刷品等,站内统一使用 /en/ 路径 # 站点地图(索引) Sitemap: https://www.whzdhs.com/sitemap.xml # LLM 内容索引(供 AI 爬虫参考,非 robots 标准字段) # llms.txt: https://www.whzdhs.com/llms.txt # llms-full.txt: https://www.whzdhs.com/llms-full.txt # 抓取延迟(秒) Crawl-delay: 1