遷移上線控制

域名遷移發布前檢查清單

更換域名、目錄或 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 樣例後,才能產生跳轉片段。