m2pool_web_frontend/mining-pool/public/index.html

64 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en"> <!-- 修改默认语言标识 -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="google-site-verification" content="pKAZogQ0NQ6L4j9-V58WJMjm7zYCFwkJXSJzWu9UDM8" />
<!-- SEO 相关 meta 标签优化 -->
<!--
- index: 允许搜索引擎索引此页面
- follow: 允许搜索引擎跟踪页面中的链接
- max-image-preview:large: 允许在搜索结果中显示大图预览
- max-snippet:-1: 允许搜索引擎显示任意长度的文本片段
- max-video-preview:-1: 允许搜索引擎显示任意长度的视频预览
-->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- 允许谷歌索引和跟踪链接-->
<meta name="googlebot" content="index, follow">
<meta name="googlebot-news" content="index, follow">
<meta name="bingbot" content="index, follow">
<!-- 添加多语言支持 -->
<!-- 确保语言标签正确设置 -->
<link rel="alternate" hreflang="zh" href="https://m2pool.com/zh">
<link rel="alternate" hreflang="en" href="https://m2pool.com/en">
<link rel="alternate" hreflang="x-default" href="https://m2pool.com/en">
<!-- Open Graph 标签 - 用于社交媒体分享时的展示效果 -->
<!--分享时显示的标题 -->
<meta property="og:title" content="M2pool - Stable leading high-yield mining pool">
<!-- 分享时显示的描述文本 -->
<meta property="og:description" content="M2Pool provides professional mining services, supporting multiple cryptocurrency mining">
<!--分享内容的规范URL -->
<meta property="og:url" content="https://m2pool.com/en">
<!--网站名称 -->
<meta property="og:site_name" content="M2Pool">
<!-- 内容类型为网站 -->
<meta property="og:type" content="website">
<!-- 分享时显示的图片 -->
<meta property="og:image" content="https://m2pool.com/logo.png">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4582735_irzdjxdsrq8.css">
<title>M2pool - Stable leading high-yield mining pool</title>
<meta name="keywords" content="M2Pool, cryptocurrency mining pool,Entropyx(enx),entropyx, bitcoin mining, DGB mining, mining pool service, 加密货币矿池, 比特币挖矿, DGB挖矿">
<meta name="description" content="M2Pool provides professional mining services, supporting multiple cryptocurrency mining, including nexa, grs, mona, dgb, rxd, enx">
</head>
<body>
<!-- <noscript data-nosnippet data-searchable="false" aria-hidden="true" style="display:none" >
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript> -->
<div id="app"></div>
</body>
</html>