SEO + responsive + structural improvements

- Add OG image, Twitter Card, canonical URL, JSON-LD structured data
- Add responsive CSS (768px + 480px breakpoints)
- Add print stylesheet
- Fix TOC: add missing sections (global-response, legal-response)
- Fix section numbering: "09½" → "10"
- Update footer: add "Last updated: 2026-03-14"
- Add sitemap.xml + robots.txt for search engine discovery
- Add .gitignore to exclude .bak files
- Create og-image.png (1200x630) for social sharing

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
feng
2026-03-14 16:47:33 +08:00
parent 72ae043493
commit 257ed5a818
6 changed files with 122 additions and 13 deletions

33
sitemap.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://innora.ai/zfb/</loc>
<lastmod>2026-03-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://innora.ai/zfb/rebuttal.html</loc>
<lastmod>2026-03-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://innora.ai/zfb/poc/trigger.html</loc>
<lastmod>2026-03-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://innora.ai/zfb/poc/verify.html</loc>
<lastmod>2026-03-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://innora.ai/zfb/poc/chain.html</loc>
<lastmod>2026-03-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>