plugins/seo/skills/seo-redirects/SKILL.md
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.
npx skillsauth add fusengine/agents seo-redirectsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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 |
development
Use when optimizing entity-based / semantic SEO 2026. Covers entity maps, Google Knowledge Graph resolution, salience scoring, passage-level ranking, about/sameAs/knowsAbout schema, Cloud Natural Language API validation.
development
Use when running SEO, GEO, schema, Core Web Vitals, sitemap, hreflang, E-E-A-T, AI Overviews, technical SEO, or structured data tasks. Covers full-site audits, single-page analysis, schema markup, content quality, AI search optimization, local SEO, sitemap/robots, internal linking, semantic clustering, and search experience.
development
Use when optimizing search experience (SXO). Covers intent matching, user personas, user stories, page-type analysis, dwell time, scroll depth, pogo-sticking prevention.
development
Use when optimizing local SEO. Covers Google Business Profile, NAP consistency, citations, reviews acquisition, Local Pack ranking, location pages, LocalBusiness schema.