=== Boostify SEO Redirects ===
Contributors: francistogor
Tags: redirect, 301 redirect, seo, 404, broken link
Requires at least: 5.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boostify-seo-redirects
Domain Path: /languages

A fast and reliable way to manage 301, 302, 307, and 308 redirects in WordPress. Boost your SEO and fix broken links in seconds.

== Description ==

Boostify SEO Redirects is a lightweight, high-performance plugin designed for site owners who need a simple yet powerful way to manage URL redirections without the bloat of a full SEO suite.

Whether you are migrating content, changing your site structure, or fixing 404 errors, Boostify SEO Redirects ensures that your visitors (and search engine bots) always find the right page, preserving your hard-earned SEO authority.

= Key Features =
*   **High Performance**: Built with performance in mind. No heavy database queries on every page load.
*   **Simple Management**: A clean, modern interface to add and delete redirects in seconds.
*   **Full Support**: Support for 301 (Permanent), 302 (Temporary), 307 (Temporary), and 308 (Permanent) redirects.
*   **SEO Safe**: Uses WordPress standard `wp_safe_redirect` for maximum security and compliance.
*   **Zero Bloat**: Only the features you need, none of the ones you don't.
*   **Broken Link Fixer**: Automatically detects 404 errors and creates redirects to matching posts and pages using a 3-tier matching algorithm (exact slug, multi-word LIKE, and fuzzy similarity).

= Need More Power? =
Boostify SEO Redirects is part of the **BoostifySEO** ecosystem. If you need AI-powered content optimization, automatic 404 detection, advanced schema markup, and competitor analysis, check out the full [BoostifySEO Plugin](https://feed.freemius.com/wordpress/plugin/boostifyseo/).

== Installation ==

1. Upload the `boostify-seo-redirects` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Access the settings via 'SEO Redirects' in the admin sidebar.

== Frequently Asked Questions ==

= Does this plugin slow down my site? =
Absolutely not. Redirect rules are kept in a lightweight, autoloaded cache that WordPress loads once per request. Front-end redirect lookups require zero extra database queries, and the cache rebuilds automatically whenever you add or delete a rule.

= Will I lose my data if I upgrade to the full BoostifySEO? =
No. Both plugins share the same database structure. If you install the full BoostifySEO suite, your existing redirects will be automatically recognized.

= Can I import my redirects? =
This version supports manual entry. Bulk import and AI-powered automatic redirects are available in the Pro version of BoostifySEO.

== Screenshots ==

1. The modern, sleek Redirection Manager dashboard.
2. Adding a new 301 redirect rule.

== Changelog ==

= 1.0.3 =
* Assets are now correctly loaded via the WordPress enqueue API: the 410 Gone page stylesheet is enqueued from an external file and the Broken Link Fixer's semantic-match scripts run from the enqeued admin.js file.
* Uninstall no longer relies on a hardcoded plugin directory; it detects the main BoostifySEO suite via the plugin list/class check.
* Hardened input handling: redirect sources are sanitized and AJAX bulk ID payloads are unslashed, validated, and type-checked before use.

= 1.0.2 =
* Content-shaped orphan 404s (dates, media duplicates, author probes, wpcode, graphql) now de-index with a styled HTTP 410 Gone when the fallback toggle is enabled.
* URLs that receive a 410 are automatically marked as Fixed in the Broken Link Fixer log, so they leave the "Open" list.
* System and static paths (missing images, admin, feeds, robots.txt, sitemaps) stay plain 404s and are never logged or auto-redirected.
* Expanded the junk-URL filter for scanner probes and paginated/date archives.

= 1.0.1 =
* Hardened the 410 fallback and expanded 404 junk filtering.
* Improved broken-link suggestion accuracy.

= 1.0.0 =
* Initial release.
* Lightweight manual redirection manager.
* Broken Link Fixer with 3-tier matching (exact slug, LIKE, fuzzy).
* Conflict-free mode for the BoostifySEO ecosystem.
