feat: Enhance HTML metadata and structured data across multiple pages for improved SEO and social sharing

This commit is contained in:
zhangyuheng
2026-03-06 00:09:39 +08:00
parent da06eca9d4
commit 77ed8163b9
9 changed files with 326 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ const Components = {
<a href="/photo.html">相册</a>
<a href="/stats.html">数据</a>
<a href="/sponsor.html">赞助</a>
<a href="https://qm.qq.com/q/9izlHDoef6" target="_blank">群聊</a>
<a href="https://qm.qq.com/q/9izlHDoef6" target="_blank" rel="noopener noreferrer">群聊</a>
</div>
<div class="nav-cta-container">
<a href="join.html" class="nav-cta">加入游戏</a>
@@ -35,7 +35,7 @@ const Components = {
<a href="/photo.html">相册</a>
<a href="/stats.html">数据</a>
<a href="/sponsor.html">赞助</a>
<a href="https://qm.qq.com/q/9izlHDoef6" target="_blank">群聊</a>
<a href="https://qm.qq.com/q/9izlHDoef6" target="_blank" rel="noopener noreferrer">群聊</a>
<a href="join.html">加入游戏</a>
</div>
</div>