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

@@ -4,6 +4,28 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>共享资源 - 白鹿原 Minecraft 服务器</title>
<meta name="description" content="白鹿原Minecraft服务器全服共享资源一览包含各类农场、刷怪塔等公共设施共同建设共同分享让生存更轻松。">
<meta name="keywords" content="Minecraft共享资源,MC公共设施,白鹿原设施,Minecraft农场,服务器公共资源">
<meta name="author" content="白鹿原 Minecraft 服务器">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://mcpure.lunadeer.cn/facilities.html">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://mcpure.lunadeer.cn/facilities.html">
<meta property="og:title" content="共享资源 - 白鹿原 Minecraft 服务器">
<meta property="og:description" content="白鹿原Minecraft服务器全服共享资源一览共同建设共同分享让生存更轻松。">
<meta property="og:image" content="https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png">
<meta property="og:site_name" content="白鹿原 Minecraft 服务器">
<meta property="og:locale" content="zh_CN">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://mcpure.lunadeer.cn/facilities.html">
<meta property="twitter:title" content="共享资源 - 白鹿原 Minecraft 服务器">
<meta property="twitter:description" content="白鹿原Minecraft服务器全服共享资源一览共同建设共同分享让生存更轻松。">
<meta property="twitter:image" content="https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -11,6 +33,22 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="css/pages/facilities.css">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "全服共享资源",
"description": "白鹿原Minecraft服务器全服共享资源一览",
"url": "https://mcpure.lunadeer.cn/facilities.html",
"isPartOf": {
"@type": "WebSite",
"name": "白鹿原 Minecraft 服务器",
"url": "https://mcpure.lunadeer.cn/"
}
}
</script>
</head>
<body>