feat: 更新 robots.txt、base.tsx 和 sitemap.xml,增強 SEO 設定與多語言支援
This commit is contained in:
parent
906f112999
commit
d38505f6fa
4 changed files with 80 additions and 4 deletions
|
|
@ -1,2 +1,14 @@
|
|||
# ConvertX-CN robots.txt
|
||||
# 允許所有搜尋引擎爬蟲抓取網站內容
|
||||
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Allow: /
|
||||
|
||||
# 禁止抓取的路徑(API 端點與內部資源)
|
||||
Disallow: /api/
|
||||
Disallow: /data/
|
||||
Disallow: /uploads/
|
||||
Disallow: /output/
|
||||
|
||||
# Sitemap 位置
|
||||
Sitemap: https://convertx-cn.bioailab.qzz.io/sitemap.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue