mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: Enhance HTML metadata and structured data across multiple pages for improved SEO and social sharing
This commit is contained in:
63
join.html
63
join.html
@@ -4,12 +4,75 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>加入游戏指引 - 白鹿原 Minecraft 服务器</title>
|
||||
<meta name="description" content="白鹿原Minecraft服务器加入指南:支持Java版与基岩版互通,查看服务器公约、配置启动教程,选择适合您的玩法开始冒险。">
|
||||
<meta name="keywords" content="Minecraft加入服务器,MC怎么进服,白鹿原加入,Minecraft教程,基岩版加入,Java版加入">
|
||||
<meta name="author" content="白鹿原 Minecraft 服务器">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://mcpure.lunadeer.cn/join.html">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://mcpure.lunadeer.cn/join.html">
|
||||
<meta property="og:title" content="加入游戏指引 - 白鹿原 Minecraft 服务器">
|
||||
<meta property="og:description" content="白鹿原Minecraft服务器加入指南,支持Java版与基岩版互通,轻松开始您的冒险之旅。">
|
||||
<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/join.html">
|
||||
<meta property="twitter:title" content="加入游戏指引 - 白鹿原 Minecraft 服务器">
|
||||
<meta property="twitter:description" content="白鹿原Minecraft服务器加入指南,支持Java版与基岩版互通,轻松开始您的冒险之旅。">
|
||||
<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="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<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="css/style.css">
|
||||
<link rel="stylesheet" href="css/pages/join.css">
|
||||
<!-- Font Awesome for icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<!-- Marked.js for Markdown parsing -->
|
||||
<script src="js/marked.min.js"></script>
|
||||
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "HowTo",
|
||||
"name": "加入白鹿原Minecraft服务器",
|
||||
"description": "白鹿原Minecraft服务器加入指南,支持Java版与基岩版互通",
|
||||
"step": [
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"name": "服务器公约",
|
||||
"text": "阅读并同意服务器公约"
|
||||
},
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"name": "选择设备",
|
||||
"text": "选择您所使用的设备和版本"
|
||||
},
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"name": "配置启动",
|
||||
"text": "配置服务器地址并启动游戏"
|
||||
},
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"name": "选择玩法",
|
||||
"text": "选择适合您的玩法开始冒险"
|
||||
}
|
||||
],
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "白鹿原 Minecraft 服务器",
|
||||
"url": "https://mcpure.lunadeer.cn/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation Bar -->
|
||||
|
||||
Reference in New Issue
Block a user