migrate-site by calm-north/seojuice-skills
npx skills add https://github.com/calm-north/seojuice-skills --skill migrate-site指导域名迁移、CMS切换或URL结构重组,同时避免排名损失——包含重定向映射、监控计划和回滚标准。
| 类型 | 风险等级 | 示例 |
|---|---|---|
| 域名变更 | 高 | olddomain.com → newdomain.com |
| 协议变更 | 低 | HTTP → HTTPS |
| CMS切换 | 中-高 | WordPress → Next.js, Shopify → 自定义 |
| URL结构重组 | 中 | /blog/2024/post → /blog/post |
| 子域名迁移 | 中 | blog.example.com → example.com/blog |
| 设计/模板变更 | 低-中 | 相同URL,新模板 |
所有迁移都存在SEO风险。目标是尽量减少流量下降并加速恢复。
在进行任何操作之前,记录当前状态:
页面:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
技术方面:
性能:
保存所有数据。 您需要这些数据与迁移后进行对比。
并非所有页面都同等重要。标记这些页面以特别关注:
这些页面必须有有效的重定向,并且应在迁移后单独验证。
重定向映射是最关键的成果。每个旧URL必须映射到正确的新URL。
| 旧URL | 新URL | 类型 | 备注 |
|---|---|---|---|
| /old-page | /new-page | 301 | 内容匹配 |
| /removed-page | /closest-relevant-page | 301 | 合并到相关页面 |
| /deleted-page | / | 301 | 无相关页面——发送到首页(最后手段) |
规则:
迁移前,定义回滚标准:
如果出现以下情况则回滚:
回滚步骤:
迁移类型: [域名变更 / CMS切换 / URL结构重组 / 等] 风险等级: [低 / 中 / 高] 预计时间线: [准备 + 执行 + 监控]
迁移前清点
重定向映射 [表格——旧→新URL的完整映射]
技术检查清单 [来自第三阶段的检查清单]
监控计划 [来自第四阶段的检查点]
回滚标准 [定义的阈值和步骤]
风险领域
专业提示: 使用免费的Broken Link Checker验证迁移后的重定向,使用Htaccess Generator构建重定向规则。SEOKJuice MCP用户可以运行
/seojuice:site-health获取包含链接数据的完整页面清单,/seojuice:keyword-analysis识别高价值页面,以及list_changes检测迁移后的内容差异。
每周安装量
1.1K
代码仓库
GitHub星标
1
首次出现
11天前
安全审计
安装于
codex156
claude-code152
antigravity118
cursor57
opencode55
gemini-cli55
Guide a domain migration, CMS switch, or URL restructure without losing rankings — redirect mapping, monitoring plan, and rollback criteria.
| Type | Risk Level | Example |
|---|---|---|
| Domain change | High | olddomain.com → newdomain.com |
| Protocol change | Low | HTTP → HTTPS |
| CMS switch | Medium-High | WordPress → Next.js, Shopify → custom |
| URL restructure | Medium | /blog/2024/post → /blog/post |
| Subdomain migration | Medium | blog.example.com → example.com/blog |
| Design/template change | Low-Medium | Same URLs, new templates |
All migrations carry SEO risk. The goal is to minimize the traffic dip and speed up recovery.
Before touching anything, document the current state:
Pages:
Technical:
Performance:
Save everything. You need this data to compare against post-migration.
Not all pages are equal. Flag these for extra attention:
These pages must have working redirects and should be verified individually after migration.
The redirect map is the most critical artifact. Every old URL must map to the right new URL.
| Old URL | New URL | Type | Notes |
|---|---|---|---|
| /old-page | /new-page | 301 | Content matches |
| /removed-page | /closest-relevant-page | 301 | Consolidated into related page |
| /deleted-page | / | 301 | No relevant page — send to homepage (last resort) |
Rules:
Before migrating, define rollback criteria:
Rollback if:
Rollback steps:
Migration Type: [domain change / CMS switch / URL restructure / etc.] Risk Level: [low / medium / high] Estimated Timeline: [preparation + execution + monitoring]
Pre-Migration Inventory
Redirect Map [Table — full mapping of old → new URLs]
Technical Checklist [Checklist from Phase 3]
Monitoring Schedule [Checkpoints from Phase 4]
Rollback Criteria [Defined thresholds and steps]
Risk Areas
Pro Tip: Use the free Broken Link Checker to verify redirects post-migration, and the Htaccess Generator to build redirect rules. SEOJuice MCP users can run
/seojuice:site-healthfor a full page inventory with link data,/seojuice:keyword-analysisto identify high-value pages, andlist_changesto detect content differences post-migration.
Weekly Installs
1.1K
Repository
GitHub Stars
1
First Seen
11 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex156
claude-code152
antigravity118
cursor57
opencode55
gemini-cli55
53,600 周安装