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

@@ -71,6 +71,19 @@
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "白鹿原 Minecraft 服务器",
"url": "https://mcpure.lunadeer.cn/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://mcpure.lunadeer.cn/stats.html?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<!-- Skip to main content for accessibility -->
@@ -113,6 +126,7 @@
</header>
<!-- Key Features (Bento Grid Style) -->
<main>
<section class="features-section">
<div class="container">
<!-- <h2 class="section-header">为什么选择白鹿原?</h2> -->
@@ -225,6 +239,7 @@
</div>
</div>
</section>
</main>
<div id="footer-component"></div>