redirect-manager

Audit Adobe Edge Delivery Services redirects.json for chains, loops, and broken destinations.

Updated May 14, 2026
One-click install
npx skills add https://github.com/Focus-GTS/eds-content-ops-skills --skill redirect-manager-focus-gts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redirect-manager
Source: https://github.com/Focus-GTS/eds-content-ops-skills/tree/main/skills/redirect-manager
Command: npx skills add https://github.com/Focus-GTS/eds-content-ops-skills --skill redirect-manager-focus-gts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EDS redirect spreadsheets can develop chains, loops, broken destinations, and formatting issues that hurt user experience and SEO, but are hard to audit manually.

Core Features & Use Cases

  • Fetch-and-validate redirects.json: Reads the published EDS redirects feed and verifies each rule’s integrity.
  • Detect redirect chains and loops: Builds a redirect graph to flag multi-hop inefficiencies and infinite cycles.
  • Check destination health and SEO impact: Verifies broken internal targets (including 404s), highlights chain link-equity dilution risk, and flags common formatting problems like trailing slashes, case mismatches, and query-string expectations.
  • Produce a paste-ready cleaned table: Outputs an optimized redirects table plus an issue summary so authors can update their original spreadsheet confidently.

Quick Start

Use the redirect-manager skill to audit your site’s redirects by fetching https://{domain}/redirects.json and returning a cleaned redirect table plus a prioritized issue report.

Frequently Asked Questions about redirect-manager

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

FAQPage Schema
How do I audit a redirects.json file for SEO issues in Adobe Edge Delivery Services?

You can audit redirects.json by fetching the published EDS feed to validate rule integrity, building a redirect graph to detect chains and loops, and checking destination health to flag broken internal targets and SEO-breaking formatting issues.

What is the best way to find redirect loops and chains in an EDS redirects spreadsheet?

Finding redirect loops and chains in an EDS redirects spreadsheet is best handled by normalizing paths and building a redirect graph to flag multi-hop inefficiencies and infinite cycles that dilute link equity and hurt SEO.

How do I fix broken redirect destinations before site migration?

To fix broken redirect destinations before site migration, perform reachability checks on internal targets to identify 404s, validating every rule and producing an actionable cleaned redirect table with severity-sorted findings.

Does the redirect audit work for both relative and fully-qualified redirect entries?

Yes, the redirect audit works for both relative and fully-qualified redirect entries. It applies during migrations, restructuring, 404 debugging, and pre-go-live maintenance by normalizing all paths before validating rules.

Why do trailing slashes and case mismatches break my SEO redirects?

Trailing slashes and case mismatches break SEO redirects by causing formatting problems that disrupt destination reachability. Auditing flags these issues alongside query-string expectations to produce a paste-ready optimized redirects table.