newsnow/public/og-image.svg
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

7 lines
484 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1200" height="630" fill="#F14D42"/>
<text x="50%" y="45%" text-anchor="middle" font-family="Arial, sans-serif" font-size="72" fill="white" font-weight="bold">NewsNow</text>
<text x="50%" y="60%" text-anchor="middle" font-family="Arial, sans-serif" font-size="36" fill="white">实时新闻聚合阅读器</text>
</svg>