feat(seo): add sitemap generation and improve seo metadata

- Add sitemap generator script that scans markdown files and creates multilingual sitemap
- Update build script to include sitemap generation
- Add robots.txt and llms.txt files for crawlers
- Enhance SEO metadata with better structured data and hreflang tags
- Fix stage-0 URL in README
This commit is contained in:
sanbuphy
2026-03-03 16:39:07 +08:00
parent 0cde334b1d
commit 0ca1a53306
7 changed files with 1595 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
# robots.txt for Easy-Vibe
# https://datawhalechina.github.io/easy-vibe
User-agent: *
Allow: /
# Sitemap location
Sitemap: https://datawhalechina.github.io/easy-vibe/sitemap.xml
# Crawl-delay for polite crawling
Crawl-delay: 1