mirror of
https://github.com/Silentely/eSIM-Tools.git
synced 2026-09-03 06:24:20 +08:00
- 扩展 title 至 55 字符,添加 canonical 和 robots meta - 添加 Open Graph / Twitter Card 社交分享元标签 - 添加 JSON-LD WebApplication 结构化数据 - netlify.toml 增加静态资源长期缓存(immutable)与 HTML stale-while-revalidate - 新增源码级 robots.txt,屏蔽 API 和内部路径
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
# eSIM-Tools - 搜索引擎爬虫指令
|
|
User-agent: *
|
|
Allow: /
|
|
Disallow: /api/
|
|
Disallow: /.netlify/
|
|
Disallow: /src/
|
|
|
|
Sitemap: https://esim.cosr.eu.org/sitemap.xml
|