From fuse-seo
Use when planning redirects or site migration. Covers 301 vs 302 vs 307/308, migration plans, redirect chains, link equity preservation, www/non-www, HTTP→HTTPS, 404 monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-seo:seo-redirectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Code | Use Case | SEO Impact |
| Code | Use Case | SEO Impact |
|---|---|---|
| 301 | Permanent move | Passes ~99% link equity |
| 302 | Temporary (e.g. A/B test) | Does NOT pass equity long-term |
| 307 | Temporary, preserves HTTP method | Same as 302 for SEO |
| 308 | Permanent, preserves HTTP method | Same as 301 for SEO |
curl -I <old-url> → expect 301 Location: <new>| From | To | Status |
|---|---|---|
http:// | https:// | 301 |
www. | non-www (or reverse, pick one) | 301 |
/page/ | /page (or reverse) | 301 |
| Old slug | New slug | 301 |
npx claudepluginhub fusengine/agents --plugin fuse-seoCreates, audits, and fixes URL redirects (301/302) for WordPress and Webflow sites. Detects chains and loops, deploys via CMS MCP.
Use when: kullanıcı "migration map", "redirect map", "site taşıma", "URL değişikliği", "301 haritası", "domain taşıma", "redirect planı", "eski URL'leri yeni URL'lere yönlendir", "migration verify", "redirect doğrula" der ya da /pseo-migration-map çağırır. Free (paid MCP yok) — SF export + master.xlsx okur. Also use when: bir site/CMS/domain taşıması planlanıyor; eski-site SF crawl inventory'si alındı; operatör bir url-mapping.csv (+ opsiyonel regex mapping-rules.json) sağladı; bulgular master.xlsx#redirect_404'e key=url merge ile yazılacak (plan modu) veya post-launch crawl ile doğrulanacak (verify modu); 301 haritası + sunucu-config snippet'leri + faz-geçit checklist raporda üretilecek (recommendation-only, operatör deploy eder). Do not use when: tek-URL retire/sunset (content-remediation, R-90/R-91, ayrı — bu skill BULK harita yapar); SF export yok (sf-import önce, DURUR); robots.txt/ noindex denetimi (robots-policy-audit); master.xlsx yokken (init-project önce); GSC'ye sitemap submit / Change-of-Address (operatör-only, motor YAZMAZ).
Guides canonical tag configuration to consolidate duplicate content and declare preferred URLs. Covers 301 redirects, canonical tags, HTTPS, and multi-language setups.