迁移上线控制

域名迁移发布前检查清单

更换域名、目录或 CMS 前,提前规划跳转、canonical、sitemap、Search Console、回滚和上线后监控。

有阻塞0/100
进度0%
已完成检查0/14
未完成严重项8
跳转样例0

迁移计划

填写来源、目标和旧/新 URL 样例,然后逐项标记准备状态。

准备度

有阻塞

- → -

严重

请填写来源域名或旧 URL 模式。

严重

请填写目标域名或新 URL 模式。

严重

仍有严重迁移检查项未完成。

警告

添加旧/新 URL 样例后,才能生成跳转片段。

迁移检查清单

DNS、路由或 CMS 切换前,应先关闭所有严重项。

上线时间线

T-14 days

确认跳转表,降低 DNS TTL,验证目标资源,并冻结高风险 URL 改动。

T-7 days

抓取来源站,对比模板,准备新 sitemap,更新 canonical 和 hreflang。

Launch day

部署跳转,提交新 sitemap,必要时发起 Search Console 地址变更,并监控日志。

T+7 days

复查抓取错误、跳转链、索引覆盖、分析异常、排名和转化路径。

跳转表 CSV

source,destination,status,notes
/old-url,/new-url,301,

跳转片段

# Add source,destination sample pairs to generate redirect rules.

Canonical 片段

<link rel="canonical" href="https://www.example.com/">

Sitemap 片段

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.example.com/sitemap.xml</loc>
  </sitemap>
</sitemapindex>

报告预览

# 域名迁移发布前检查清单

- Migration type: 更换域名
- Source: -
- Destination: -
- 进度: 0%
- 迁移评分: 0/100
- 未完成严重项: 8
- 未完成警告项: 6

## Checklist
- [ ] Redirect map is complete (critical)
- [ ] Redirects return 301 in one hop (critical)
- [ ] Canonical tags point to the new URLs (critical)
- [ ] New XML sitemap is ready (critical)
- [ ] Search Console change of address is planned (critical)
- [ ] Rollback plan is documented (critical)
- [ ] Internal links use destination URLs (critical)
- [ ] Post-launch monitoring plan exists (critical)
- [ ] DNS TTL is lowered before cutover (warning)
- [ ] Hreflang references are updated (warning)
- [ ] Robots rules are reviewed (warning)
- [ ] Analytics annotation is prepared (warning)
- [ ] Marketing URLs are updated (warning)
- [ ] Content freeze window is agreed (warning)

## Redirect map template
```csv
source,destination,status,notes
/old-url,/new-url,301,
```

## Redirect snippet
```apache
# Add source,destination sample pairs to generate redirect rules.
```

## Canonical
```html
<link rel="canonical" href="https://www.example.com/">
```

## Sitemap
```xml
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.example.com/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
```

## Search Console
1. Verify source and destination properties.
2. Submit the destination sitemap.
3. Use Change of Address for domain migrations when available.
4. Monitor coverage, crawl stats, and top pages daily after launch.

## 时间线
- T-14 days: Finalize redirect map, lower DNS TTL, verify destination properties, and freeze risky URL changes.
- T-7 days: Crawl the source site, compare templates, prepare new sitemap, update canonical and hreflang references.
- Launch day: Deploy redirects, submit new sitemap, request Search Console change of address when applicable, and monitor logs.
- T+7 days: Review crawl errors, redirect chains, index coverage, analytics anomalies, rankings, and conversion paths.

## 提醒
- 请填写来源域名或旧 URL 模式。
- 请填写目标域名或新 URL 模式。
- 仍有严重迁移检查项未完成。
- 添加旧/新 URL 样例后,才能生成跳转片段。