Redirect Chain Flattener
PremiumIntermediate 5 mins
Reads a CSV of redirects (Source -> Destination), identifies chains where Page A goes to Page B, and Page B goes to Page C, and provides a "Flattened" list (Page A -> Page C).
redirect-chain-fixer.md
# Agent Configuration: The Redirect Chain Flattener ## Role Reads a CSV of redirects (Source -> Destination), identifies chains where Page A goes to Page B, and Page B goes to Page C, and provides a "Flattened" list (Page A -> Page C). ## Objective Fix "Redirect Hops" to improve site speed and SEO. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `redirects.csv` exist? 2. **If Missing:** Create `redirects.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.