新闻 SEO 需要一套与传统 SEO 截然不同的方法。Google News 每天提供超过 80 亿次展示,因此掌握新闻优化对于出版商和媒体网站而言至关重要。
Google News 的运作方式
Google News 架构
Google News 通过多个展示位面(surface)运作:
- Google News 应用与网站:专门的新闻平台
- Top Stories 轮播:在搜索结果中位置醒目
- News 标签页:经过新闻过滤的搜索结果
- Discover 信息流:移动端新闻推荐
- Google News Showcase:精心策划的新闻体验
新闻的排名因素
- 时效性(Freshness):新近程度至关重要
- 相关性(Relevance):查询与主题的契合度
- 权威性(Authority):来源的可信度与专业性
- 原创性(Originality):原创报道 vs. 聚合内容
- 多样性(Diversity):来源与视角的多样化
Google News Publisher Center
进入 Google News
收录所需的条件:
- 符合 Google News 内容政策
- 体现新闻业的专业标准
- 保持稳定的发布节奏
- 拥有清晰的作者署名
- 实施 NewsArticle schema 标记
- 遵循技术要求
Publisher Center 设置
- 在 Search Console 中验证网站所有权
- 提交至 Google News Publisher Center
- 配置新闻 sitemap
- 设置版块结构
- 如适用,配置视频订阅源(video feeds)
新闻文章优化
标题优化
新闻标题具有双重作用:
- 面向读者:引人入胜且信息丰富
- 面向 Google:自然地包含主要关键词
最佳实践:
- 控制在 65 个字符以内
- 包含主要关键词
- 将重要词汇前置
- 避免标题党
- 具体且真实
适合新闻 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 最佳实践
- 仅包含过去 48 小时内的文章
- 频繁更新(突发新闻每 15-30 分钟更新一次)
- 控制在 1,000 个 URL 以内
- 使用精确的发布时间戳
- 包含所有必需的新闻 sitemap 标签
Top Stories 轮播优化
Top Stories 的要求
- AMP 或快速加载的页面:符合 Core Web Vitals
- NewsArticle schema:正确的结构化数据
- 高质量图片:最小宽度 1200px
- 新鲜内容:在事件发生后数小时内发布
- 来源权威性:已确立的新闻公信力
新闻图片优化
- 使用高分辨率图片(最小 1200px)
- 实施图片 schema 标记
- 使用描述性的文件名和 alt 文本
- 尽可能避免使用图库照片
- 在 Open Graph 标签中包含特色图片
突发新闻策略
速度优化
对于突发新闻,每一秒都至关重要:
- 预先发布文章框架(article shells)
- 对持续报道使用 live blog schema
- 实现 sitemap 自动更新
- 配置推送通知
- 使用 CDN 实现即时分发
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 结构
- 及时移除旧的新闻 sitemap
- 明智地使用抓取预算
- 在 sitemap 中实施 lastmod
- 避免重复内容问题
新闻的 URL 结构
最佳实践:
- 在 URL 中包含日期:
/2025/06/15/google-algorithm-update - 保持 URL 稳定(发布后不要更改)
- 使用描述性的 slug
- 避免会话 ID 或参数
新闻的页面速度
新闻页面必须快速加载:
- 将 LCP 目标设定在 1.5 秒以内
- 优先加载首屏内容
- 尽量减少第三方脚本
- 对首屏以下的图片使用懒加载
- 为回访用户实施 service workers