Example Redirect Pages
Example Redirect Pages
This directory contains example redirect pages showing how to use jekyll-redirect-from plugin.
Usage
- Copy one of the example files
- Rename it to match your redirect purpose
- Update the
permalink:to the old/broken URL - Update the
redirect_to:to the correct destination URL - Keep
sitemap: falseandrobots: "noindex, follow"
Important Notes
- Always include trailing slashes in URLs to match Jekyllโs URL structure
- Test redirects locally before deploying
- Keep these example files for reference (they wonโt be deployed if permalink is changed)
- See REDIRECTS-GUIDE.md in the root directory for comprehensive documentation
Examples Included
- example-feed-redirect.md: Redirect old feed URLs to main feed
- example-url-change.md: Redirect when URL structure changes
- example-consolidated-content.md: Redirect merged content to consolidated post