新闻 SEO 2025:Google News 优化完全指南

新闻 SEO 需要一套与传统 SEO 截然不同的方法。Google News 每天提供超过 80 亿次展示,因此掌握新闻优化对于出版商和媒体网站而言至关重要。

Google News 的运作方式

Google News 架构

Google News 通过多个展示位面(surface)运作:

新闻的排名因素

  1. 时效性(Freshness):新近程度至关重要
  2. 相关性(Relevance):查询与主题的契合度
  3. 权威性(Authority):来源的可信度与专业性
  4. 原创性(Originality):原创报道 vs. 聚合内容
  5. 多样性(Diversity):来源与视角的多样化

Google News Publisher Center

进入 Google News

收录所需的条件:

  1. 符合 Google News 内容政策
  2. 体现新闻业的专业标准
  3. 保持稳定的发布节奏
  4. 拥有清晰的作者署名
  5. 实施 NewsArticle schema 标记
  6. 遵循技术要求

Publisher Center 设置

  1. 在 Search Console 中验证网站所有权
  2. 提交至 Google News Publisher Center
  3. 配置新闻 sitemap
  4. 设置版块结构
  5. 如适用,配置视频订阅源(video feeds)

新闻文章优化

标题优化

新闻标题具有双重作用:

最佳实践:

适合新闻 SEO 的文章结构

<article itemscope itemtype="https://schema.org/NewsArticle">
  <h1 itemprop="headline">Breaking: Google Announces Major Algorithm Update</h1>
  <div itemprop="datePublished" content="2025-06-15T10:30:00Z">June 15, 2025</div>
  <div itemprop="author" itemscope itemtype="https://schema.org/Person">
    <span itemprop="name">Jane Smith</span>
  </div>
  <div itemprop="articleBody">
    <!-- Article content -->
  </div>
</article>

NewsArticle Schema 标记

{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "Google Announces Major Algorithm Update",
  "datePublished": "2025-06-15T10:30:00Z",
  "dateModified": "2025-06-15T11:45:00Z",
  "author": {
    "@type": "Person",
    "name": "Jane Smith",
    "url": "https://example.com/author/jane-smith"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Example News",
    "logo": {
      "@type": "ImageObject",
      "url": "https://example.com/logo.png"
    }
  },
  "image": "https://example.com/article-image.jpg",
  "description": "Google has announced a major algorithm update affecting search rankings.",
  "mainEntityOfPage": "https://example.com/google-algorithm-update"
}

新闻 Sitemap 要求

创建新闻 Sitemap

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <url>
    <loc>https://example.com/google-algorithm-update</loc>
    <news:news>
      <news:publication>
        <news:name>Example News</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:publication_date>2025-06-15T10:30:00Z</news:publication_date>
      <news:title>Google Announces Major Algorithm Update</news:title>
    </news:news>
  </url>
</urlset>

新闻 Sitemap 最佳实践

Top Stories 轮播优化

Top Stories 的要求

  1. AMP 或快速加载的页面:符合 Core Web Vitals
  2. NewsArticle schema:正确的结构化数据
  3. 高质量图片:最小宽度 1200px
  4. 新鲜内容:在事件发生后数小时内发布
  5. 来源权威性:已确立的新闻公信力

新闻图片优化

突发新闻策略

速度优化

对于突发新闻,每一秒都至关重要:

Live Blog Schema

{
  "@context": "https://schema.org",
  "@type": "LiveBlogPosting",
  "headline": "Google I/O 2025 Live Updates",
  "datePublished": "2025-06-15T09:00:00Z",
  "coverageStartTime": "2025-06-15T09:00:00Z",
  "coverageEndTime": "2025-06-15T18:00:00Z",
  "liveBlogUpdate": [
    {
      "@type": "BlogPosting",
      "headline": "Google announces new AI features",
      "datePublished": "2025-06-15T10:15:00Z"
    }
  ]
}

新闻网站技术要求

抓取预算优化

新闻网站必须能被快速抓取:

新闻的 URL 结构

最佳实践:

新闻的页面速度

新闻页面必须快速加载: