Quick Redirect Implementation Guide
Generated: November 10, 2025From: Google Search Console CSV analysis (719 noindexed URLs)
Summary
Your CSV data shows 360 redirects needed to fix broken URLs:| Type | Count | Priority |
|---|---|---|
| Version folder redirects | 303 | π΄ CRITICAL |
| Release notes flat β nested | 30 | π HIGH |
| Malformed nested paths | 26 | π‘ MEDIUM |
| Special cases | 1 | π‘ MEDIUM |
| TOTAL | 360 |
Quick Start: Add 3 Wildcard Redirects
Instead of adding 303 individual redirects, add these 3 wildcard redirects to yourdocs.json that will handle most cases:
Phase 2: Add Top Release Notes Redirects
Add these specific release notes redirects for commonly accessed pages:Expected Results
Before Redirects
- 719 noindexed pages in Google Search Console
- 360 broken URLs causing 404 errors
- Users hitting dead ends from bookmarks/search
- Lost SEO value from backlinks
After Redirects
- ~350-400 URLs successfully redirected (301 permanent)
- ~320-370 fewer 404 errors
- Preserved SEO value from external links
- Better user experience
Remaining Noindexed (Expected)
- ~320-370 pages will remain noindexed (correctly):
- Malformed URLs from crawl errors (
$2,runtime() - External demo systems (
auth-*.demo.flowx.ai) - Old version docs not in navigation (intentional)
- System endpoints (
/health,/actuator)
- Malformed URLs from crawl errors (
Testing
Before Deploying
After Deploying
Timeline
Week 1 (Immediate)
- Fix internal broken links (35 links) β DONE
- Add 7 wildcard redirects to docs.json
- Deploy to preview environment
- Test redirects
- Deploy to production
Week 2-3 (Short-term)
- Add top 10 release notes redirects
- Monitor Google Search Console
- Request recrawl of fixed URLs
Month 2+ (Long-term)
- Monitor redirect effectiveness
- Add more specific redirects if needed
- Clean up old redirects (after 6+ months)
Files Created
REDIRECT-STRATEGY.md- Complete redirect strategy documentationscripts/generate-redirects-from-csv.js- Automated redirect generatorREDIRECT-IMPLEMENTATION.md(this file) - Quick start guide
Next Steps
- Copy the wildcard redirects from the βQuick Startβ section above
- Paste into your
docs.jsonin theredirectsarray - Test locally (validate JSON)
- Deploy to Mintlify preview environment
- Test redirects work correctly
- Deploy to production
- Monitor Google Search Console for improvements
Questions?
- Full strategy β See
REDIRECT-STRATEGY.md - Generate custom redirects β Run
scripts/generate-redirects-from-csv.js - Broken internal links β Already fixed! β
- Need help? β Check the main strategy doc first
Expected Impact: Fixes 330+ of 360 broken URLs with just 7 wildcard redirects! π

