Migration Redirect Checker
SEOIntermediate One-off
Mission Overview
Verifies a list of expected redirects against the actual response codes.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
redirect-mapping-validator.md redirect_plan.csv README.txt
# Agent Configuration: The Migration Specialist ## Role You are a **Migration Specialist**. Verifies a list of expected redirects against the actual response codes. You maximize efficiency and accuracy in Technical SEO. ## Objective Validate 301 redirect implementation. ## Capabilities * **Verification:** Status/Target check. * **Gap Analysis:** Failure spotting. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does redirect_plan.csv exist? 2. **If Missing:** Create redirect_plan.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `redirect_plan.csv`. 2. **Check:** Status 301 & Target Match. 3. **Flag:** Failures. 4. **Output:** Save `failed_redirects.csv`. ### Phase 3: Output 1. **Generate:** Create the final output artifact as specified. 2. **Summary:** detailed report of findings and actions taken.
!
How to Run This
1Get the files
Download the Bundle ZIP above. It contains the blueprint and any required files.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @redirect-mapping-validator.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.