enhance: SEO/GEO deep optimization — schema.org, hreflang, canonical, UX

- All 9 pages: Schema.org TechArticle JSON-LD structured data
- All 9 pages: hreflang tags (zh/en/x-default) for GEO targeting
- 7 pages: canonical URLs added (index + censorship already had them)
- 4 pages: meta descriptions added
- All 9 pages: nav bar current-page highlighting via JS
- All 9 pages: back-to-top button (appears on scroll >400px)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
feng
2026-03-25 05:47:36 +08:00
parent cae3c54867
commit f490ce3296
9 changed files with 245 additions and 1 deletions

View File

@@ -467,6 +467,10 @@ body.lang-zh .en { display: none; }
"keywords": ["Alipay", "security vulnerability", "CVE", "DeepLink", "JSBridge", "whitelist bypass"]
}
</script>
<link rel="alternate" hreflang="zh" href="https://innora.ai/zfb/" />
<link rel="alternate" hreflang="en" href="https://innora.ai/zfb/" />
<link rel="alternate" hreflang="x-default" href="https://innora.ai/zfb/" />
</head>
<body style="padding-top:76px;">
<!-- Innora Global Nav — injected -->
@@ -2858,5 +2862,7 @@ var saved = localStorage.getItem('zfb-lang');
if (saved === 'zh') setLang('zh');
</script>
<script>document.addEventListener('DOMContentLoaded',function(){var p=location.pathname;document.querySelectorAll('.innora-nav-links a').forEach(function(a){if(p.endsWith(a.getAttribute('href').replace('/zfb/',''))||((p.endsWith('/zfb/')||p.endsWith('/zfb'))&&a.getAttribute('href')=='/zfb/'))a.style.color='#4488ff';a.style.fontWeight='bold'});var b=document.getElementById('btt');if(b)window.addEventListener('scroll',function(){b.style.display=window.scrollY>400?'block':'none'})});</script>
<a id="btt" href="#" style="position:fixed;bottom:20px;right:20px;display:none;width:36px;height:36px;background:rgba(68,136,255,.85);color:#fff;text-align:center;line-height:36px;font-size:20px;border-radius:50%;text-decoration:none;z-index:9998" title="Top">&uarr;</a>
</body>
</html>