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:
@@ -5,6 +5,38 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>支付宝的加密"开关"——国密SM4可被远程关闭,RPC加密默认关闭</title>
|
||||
|
||||
<link rel="canonical" href="https://innora.ai/zfb/transport-encryption.html" />
|
||||
|
||||
<link rel="alternate" hreflang="zh" href="https://innora.ai/zfb/transport-encryption.html" />
|
||||
<link rel="alternate" hreflang="en" href="https://innora.ai/zfb/transport-encryption.html" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://innora.ai/zfb/transport-encryption.html" />
|
||||
|
||||
<meta name="description" content="Alipay transport encryption: SM4 national cipher can be remotely disabled, RPC content encryption defaults to OFF. Server controls encryption state without user knowledge.">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "TechArticle",
|
||||
"headline": "支付宝的加密\"开关\"——国密SM4可被远程关闭,RPC加密默认关闭",
|
||||
"datePublished": "2026-03-23T00: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": "Alipay transport encryption: SM4 national cipher can be remotely disabled, RPC content encryption defaults to OFF. Server controls encryption state without user knowledge.",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://innora.ai/zfb/transport-encryption.html"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="padding-top:76px;">
|
||||
<!-- Innora Global Nav — injected -->
|
||||
@@ -328,5 +360,7 @@ String val = TransportConfigureManager.getInstance()
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<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