恭喜。您的内容已导入。您的文章、页面和评论现在已安全地存放在 WordPress 中。迁移在技术上已经完成。
But here’s what most Blogger-to-WordPress guides won’t tell you: 迁移后的最初 24 小时决定了您的流量是能存活下来,还是会断崖式下跌。
Every day you wait to do these seven things, Google is recrawling your site and forming new judgments about your content. If it finds broken redirects, missing images, or a missing sitemap, those judgments translate directly into ranking drops. Here’s exactly what to do, in order of priority, starting right now.
1. 验证每一个重定向是否确实有效
这一步将那些保住流量的人与一夜之间损失 80% 流量的人区分开来。
当您从 Blogger 迁移到 WordPress 时,您的旧 URL 发生了变化。像这样的链接 yourblog.blogspot.com/2023/05/post-title.html 变成了类似 yourdomain.com/post-title/的内容。如果谷歌尝试访问旧 URL 并收到 404 错误而不是永久的 301 重定向,它会将您迁移的文章视为已删除的内容。您的排名将化为乌有。
现在就做这件事:
- 打开您的旧 Blogger XML 导出文件或备份站点地图。
- 随机抓取 10 到 15 个旧文章 URL。
- 将每一个直接粘贴到浏览器的地址栏中。
- Verify that each one seamlessly redirects to the correct new WordPress URL — not to your homepage, not to a 404 page, but to the exact matching post.
If even one redirect fails, fix it before doing anything else. A single broken redirect won’t kill your site, but if a pattern emerges — say, all posts from 2022 are bouncing to the homepage — you have a systemic problem that will erase years of SEO work.
需要检查的常见重定向失败情况:
- 标题中带有特殊字符或标点符号的文章
- 导入过程中被截断的超长 URL 的文章
- 标签和分类页面(这些页面通常被完全遗忘)
- 旧版 Blogger 首页和存档订阅源
- 您旧的 RSS 订阅源 URL
2. 将您的新站点地图提交给 Google Search Console
Blogger gave you a restrictive sitemap that listed only your 26 most recent posts. WordPress gives you a proper, comprehensive sitemap that includes everything. But Google won’t discover the new map until you point it out.
现在就做这件事:
- 前往 谷歌搜索控制台.
- Add your new domain as a property (if you haven’t already done so).
- 验证所有权(通常通过您的域名注册商或添加 HTML 标签)。
- 导航至 站点地图 在左侧边栏菜单中。
- Submit your new sitemap URL — typically
yourdomain.com/sitemap.xml或yourdomain.com/sitemap_index.xmlif you’re utilizing an SEO plugin.
几小时内,Google 就会开始抓取您的新站点地图。它会发现您迁移后的存档,将其与您设置的重定向进行比对,并开始更新其索引。如果没有这一步,Google 必须通过自然方式发现您的新 URL,这可能需要数周时间,而不是几小时。
专业提示: Submit your old Blogger sitemap URL to Google Search Console one last time. This forces Google’s bots to crawl the old pathways immediately, causing them to hit your new redirects faster.
3. 修复您的固定链接结构
开箱即用时,WordPress 通常会设置一个默认的 URL 结构,如下所示:
yourdomain.com/?p=123
That is worse for SEO than Blogger’s default layout. You need to change it immediately — before search engines start indexing your site with unreadable URLs that you’ll just have to redirect later.
现在就做这件事:
- 前往 Settings → Permalinks 在您的 WordPress 仪表盘中。
- 选择 文章名 选项(这会创建简洁的布局,如
yourdomain.com/post-title/). - 点击 保存更改.
这为您提供了简洁、易读且不过时的 URL,不再包含 Blogger 强加给您内容的年份和月份限制。
Note: If you already configured redirects utilizing year/month URLs from Blogger, changing your permanent WordPress structure won’t break them. The redirects handle incoming traffic from your old legacy system; the permalink setting applies to new content going forward.
4. 检查您的图片是否已实际下载
这是区分真正的数据库迁移与表面功夫的关键步骤。
Many basic migration methods simply copy the old image URL from Blogger and paste it into your new WordPress HTML code. The image appears to work perfectly because it’s still loading from bp.blogspot.com 或 googleusercontent.com.
Your site looks fine today, but you haven’t actually moved your assets. They’re still living on Google’s infrastructure and will instantly break if you delete your old Blogger blog, delete the associated Google account, or if Google alters its legacy photo hosting layout.
现在就做这件事:
- 在您的 WordPress 编辑器中打开任何已迁移的博客文章。
- 右键点击一张图片并选择 “Open Image in New Tab.”
- 检查地址栏中的 URL。
如果您看到 blogspot.com, bp.blogspot.com或 googleusercontent.com 在文件地址的任何位置,说明您的图片 没有 downloaded locally. They are still sitting on Google’s property.
如何修复: 确保使用在导入循环期间明确将媒体资源下载到您的原生 WordPress 媒体库的迁移工具。
5. 立即安装这三个插件
Blogger gave you almost nothing in terms of optimization control. WordPress gives you a massive ecosystem of specialized tools. You don’t need dozens of plugins to start; just install these core three:
- SEO 插件(Rank Math 或 Yoast SEO): 自动生成高级 XML 站点地图,添加用于 Google 搜索结果中丰富摘要的关键 Schema 结构化数据,管理规范标签,并优化社交分享配置。
- 缓存插件(WP Rocket 或 W3 Total Cache): Blogger automatically hosted your files on Google’s globally optimized architecture. Your new independent hosting server requires optimization tools to ensure fast loading times, which is a direct ranking factor.
- 备份插件(UpdraftPlus 或 BlogVault): 与Blogger内部处理基础设施备份不同,WordPress将数据安全掌握在您自己手中。备份插件可确保如果自定义设置导致问题,您能在5分钟内恢复网站。
6. 设置Google Analytics(不仅仅是Blogger统计信息)
Blogger had a built-in dashboard showing surface-level pageviews and referral links. WordPress has no built-in tracking dashboard at all — you must configure it independently.
Blogger统计信息通常会跟踪自动机器人,从而使您的数据产生偏差。设置实际的Google Analytics (GA4) 可以让您深入、准确地了解用户行为:
- 哪些文章吸引了读者以及他们停留的时间
- 准确的流量获取渠道(自然搜索、社交渠道、直接访问)
- 用户路径(读者是看完一篇文章就离开,还是浏览多个页面?)
- 实时发生的互动高峰
现在就做这件事:
- 在以下网址创建账户 analytics.google.com.
- 为您的自定义域名设置一个新媒体资源。
- 安装您的跟踪代码(最简单的方法是将您的GA4衡量ID复制到新SEO插件的分析字段中)。
- Verify the link by opening your live site in an incognito window and checking the “Realtime” dashboard inside Google Analytics.
7. 找出损坏的内部链接
在平台迁移过程中,一些内部文本路径不可避免地会被打乱。文本中的链接可能仍然引用您的旧 .blogspot.com 子域名,而不是您干净的域名资产。
虽然您的重定向可能会为读者捕获这些链接,但循环通过多个内部重定向会增加延迟,降低页面速度,并稀释您的搜索引擎链接权重。
现在就做这件事:
- 安装一个免费的扫描工具,例如 Broken Link Checker 插件。
- 对所有文章、页面和评论部分进行全面的网站审计。
- 修复发现的任何死路径或旧引用。
第一周不该做什么
避免严重错误与完成配置清单同样重要:
- Don’t delete your old Blogger blog yet: 保持其活跃至少30天。让它在后台静静运行,以便其服务器设置可以继续执行那些301重定向,同时Google会索引您的新家。
- Don’t change your design layout or theme yet: 您的读者刚刚经历了平台转换。在最初的几周内保持视觉界面熟悉,让他们知道自己找对了地方,然后再进行设计更新。
- Don’t panic over slight traffic fluctuations: 在任何大型网站重新索引的第一周,5-10%的轻微流量下降是完全正常的。但是,如果您的流量下降了30%或更多,请立即返回并检查第1步中的重定向模式是否损坏。
24小时清单摘要
| 优先级 | 任务 | 预计时间 | 跳过后的流量影响 |
|---|---|---|---|
| 1 | 验证所有301重定向是否正常工作 | 30分钟 | Severe — rankings lost permanently |
| 2 | 向Search Console提交新站点地图 | 10分钟 | Significant — indexing stalls out |
| 3 | Switch permalink structure to ‘Post name’ | 2分钟 | Moderate — messy legacy URLs remain |
| 4 | 确认图片已本地保存 | 15分钟 | Severe — image data loss if Google profile changes |
| 5 | 安装核心SEO、缓存和备份工具 | 15分钟 | Cumulative — slow site speed, no data fallback |
| 6 | 部署Google Analytics 4跟踪 | 15分钟 | Indirect — you are operating completely blind |
| 7 | 审核并修复损坏的内部链接 | 30分钟 | Moderate — degraded user experience, diluted link authority |
总投入:约 2 小时。 现在投入两小时可以保护您历史的搜索排名,并为您的新网站实现长期增长奠定基础。
Used our platform to migrate? Double-check your status dashboard here →

