redirect-audit

Detect indexed 404 URLs and generate redirect entries post-CMS migration.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/apexradius/agentic-os --skill redirect-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redirect-audit
Source: https://github.com/apexradius/agentic-os/tree/main/skills/redirect-audit
Command: npx skills add https://github.com/apexradius/agentic-os --skill redirect-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the issue of broken redirects and missing 301s after a CMS migration, which can lead to 404 errors and lost SEO rankings.

Core Features & Use Cases

  • Detect Indexed 404s: Identify URLs indexed in search engines that now return a 404 error.
  • Generate Redirect Entries: Automatically create _redirects entries for these 404s.
  • Use Case: After a CMS migration, use this Skill to ensure all old URLs are properly redirected to new ones, preserving link equity and rankings.

Quick Start

Run the 'redirect-audit' skill with your domain to start the audit process.

Frequently Asked Questions about redirect-audit

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

FAQPage Schema
How do I find 404 errors and missing 301 redirects after a CMS migration?

To find 404 errors and missing 301 redirects after a CMS migration, you need to audit your domain for URLs indexed in search engines that now return a 404. This process detects broken redirects and suggests accurate _redirects file entries to restore proper mapping.

How does detecting indexed 404s help preserve SEO rankings?

Detecting indexed 404s helps preserve SEO rankings by identifying old URLs that lost their link equity due to missing 301 redirects. Generating accurate redirect entries for these URLs restores the mapping to new ones, preventing search engines from dropping your pages from their index.

How do I automatically generate _redirects entries for broken URLs?

You can automatically generate _redirects entries for broken URLs by executing an audit script against your domain and processing your existing redirect files. This identifies 404 errors and suggests the missing 301 redirect mappings to fix them.

What is the best way to audit a domain for missing 301s post-migration?

The best way to audit a domain for missing 301s post-migration is to run an automated audit script that checks indexed URLs for 404 responses. Processing existing redirect files alongside the script execution allows it to suggest accurate mappings for the missing 301s.

Do I need existing redirect files to suggest accurate 301 mappings?

Yes, you need existing redirect files to suggest accurate 301 mappings. The audit process requires processing your current redirect files to identify gaps where 404 errors occur and generate correct _redirects entries for those missing URLs.