newsnow/public/sitemap.xml
majiajue f9dca9e20f
feat: enhance website SEO and add structured data (#49)
* feat(seo): enhance website SEO and add structured data

- Add comprehensive meta tags for SEO and social sharing
- Implement Schema.org structured data for news articles
- Create sitemap.xml for better search engine indexing
- Add og-image.svg for social media sharing
- Update footer with categorized news sources
- Remove redundant source links from news items
- Add Google Analytics placeholder

Meta tags:
- Add SEO meta tags (description, keywords, robots)
- Add Open Graph and Twitter Card meta tags
- Update website domain to newsnow.majiajue.com

Footer:
- Organize news sources into categories
- Add responsive grid layout
- Improve accessibility with proper link attributes
- Add dark mode support

* chore: update domain and deployment configuration

- Change domain from newsnow.majiajue.com to shishixinwen.news
- Update Google Analytics tracking ID
- Fix Windows deployment issues with cross-env
- Add build output directory to wrangler commands

Changes:
- Update meta tags and structured data with new domain
- Update sitemap.xml with new domain
- Add cross-env for cross-platform compatibility
- Update preview and deploy scripts with correct output path
- Configure Google Analytics with actual tracking ID
2025-01-19 15:38:29 +08:00

17 lines
468 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://shishixinwen.news/</loc>
<lastmod>2025-01-18</lastmod>
<changefreq>always</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://shishixinwen.news/search</loc>
<lastmod>2025-01-18</lastmod>
<changefreq>always</changefreq>
<priority>0.8</priority>
</url>
<!-- 添加其他重要页面 -->
</urlset>