redirect-manager

Create and audit 301/302 redirect rules with HTTP verification and rollback logging.

Updated May 18, 2026
One-click install
npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill redirect-manager-ajayatwal1105-emerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redirect-manager
Source: https://github.com/ajayatwal1105-emerson/digital-marketing-pro/tree/main/skills/redirect-manager
Command: npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill redirect-manager-ajayatwal1105-emerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Redirect mismanagement causes SEO traffic loss through chains that dilute link equity, loops that create crawl errors, and broken redirects that return 404s for previously indexed URLs.

Core Features & Use Cases

  • Create and deploy 301/302 redirects: Generate new redirect rules for site migrations, URL restructuring, HTTPS upgrades, and temporary routing.
  • Audit redirect health end-to-end: Crawl configured redirect rules and detect chains, loops, duplicates, mixed protocol issues, and broken targets.
  • Fix issues with an approval gate: Propose hop-reduction fixes for chains, cycle-breaking updates for loops, and target repairs for dead destinations, then deploy via connected CMS MCP.
  • Verify and log for auditability: Test post-deployment HTTP behavior and write detailed change logs (including rollback instructions) via seo-executor.py.
  • Use Case: During a blog URL migration, audit existing redirects to find looped or chain redirects, then fix them and verify that every legacy URL resolves in a single hop to the intended new post.

Quick Start

Run redirect-manager with an audit followed by a fix for the current CMS redirects, then approve the proposed changes to deploy and verify the results.

Frequently Asked Questions about redirect-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix redirect chains and loops to preserve SEO link equity?

Fix redirect chains and loops by auditing configured rules to detect multi-hop paths and cycles, then proposing hop-reduction and cycle-breaking updates. Deploy corrected 301 or 302 rules via CMS API to ensure single-hop resolution and preserve link equity.

What is the best way to audit existing URL redirects for 404 errors?

Auditing URL redirects for 404s involves crawling configured rules and performing HTTP verification of final destinations. Broken targets are identified, and repairs are proposed before deployment to restore proper routing for previously indexed URLs.

How do I create 301 and 302 redirects during a site migration?

Create 301 and 302 redirects during site migrations by generating source-to-target mapping rules for URL restructuring or HTTPS upgrades. Validate mappings, deploy through connected CMS MCP, and verify post-deployment HTTP behavior to confirm routing.

Does this redirect manager support rollback if deployed fixes cause issues?

This redirect manager supports rollback by writing detailed change logs with rollback instructions during deployment. If post-deployment HTTP verification detects issues, logged instructions enable reversion to previous redirect configurations.

Can I use this to fix duplicate redirects and mixed protocol issues?

You can fix duplicate redirects and mixed protocol issues by running an end-to-end audit that detects these problems alongside chains and loops. Proposed corrections are deployed via CMS API to normalize protocol behavior and remove redundancies.