WP Manifestindependent plugin directory
manifest / seo / wordpress-seo-audit-tool

WordPress SEO Audit Tool

A WordPress SEO audit starter focused on technical checks and actionable remediation.

by Sang Huynh Xuan · github.com/sanghuynhxuan/wordpress-seo-audit-tool

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sanghuynhxuan/wordpress-seo-audit-tool/archive/refs/heads/main.zip

Readme

WordPress SEO Audit Tool

A technical SEO helper that applies noindex rules to search and 404 pages.

Functional scope

  • Runs as a standalone WordPress plugin
  • Uses a plugin-specific PHP namespace to avoid class collisions
  • Includes an admin settings screen and an enable/disable option
  • Implements real WordPress or WooCommerce hooks for the stated workflow
  • Cleans up its option on uninstall

Installation

Copy this repository into wp-content/plugins/wordpress-seo-audit-tool, activate it, then open Settings → WordPress SEO Audit Tool.

Production note

This is a working reference implementation intended for discovery and adaptation to a client’s requirements. Test on staging before deployment.

Read the full README on GitHub →