页面元数据检查报告

检查日期: 2026-03-08 检查页面: 3个核心页面


检查摘要

检查项目 通过 警告 失败
Title Tag 2 1 0
Meta Description 0 3 0
H1 Tag 3 0 0
Image Alt 待检查 - -
Canonical 待检查 - -
Open Graph 0 3 0
Schema Markup 0 3 0

总体评分: 6/21 (29%) - 需要改进


详细检查结果

1. 首页 (/) - chinahospitalsguide.com

1.1 Title Tag

1.2 Meta Description

1.3 H1 Tag

1.4 其他Meta标签

标签 状态 建议
Canonical 待检查 添加 <link rel="canonical" href="https://chinahospitalsguide.com/" />
Open Graph ❌ 缺失 添加 og:title, og:description, og:image, og:url
Twitter Card ❌ 缺失 添加 twitter:card, twitter:title等
Viewport 待检查 确保移动适配 <meta name="viewport" content="width=device-width, initial-scale=1.0">

1.5 Schema Markup (结构化数据)


2. 博客页面 - 膝关节置换

2.1 Title Tag

2.2 Meta Description

2.3 H1 Tag

2.4 其他Meta标签

标签 状态 建议
Canonical 待检查 添加指向当前URL的canonical标签
Open Graph ❌ 缺失 添加适合社交分享的OG标签
Article Schema ❌ 缺失 添加Article结构化数据

2.5 建议的Article Schema

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Knee Replacement Cost in China: Complete Guide 2026",
  "description": "Everything you need to know about affordable knee surgery in China",
  "image": "https://chinahospitalsguide.com/images/knee-replacement.jpg",
  "author": {
    "@type": "Organization",
    "name": "China Hospitals Guide Team"
  },
  "publisher": {
    "@type": "Organization",
    "name": "China Hospitals Guide"
  },
  "datePublished": "2026-03-02",
  "dateModified": "2026-03-02"
}

3. 费用对比页面 (/cost-comparison.html)

3.1 Title Tag

3.2 Meta Description

3.3 H1 Tag

3.4 表格Schema建议

此页面包含大量对比表格,建议添加Table Schema:

{
  "@context": "https://schema.org",
  "@type": "Table",
  "about": "Medical procedure cost comparison between China, US, and UK"
}

图片Alt标签检查

需要检查的图片类型

图片类型 重要性 检查状态
医院Logo 待检查
患者照片 待检查
服务图标 待检查
医生照片 待检查
医院环境图 待检查

Alt标签最佳实践

好的Alt标签示例:

差的Alt标签示例:


技术SEO检查清单

必须修复 (高优先级)

应该修复 (中优先级)

建议修复 (低优先级)


Meta标签模板

标准页面模板

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>[页面标题 - 50-60字符]</title>
    <meta name="description" content="[页面描述 - 150-160字符]">
    <meta name="keywords" content="[关键词1, 关键词2, 关键词3]">
    <link rel="canonical" href="[当前页面完整URL]">
    
    <!-- Open Graph -->
    <meta property="og:title" content="[页面标题]">
    <meta property="og:description" content="[页面描述]">
    <meta property="og:image" content="[分享图片URL]">
    <meta property="og:url" content="[当前页面URL]">
    <meta property="og:type" content="website">
    
    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="[页面标题]">
    <meta name="twitter:description" content="[页面描述]">
    <meta name="twitter:image" content="[分享图片URL]">
</head>

博客文章模板

<!-- 额外添加Article Schema -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "[文章标题]",
  "description": "[文章描述]",
  "image": "[文章特色图片]",
  "author": {
    "@type": "Organization",
    "name": "China Hospitals Guide Team"
  },
  "publisher": {
    "@type": "Organization",
    "name": "China Hospitals Guide",
    "logo": {
      "@type": "ImageObject",
      "url": "[网站Logo URL]"
    }
  },
  "datePublished": "[发布日期]",
  "dateModified": "[修改日期]"
}
</script>

修复优先级矩阵

修复项目 SEO影响 实施难度 优先级
添加Meta Description P0
修复首页Title长度 P0
添加Canonical标签 P1
添加Schema Markup P1
添加Open Graph P2
优化图片Alt P2
添加Twitter Card P3

报告生成时间: 2026-03-08 建议复查时间: 修复完成后1周内