Abuja Digital Studio · Est. 2018
Start a Project
DocsOrravo SEO KitInstallation
Getting Started

Installation

Orravo SEO Kitorravo.com/docs/orravo-seo-kit/installation

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

  1. In WordPress admin, go to Plugins > Add New > Upload Plugin.
  2. Choose orravo-seo-kit.zip and click Install Now.
  3. Click Activate.
  4. The activation routine creates two custom tables (404 log and redirects) via OSeo_DB::upgrade() and schedules the weekly 404 prune cron oseo_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 (constant OSEO_REST_NS).
  • A weekly cron event oseo_prune_404s to trim stale 404 entries.
  • Custom database tables tracked by OSEO_DB_VERSION (currently 1.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 version

Engines

Each module is self-contained and runs whether or not Orravo Core is installed:

  • OSeo_404_Monitor - logs missing URLs
  • OSeo_Redirects - serves redirects from the database
  • OSeo_Sitemap - generates /sitemap.xml
  • OSeo_Robots - filters robots_txt output
  • OSeo_Broken_Links - crawls posts for broken outbound links
  • OSeo_Health, OSeo_Intel - dashboard widgets and analytics
Installation · Orravo SEO Kit Docs | Orravo