26 lines
613 B
Plaintext
26 lines
613 B
Plaintext
# 对所有搜索引擎生效
|
|
User-agent: *
|
|
|
|
# 允许抓取网站所有公开页面
|
|
Allow: /
|
|
|
|
# 屏蔽登录/注册/用户中心页面
|
|
Disallow: /login.html
|
|
Disallow: /reg.html
|
|
Disallow: /repwd.html
|
|
Disallow: /usercenter.html
|
|
|
|
# 屏蔽财务相关页面
|
|
Disallow: /chongzhi.html
|
|
Disallow: /tixian.html
|
|
Disallow: /tixianlist.html
|
|
|
|
# 屏蔽收藏/分销/推广相关页面
|
|
Disallow: /mianfeishoucang.html
|
|
Disallow: /zhuanjiashoucang.html
|
|
Disallow: /wodefenxiao.html
|
|
Disallow: /fenxiao.html
|
|
Disallow: /tuiguang.html
|
|
|
|
# 提交 sitemap,搜索引擎根据 sitemap 快速抓取
|
|
Sitemap: https://3d.3dyjs.cn/sitemap.xml |