URL Pathfinder

Описание

URL Pathfinder is a powerful WordPress plugin that helps reduce 404 errors by intelligently redirecting visitors to the closest matching content on your website. Using advanced fuzzy matching algorithms, the plugin analyzes broken URL requests and finds the most relevant post or page to redirect visitors to.

Key Features:

  • Интеллектуальная обработка ошибок 404 с использованием нестрогого сопоставления
  • Автоматическое перенаправление на наиболее соответствующий контент
  • Ограничение частоты запросов для предотвращения злоупотреблений
  • Кэширование для повышения производительности
  • Уведомление в панели администратора, позволяющее включить/отключить плагин без его деактивации
  • Поддержка нескольких типов записей
  • Bad URL filtering

Как использовать

Once activated, URL Pathfinder automatically handles 404 errors without requiring any configuration. The plugin:

  1. Определяет, когда посетитель сталкивается с ошибкой 404
  2. Проводит анализ запрошенного URL-адреса
  3. Поиск наиболее подходящего постоянного ссылки
  4. Redirects the visitor to the best matching page or post

Admin Bar Control:

You can quickly enable or disable the plugin using the admin bar notice:
— Click on «URL Pathfinder ON» (enabled) or «URL Pathfinder OFF» (disabled)
— Changes take effect immediately without page reload

Настройки

The plugin comes with sensible defaults and works out of the box, including:

  • Ограничение частоты запросов: предотвращает чрезмерное количество попыток перенаправления
  • Bad URL Filtering: Excludes system and bot URLs from processing
  • Caching: Improves performance by caching fuzzy matching results

Технические подробности

Performance:

  • Caching reduces database queries
  • Rate limiting prevents performance issues
  • Early exit for blocked URLs
  • Efficient fuzzy matching algorithm

Поддержка

For support and feature requests, create a topic on https://wordpress.org/support/plugin/url-pathfinder/

Лицензия

This plugin is licensed under the GPL v2 or later.

Copyright (c) Presskopp — https://presskopp.com/

Скриншоты

Установка

  1. Upload the plugin files to /wp-content/plugins/url-pathfinder/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. The plugin will automatically start handling 404 errors

Часто задаваемые вопросы

Does this plugin affect SEO?

The plugin uses 302 redirects which are SEO-friendly. However, it’s recommended to fix broken links rather than relying on automatic redirects.

Can I deactivate the plugin temporarily?

Yes, click on the admin bar notice to quickly enable/disable it without deactivating the plugin itself.

Will this slow down my site?

No, the plugin only processes 404 requests and uses caching for performance optimization.

How does fuzzy matching work?

The plugin compares the requested URL against all permalinks and finds the closest match based on string similarity.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«URL Pathfinder» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«URL Pathfinder» переведён на 10 языков. Благодарим переводчиков за их работу.

Перевести «URL Pathfinder» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.2

  • Fix: Some small adjustments

1.0.1

  • Fix: Adjusted some strings

1.0.0

  • Initial release
  • Fuzzy matching for 404 URLs
  • Admin bar control
  • Rate limiting and caching