mirror of
https://github.com/sgInnora/alipay-deeplink-research
synced 2026-06-27 05:34:17 +08:00
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:
@@ -211,6 +211,36 @@ footer {
|
||||
color: var(--text2);
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="canonical" href="https://innora.ai/zfb/rebuttal.html" />
|
||||
|
||||
<link rel="alternate" hreflang="zh" href="https://innora.ai/zfb/rebuttal.html" />
|
||||
<link rel="alternate" hreflang="en" href="https://innora.ai/zfb/rebuttal.html" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://innora.ai/zfb/rebuttal.html" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "TechArticle",
|
||||
"headline": "法律投诉回应 | Legal Complaint Response — Innora AI Security Research",
|
||||
"datePublished": "2026-03-12T00:00:00+08:00",
|
||||
"dateModified": "2026-03-25T00:00:00+08:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Jiqiang Feng"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Innora AI Security Research",
|
||||
"url": "https://innora.ai"
|
||||
},
|
||||
"description": "Technical rebuttal to Alipay/Ant Group legal complaints. Point-by-point response with code evidence, addressing vendor claims of \"normal functionality\".",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://innora.ai/zfb/rebuttal.html"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="padding-top:76px;">
|
||||
<!-- Innora Global Nav — injected -->
|
||||
@@ -573,5 +603,7 @@ footer {
|
||||
<p style="margin-top:12px;">© 2026 Innora AI Security Research | <a href="https://innora.ai">innora.ai</a> | 最后更新: 2026-03-12</p>
|
||||
</footer>
|
||||
|
||||
<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">↑</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user