{"id":273730,"date":"2026-01-11T14:41:57","date_gmt":"2026-01-11T14:41:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/instant-404-smart-fixer\/"},"modified":"2026-01-11T15:11:58","modified_gmt":"2026-01-11T15:11:58","slug":"instant-404-smart-fixer","status":"publish","type":"plugin","link":"https:\/\/es-mx.wordpress.org\/plugins\/instant-404-smart-fixer\/","author":13559156,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"1.0.1","tested":"6.9.4","requires":"5.0","requires_php":"","requires_plugins":null,"header_name":"Instant 404 Smart Fixer","header_author":"Hussam Barbour","header_description":"Smartly monitors 404 errors and auto-redirects to matching content using a high-performance algorithm.","assets_banners_color":"7a829a","last_updated":"2026-01-11 15:11:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":195,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"free.php","date":"2026-01-11 15:11:58"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3437191,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3437191,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3437191,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3437191,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3437191,"resolution":"1","location":"assets","locale":"","width":3024,"height":1802}},"screenshots":{"1":"<strong>Settings Page<\/strong> - Simple configuration with a log of recent redirects."}},"plugin_section":[],"plugin_tags":[905,198913,727,186,253752],"plugin_category":[55],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-273730","plugin","type-plugin","status-publish","hentry","plugin_tags-905","plugin_tags-auto-redirect","plugin_tags-redirect","plugin_tags-seo","plugin_tags-smart-match","plugin_category-seo-and-marketing","plugin_committers-freephp-1"],"banners":{"banner":"https:\/\/ps.w.org\/instant-404-smart-fixer\/assets\/banner-772x250.png?rev=3437191","banner_2x":"https:\/\/ps.w.org\/instant-404-smart-fixer\/assets\/banner-1544x500.png?rev=3437191","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/instant-404-smart-fixer\/assets\/icon-128x128.png?rev=3437191","icon_2x":"https:\/\/ps.w.org\/instant-404-smart-fixer\/assets\/icon-256x256.png?rev=3437191","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/instant-404-smart-fixer\/assets\/screenshot-1.png?rev=3437191","caption":"<strong>Settings Page<\/strong> - Simple configuration with a log of recent redirects."}],"raw_content":"<!--section=description-->\n<p>Instant 404 Smart Fixer is a lightweight, high-performance plugin designed to recover lost traffic from broken links. instead of showing a generic 404 error page, it intelligently searches your existing content for a match and redirects the user automatically.<\/p>\n\n<p><strong>Key Features:<\/strong><\/p>\n\n<ul>\n<li><strong>Smart Match Algorithm:<\/strong> Extracts keywords from the 404 URL and searches for matching Posts, Pages, or Custom Post Types with &gt;80% similarity.<\/li>\n<li><strong>High Performance:<\/strong> Uses optimized <code>WP_Query<\/code> calls and WordPress Transients API to cache redirect decisions for 24 hours, ensuring zero impact on server load for repeated hits.<\/li>\n<li><strong>Zero Bloat:<\/strong> Built with a focus on speed and simplicity. No heavy frameworks or unnecessary database tables.<\/li>\n<li><strong>Admin Logging:<\/strong> View the last 10 redirect events in the settings page to see exactly what the plugin is doing.<\/li>\n<li><strong>Privacy Focused:<\/strong> Does not track user data, only logs the URL string for debugging purposes.<\/li>\n<\/ul>\n\n<p><strong>How it works:<\/strong><\/p>\n\n<ol>\n<li>A user visits a broken URL (e.g., <code>\/my-amsome-post<\/code>).<\/li>\n<li>The plugin detects the 404.<\/li>\n<li>It searches for a post with a similar title (e.g., \"My Awesome Post\").<\/li>\n<li>If a match is found, it performs a <strong>301 Permanent Redirect<\/strong> to the correct post.<\/li>\n<li>If no match is found, it redirects to the Homepage (302) to keep the user on the site.<\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>instant-404-smart-fixer<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to <strong>Settings &gt; Instant 404<\/strong> to enable the smart matching feature.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='does%20this%20modify%20my%20database%3F'><h3>Does this modify my database?<\/h3><\/dt>\n<dd><p>No. It uses standard WordPress options for settings and the Transients API for caching. It does not create custom tables.<\/p><\/dd>\n<dt id='can%20i%20clear%20the%20cache%3F'><h3>Can I clear the cache?<\/h3><\/dt>\n<dd><p>The cache automatically expires every 24 hours. If you need to clear it manually, you can use a transient manager plugin or simply wait.<\/p><\/dd>\n<dt id='what%20happens%20if%20two%20posts%20have%20similar%20titles%3F'><h3>What happens if two posts have similar titles?<\/h3><\/dt>\n<dd><p>The algorithm picks the match with the highest similarity percentage found within the top search results.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Implemented Template Redirect monitoring.<\/li>\n<li>Added Smart Match logic with <code>similar_text<\/code>.<\/li>\n<li>Added Admin Settings and Logging.<\/li>\n<\/ul>","raw_excerpt":"Smartly monitors 404 errors and auto-redirects to matching content using a high-performance algorithm.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/273730","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=273730"}],"author":[{"embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/freephp-1"}],"wp:attachment":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=273730"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=273730"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=273730"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=273730"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=273730"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=273730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}