- Add robots.txt for search engine crawling - Enhance Layout.astro with complete SEO meta tags (OG, Twitter Card, canonical) - Create custom 404 page with bilingual support - Add skip link for accessibility - Add main-content id to all major pages for keyboard navigation - Add lazy loading to blog list and author card images
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
# robots.txt for zhaoguiyang.com
|
|
# https://zhaoguiyang.com
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Sitemap
|
|
Sitemap: https://zhaoguiyang.com/sitemap-index.xml
|
|
|
|
# Disallow admin/private areas (if any)
|
|
Disallow: /api/
|
|
Disallow: /_astro/
|
|
Disallow: /assets/
|