WP Manifestindependent plugin directory
manifest / ai / refact-ai-readiness

Refact AI Readiness

WordPress plugin for AI readiness audits, llms.txt generation, schema checks, and baseline optimization.

by Refact · github.com/ac1982/refact-ai-readiness · website

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/ac1982/refact-ai-readiness/archive/refs/heads/main.zip

Refact AI Readiness is a WordPress plugin that audits how well AI agents can discover and understand your site, then applies a small set of safe baseline optimizations.

It is built for site owners who want better AI-facing hygiene without hand-editing llms.txt, schema markup, or discovery tags.

What It Does

  • Runs an AI readiness scan with a weighted score and grade
  • Serves dynamic llms.txt and llms-full.txt endpoints
  • Injects baseline organization schema and <link rel="llms">
  • Checks discovery, structured data, content quality, and trust signals
  • Supports WooCommerce-aware catalog output in llms-full.txt
  • Provides admin-side settings for organization identity and highlighted pages

Scan Categories

  • AI Discovery
  • Structured Data
  • Content Quality
  • Trust & Security

WordPress Admin Flow

  1. Install and activate the plugin.
  2. Open Refact AI Readiness in the WordPress admin sidebar.
  3. Click Refresh Dynamic Optimization.
  4. Open /llms.txt and /llms-full.txt to verify the endpoints.
  5. Configure organization details and highlighted pages.
  6. Run Run AI Readiness Scan.

Installation

From a zip file

  1. Download a release zip from this repository.
  2. In WordPress admin, go to Plugins -> Add New -> Upload Plugin.
  3. Upload the zip and activate the plugin.

From source

  1. Copy this repository into wp-content/plugins/refact-ai-readiness.
  2. Activate the plugin from the WordPress admin.

Development

This repository contains the plugin source used for packaging and WordPress.org submission.

Local checks

php -l refact.php
php -l includes/class-refact-admin.php
php -l includes/class-refact-optimizer.php
php -l includes/class-refact-scanner.php
php tests/run.php

Repository Layout

  • refact.php: main plugin bootstrap and metadata
  • includes/: scanner, optimizer, and admin classes
  • assets/: admin CSS and JavaScript
  • languages/: translation scaffolding
  • tests/: lightweight logic tests
  • readme.txt: WordPress.org plugin directory readme

Release Notes

  • Current plugin version: 1.1.1
  • WordPress.org submission slug: refact-ai-readiness
  • Directory review status: pending at time of writing

Support

License

GPL v2 or later. See the plugin header in refact.php for the declared license.