Echozat SEO Suite

Description

Echozat SEO Suite is a lightweight, modular SEO plugin for WordPress that helps you optimize your site for search engines without the bloat. It ships three focused tools today, with more on the way.

Meta Tag Updater

Edit SEO meta titles and descriptions across all your posts, pages, and custom post types from a single admin screen — without opening each one individually. Works on top of your existing SEO plugin so your data stays where it belongs.

  • Review and edit titles and descriptions from one list table
  • Integrates with Yoast SEO, Rank Math, and All in One SEO (AIOSEO)
  • Real-time character counters and color-coded length feedback (60-char titles, 160-char descriptions)

Redirections

Create and manage URL redirects from a single admin screen. Supports exact-path, tracks hit counts, and fires before WordPress renders any page.

  • Add, edit, and delete redirects without touching server config files
  • Supports 301, 302, 307, and 308 status codes
  • Per-rule hit counter so you can see which redirects are active
  • Search the redirect list by source URL

Replace Links

Bulk find-and-replace any absolute URL inside your post content — useful when migrating domains, restructuring URLs, or fixing legacy links at scale.

  • Two-step flow: preview all occurrences first, then confirm the replacement
  • Results grouped by post type with a count of affected posts and direct links to each
  • Works across all public post types (posts, pages, and custom types); select all or pick specific types
  • Each replacement creates a WordPress post revision, giving you a per-post undo
  • Case-sensitive matching for precision

Source Code

The complete, human-readable (uncompiled) source for this plugin’s JavaScript
and CSS is included in the plugin package, in the assets/ directory:

  • assets/admin/js/, assets/public/js/ — source JavaScript
  • assets/admin/scss/, assets/admin/css/, assets/public/scss/ — source CSS

Installation

Automatic installation

  1. Log in to your WordPress dashboard.
  2. Navigate to Plugins > Add New.
  3. Search for “Echozat SEO Suite”.
  4. Click Install Now, then Activate.

Manual installation

  1. Download the plugin ZIP file.
  2. Navigate to Plugins > Add New > Upload Plugin in your WordPress dashboard.
  3. Choose the ZIP file and click Install Now.
  4. Activate the plugin through the Plugins menu.

FTP installation

  1. Unzip the plugin archive.
  2. Upload the echozat-seo-suite folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the Plugins menu in WordPress.

After activation, you will find Meta Tag Updater, Redirections, and Replace Links as submenu items under Echozat SEO Suite in the WordPress admin.

FAQ

What tools does this plugin include?

Echozat SEO Suite currently ships three tools: Meta Tag Updater (bulk-edit SEO meta titles and descriptions), Redirections (manage URL redirects), and Replace Links (bulk find-and-replace absolute URLs in post content).

Which SEO plugins are supported by the Meta Tag Updater?

The Meta Tag Updater works with Yoast SEO, Rank Math, and All in One SEO (AIOSEO). It reads and writes the meta values stored by whichever of these plugins is active.

Do I need a separate SEO plugin for the Meta Tag Updater?

Yes. The Meta Tag Updater builds on the meta data stored by a supported SEO plugin. If none of Yoast SEO, Rank Math, or AIOSEO is active, the feature shows a notice and stays inactive.

Does the Redirections tool require server configuration?

No. Redirections are handled entirely in PHP via the template_redirect hook — no .htaccess or Nginx changes needed.

What redirect status codes are supported?

301 (permanent), 302 (temporary), 307, and 308. The default is 301.

Does Replace Links modify meta fields or database options?

No. Replace Links only operates on the post_content column. It does not touch post meta, options, widgets, menus, or serialized page-builder data.

Does this plugin work with any theme?

Yes. Echozat SEO Suite follows standard WordPress practices and works with any properly coded theme.

What is the minimum WordPress and PHP version required?

WordPress 5.0 or higher and PHP 7.4 or higher.

Where can I report a bug or request a feature?

Please use the plugin support forum on WordPress.org.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Echozat SEO Suite” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Echozat SEO Suite” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.
  • New: Meta Tag Updater — edit SEO meta titles and descriptions from a single admin screen.
  • New: Redirections — create and manage URL redirects with wildcard support and hit tracking.
  • New: Replace Links — bulk find-and-replace absolute URLs across post content with a preview-before-replace flow.
  • Integration with Yoast SEO, Rank Math, and All in One SEO (AIOSEO) for Meta Tag Updater.
  • Quick-edit form with real-time character counters and length feedback.
  • Automatic backup of original meta values with one-click revert.