Installation
Orravo SEO Recovery Kit installs like any other WP plugin. It can run standalone or nest under Orravo Core.
Requirements
- WordPress 6.5 or newer
- PHP 8.0 or newer
- Orravo Core is optional. When Core is active, the kit nests under the Orravo menu. When it is not, the kit runs standalone with its own top-level menu and a one-time admin notice suggesting Core.
Steps
- In WordPress admin, go to Plugins > Add New > Upload Plugin.
- Choose
orravo-seo-kit.zipand click Install Now. - Click Activate.
- The activation routine creates two custom tables (404 log and redirects) via
OSeo_DB::upgrade()and schedules the weekly 404 prune cronoseo_prune_404s.
What gets created
- A top-level menu SEO Recovery Kit (or a submenu under Orravo if Core is active) at sidebar position 63.
- REST namespace
oseo/v1(constantOSEO_REST_NS). - A weekly cron event
oseo_prune_404sto trim stale 404 entries. - Custom database tables tracked by
OSEO_DB_VERSION(currently1.1.0).
Constants
phpOSEO_VERSION // current plugin version
OSEO_PATH // plugin directory
OSEO_URL // plugin URL
OSEO_BASENAME // plugin basename
OSEO_REST_NS // 'oseo/v1'
OSEO_DB_VERSION // current schema versionEngines
Each module is self-contained and runs whether or not Orravo Core is installed:
OSeo_404_Monitor- logs missing URLsOSeo_Redirects- serves redirects from the databaseOSeo_Sitemap- generates/sitemap.xmlOSeo_Robots- filtersrobots_txtoutputOSeo_Broken_Links- crawls posts for broken outbound linksOSeo_Health,OSeo_Intel- dashboard widgets and analytics

