mirror of
https://github.com/sgInnora/alipay-deeplink-research
synced 2026-06-27 05:34:17 +08:00
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:
33
sitemap.xml
Normal file
33
sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user