Refact AI Readiness
WordPress plugin for AI readiness audits, llms.txt generation, schema checks, and baseline optimization.
★ 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.zipRefact 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.txtandllms-full.txtendpoints - 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
- Install and activate the plugin.
- Open
Refact AI Readinessin the WordPress admin sidebar. - Click
Refresh Dynamic Optimization. - Open
/llms.txtand/llms-full.txtto verify the endpoints. - Configure organization details and highlighted pages.
- Run
Run AI Readiness Scan.
Installation
From a zip file
- Download a release zip from this repository.
- In WordPress admin, go to
Plugins -> Add New -> Upload Plugin. - Upload the zip and activate the plugin.
From source
- Copy this repository into
wp-content/plugins/refact-ai-readiness. - 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 metadataincludes/: scanner, optimizer, and admin classesassets/: admin CSS and JavaScriptlanguages/: translation scaffoldingtests/: lightweight logic testsreadme.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
- Product site: https://refact.cn
- Contact: https://refact.cn/contact
License
GPL v2 or later. See the plugin header in refact.php for the declared license.