Enterprise-Grade WordPress Plugin for AI-Driven Content Optimization
Transform Your WordPress Site for the AI-Driven Web with AI Guardrails, Agent-Addressed Offers, a Structured JSON Index, Page Builder Compatibility, Supplemental Files, and Hybrid Filtering
Overview
LLMS Amplifier is a cutting-edge WordPress plugin that automatically generates and manages the complete AI discoverability stack for your WordPress site — llms.txt, llms-full.txt, and a structured llms-index.json — alongside supplemental document uploads, hybrid content filtering, and a comprehensive AI guardrails layer.
Version 2.5.5 is a reliability, data-safety, and portability release: user-uploaded supplemental files are now preserved on deactivation, your complete v2.5 configuration is fully portable between sites, the plugin runs cleanly even on minimal PHP builds, and site owners get real control over the security log. It builds on v2.5.3 and v2.5.4, which taught the plugin to read content from seven major page builders, and on the v2.5.0–v2.5.2 line, which added the structured llms-index.json index, agent-addressed offers, and the AI Guardrails hallucination-control layer. Combined with v2.4.x supplemental file uploads, data protection, and hybrid filtering, LLMS Amplifier is the most complete AI discoverability toolkit available for WordPress.
- Version: 2.5.5
- Author: Brian Winum
- Website: brianwinum.com
- License: Proprietary
- Network: Yes (Multisite Compatible)
- Languages: 75+ Supported
- Security: Enterprise-Grade
- E-Commerce: WooCommerce Integration
- Custom Fields: ACF Integration
- Attribution: Creative Commons Support
- Updates: Automatic through WordPress
- Filtering: Hybrid Content Filtering Engine
- Page Builders: Elementor, Bricks, Oxygen, Breakdance, Beaver Builder, Divi, WPBakery
- Supplemental Files: Direct Upload Support
- Data Safety: Preserved on Deactivation · Opt-In Uninstall · Auto Backups · Full v2.5 Export/Import
- JSON Index: Structured
llms-index.jsonwith SHA-256 hashes - Offers: Agent-Addressed Incentive System
- Guardrails: Hallucination Control Layer
- Resilience: Runs With or Without PHP
mbstring
🚀 What's New in Version 2.5.5
🛟 Data Safety, Portability & Logging Controls (v2.5.5)
Version 2.5.5 is a reliability release focused on how the plugin behaves on real-world sites — protecting data you can't regenerate, making your entire configuration portable, running cleanly on minimal PHP builds, and putting you in control of the security log.
✅ Supplemental Files Preserved on Deactivation
- Deactivating the plugin no longer deletes your uploaded supplemental files — they're not regenerable, so a simple deactivate/reactivate used to cause permanent data loss
- Physical removal now happens only on uninstall, and only behind the existing opt-in “Delete data on uninstall” setting
- Deactivation now performs only lightweight, fully reversible housekeeping
✅ Full-Fidelity Export / Import (Backup Format v2)
- Export/import now includes all v2.5 data layers: JSON index settings, offers, corrections, agent guidance, disambiguation, brand voice, and proof points
- Migrating a site between domains no longer silently loses everything built in the v2.5 layers
- Each layer is restored through its own field-level sanitizer on import; older v1 backups still import cleanly
✅ Runs With or Without mbstring
- The UTF-8 engine degrades gracefully when PHP's
mbstringextension is unavailable, using built-in PCRE/iconv fallbacks - A dismissible admin notice recommends enabling
mbstring, but the plugin no longer risks a fatal error without it - Cleaned up the double-encoding (mojibake) repair map, removing truncated/duplicate entries that could overwrite valid accented characters
✅ Security Log Controls
- Retention window (days) alongside the existing row cap — or set 0 for no time limit
- Cap mode: lenient (preserve recent history) or strict (a hard ceiling for predictable table size)
- Logging level: All, Critical only, or Off — with rate-limiting and threat events always recorded, so security is never weakened
- Manual maintenance: “Trim now” and “Clear log” buttons with live row-count and table-size display — no database tool required
✅ Fixed: Runaway Security-Log Growth
- The update checker no longer initializes or logs on front-end and bot requests — it runs only in admin and cron, where update checks actually happen
- Removed the per-page-load meta-tag-injection telemetry write
- A one-time cleanup purges the historical noise rows automatically on upgrade
- Log cleanup moved from running on every request to a once-daily scheduled task, removing a per-request database operation
🧩 Page Builder Compatibility (v2.5.3 & v2.5.4)
Visual page builders store their content as structured data or shortcodes rather than plain post content — so builder-built pages used to contribute little or nothing to your LLMS files. Now they're first-class citizens.
✅ Seven Builders Supported
- Extracts readable text from Elementor, Bricks, Oxygen, Breakdance, Beaver Builder, Divi, and WPBakery
- Three-tier strategy per page: render-API extraction (primary), recursive data/shortcode harvest (fallback), and title/metadata-only (last resort)
- WPBakery and Divi shortcode-attribute extraction, including base64
vc_raw_htmldecoding
✅ Accurate Detection & Reporting (v2.5.4)
- Builder detection decoupled from content extraction, so the compatibility report is accurate regardless of your content or SEO settings
- Standalone “Scan Now” admin action runs detection only, with no file regeneration
- Admin panel reports active builder plugins, per-builder extraction methods, per-page debug reasons, and a context-aware empty-state message
✅ Performance
- Per-post extraction cache keyed on modified time — unchanged builder pages aren't re-rendered on regeneration
- Cache signature hashes the builder source data, so it invalidates correctly on meta edits that don't bump the modified timestamp
- Durable across LiteSpeed / Redis object caches
🛡️ AI Guardrails Layer (v2.5.2)
A complete control layer for how AI assistants represent your business — explicit control over what to say, what NOT to say, and how to be quoted.
✅ Five Guardrails Categories
- Disambiguation (up to 10 entries) — Explicit “we are NOT X” statements separating you from confusable entities.
- Corrections (up to 20 entries) — The “Pink Elephant Fix” pattern. Pair correct facts with the incorrect claims AI assistants may have learned about you.
- Agent Guidance (up to 10 entries) — Explicit instructions for how AI should represent your business, with optional “do not” rules.
- Brand Voice (single object) — Tone, voice attributes, preferred terms, terms to avoid, and example phrasing constraints.
- Proof Points (up to 20 entries) — Verifiable claims AI can cite with confidence: certifications, awards, dated metrics, sourced statistics. ISO 8601 date validation.
✅ Dual Output
- A new
## Guardrails for AI AssistantsMarkdown section in bothllms.txtandllms-full.txt, positioned before Offers so corrections precede promotional content - Same data renders as structured arrays/object in
llms-index.json, betweenpermissionsandoffers - Empty sections silently skipped; full developer filter coverage per section and per item
💼 Agent-Addressed Offers (v2.5.1)
✅ Incentives Written Directly to AI Assistants
- Configure up to 10 offers: discounts, free trials, consultations, audits, pilots, referral credits, bonuses
- Audience targeting: general, agent-addressed, new customer, existing customer, referral
- Validity windows with automatic filtering of expired offers
- Either claim URL (UTM-ready) or claim code required for valid offers
- Each offer renders in
llms.txtandllms-index.json, with a Schema.orgOffersub-object for broader crawler compatibility
🗂️ Structured JSON Index (v2.5.0)
✅ Machine-Readable Site Index
- New
llms-index.jsonfile with structured JSON instead of Markdown — for AI systems that prefer direct data consumption over text parsing - Sections: site identity, summary, pages, contact, products, people, FAQ, permissions, files manifest
- SHA-256 content hashes on every listed file for integrity verification
- Served at both
/llms-index.jsonand/.well-known/llms-index.json
✅ AI Discoverability Standards
- Vendor MIME Types —
text/vnd.llms-amplifier.manifest+markdown,text/vnd.llms-amplifier.full+markdown,application/vnd.llms-amplifier.index+json, plus supplemental variants - HTTP Link Headers —
rel="canonical",rel="describedby", andrel="license"on served files - IANA Link Relations —
rel="alternate contents",rel="describedby index",rel="license"in HTML meta tags .well-knownDual-Path Serving — all three files available under/.well-known/- robots.txt — new
LLMS-Index:directive when the JSON index is enabled - AI Crawl Indexing toggle — optional opt-in to allow search engines to index LLMS files (default OFF)
🔧 Data Safety, Recovery & Critical Fixes (v2.4.1)
- Markdown corruption fix with an automatic one-time repair migration
- Stale timestamp display fix using
filemtime(); false file-serving “mismatch” fix (UTF-8 BOM byte difference) - Opt-in uninstall data deletion with automatic pre-uninstall backups in a protected directory
- Settings export/import; Backup Manager; Force Clean Regeneration with audit-then-destroy flow
- Supplemental file limits raised to 1 MB per file / 10 MB total; WooCommerce PHP 8+ compatibility fix
📂 Supplemental AI File Uploads (v2.4.0)
- Upload
.mdand.jsonsupplemental files from the admin dashboard — no FTP required - Six categories: brand info, reviews, FAQ/PAA, products, services, custom; replace contents while keeping the same public URL
- Full management table with view, replace, enable/disable, delete, and bulk actions
- Dedicated
llms-supplemental-sitemap.xmlwith Yoast and Rank Math integration - Secure storage: path validation, MIME checking, content scanning, JSON validation
🔍 Hybrid Content Filtering (v2.3.7)
- Multi-layered noindex detection across 8 SEO plugins (database queries +
wp_robots()fallback + developer filters) - “Exclude from llms.txt” checkbox in post, page, and product editors with bulk edit support
- WooCommerce visibility filtering; password-protected content excluded by default
🏷️ Earlier Foundational Features
- v2.3.0 — Meta Tag Injection: automatic
<link rel="alternate">meta tags for AI discoverability - v2.2.0 — Creative Commons Attribution: optional CC BY 4.0 license headers
- v2.2.1–v2.2.2 — Automatic Updates: seamless WordPress-native updates
- v2.1.0 — WooCommerce & ACF Integration: product catalogs, 20+ ACF field types
- v2.0.0 — Security Hardening: CSRF protection, path traversal prevention, comprehensive security logging
- v1.0.0 — Foundation: automatic generation of
llms.txtandllms-full.txt, multisite support, SEO sitemap integration
🔒 Enterprise Security Features
Critical Security Enhancements
✅ CSRF Protection
- Action-specific nonces for all AJAX operations including supplemental file, export/import, backup, offers, guardrails, builder-scan, and log-management endpoints
- Enhanced verification with proper action validation
- Separate nonces for different operations
✅ Path Traversal Prevention
- Comprehensive validation against directory traversal attacks
- Whitelist-based character validation, length limits, and dangerous pattern detection
- Enhanced support for multilevel subdirectories
- Realpath boundary validation on all file operations
✅ Input Validation & Sanitization
- XSS prevention throughout the plugin
- SQL injection protection via prepared statements
- Complete output escaping
- Markdown-safe sanitizer for custom header/footer content (v2.4.1)
- Controlled-vocabulary validation on offers and guardrails (v2.5.1, v2.5.2)
- Import bundle sanitization rejects executable content; every restored v2.5 layer is re-sanitized (v2.5.5)
✅ Security Monitoring & Controls
- Built-in security event logging with configurable retention window, cap mode, and logging level (v2.5.5)
- Rate-limiting and threat events always recorded regardless of logging level — protections are never weakened
- Daily scheduled log cleanup with manual “Trim now” / “Clear log” controls and live size display (v2.5.5)
- IP tracking and user activity monitoring; all export, import, backup, uninstall, offer, guardrails, and builder-scan events logged
🌍 Multilingual Support
- 75+ languages with automatic detection from WordPress locale
- Full UTF-8 encoding with BOM support
- Runs with or without the PHP
mbstringextension, using built-in fallbacks (v2.5.5) - Improved double-encoding fixes with a corrected character-repair map (v2.5.5)
- Better Nordic character support; comprehensive character map
Why LLMS Amplifier?
As AI-driven search and content discovery become increasingly important, having properly formatted and secure llms.txt files ensures:
- ✨ Better visibility in AI search results
- 🎯 Accurate content representation by LLMs
- 🛡️ Control over hallucinations and misrepresentations (v2.5.2)
- 💼 Incentives written directly to AI assistants (v2.5.1)
- 🗂️ Machine-readable structured index with cryptographic integrity (v2.5.0)
- 🧩 Content from visual page builders included, not skipped (NEW v2.5.3–v2.5.4)
- 🛟 Your data preserved and fully portable between sites (NEW v2.5.5)
- 🔍 Improved discoverability for AI agents and crawlers
- 📊 Structured content optimized for AI consumption
- 🏗️ Hierarchical site organization for complex websites
- 🔒 Enterprise-grade security for your content
- 🌍 Global reach with multilingual support
- 🛍️ E-commerce optimization for product discovery
- 🔧 Custom field integration for richer data context
- 📜 Clear content licensing with Creative Commons
- 🔄 Always up-to-date with automatic updates
- 📂 Direct supplemental file uploads
- 🛡️ Bulletproof data protection with backups and recovery tools
Key Features
🛟 Data Safety & Portability (NEW v2.5.5)
- Supplemental files preserved on deactivation — removal only on opt-in uninstall
- Full v2.5 export/import — index settings, offers, and all five guardrails layers travel with your backup (format v2)
- Security log controls — retention window, strict/lenient cap, logging level, daily cleanup, manual Trim/Clear with size display
- Runs without
mbstring— graceful PCRE/iconv fallbacks plus a recommended-extension notice - Self-healing logs — runaway log growth fixed at the source, with a one-time purge of historical noise on upgrade
🧩 Page Builder Compatibility (NEW v2.5.3–v2.5.4)
- Seven builders: Elementor, Bricks, Oxygen, Breakdance, Beaver Builder, Divi, WPBakery
- Three-tier extraction: render-API → data/shortcode harvest → title/metadata fallback
- “Scan Now” admin panel: detected builders, per-builder method breakdown, per-page debug reasons, empty-state guidance
- Cached & cache-aware: per-post extraction cache keyed on modified time and builder source hash
🛡️ AI Guardrails Layer (v2.5.2)
- Disambiguation: explicit “we are NOT X” statements for entities you're confused with
- Corrections: correct facts paired with the wrong claims AI may have learned (ARP Pink Elephant Fix pattern)
- Agent Guidance: scenario-specific instructions for how AI should represent you
- Brand Voice: tone, preferred/avoided terms, example phrasing constraints
- Proof Points: verifiable, citable claims with sources and dated metrics
- Dual output: Markdown section in
llms.txt+ structured data inllms-index.json
💼 Agent-Addressed Offers (v2.5.1)
- Up to 10 offers: discounts, trials, consultations, audits, pilots, referral credits, bonuses
- Audience targeting: general, agent-addressed, new customer, existing customer, referral
- Tracking & attribution: UTM-ready claim URLs and claim codes
- Validity windows: automatic filtering of expired offers
- Schema.org Offer mapping: broader crawler compatibility
🗂️ Structured JSON Index (v2.5.0)
llms-index.json: machine-readable structured index of your entire site- Sections: identity, summary, pages, contact, products, people, FAQ, permissions, files manifest
- SHA-256 hashes: cryptographic integrity verification on every listed file
- Dual-path serving:
/llms-index.jsonand/.well-known/llms-index.json - Vendor MIME types, HTTP Link headers, IANA link relations for standards-compliant discovery
- AI Crawl Indexing toggle: optional opt-in to allow search engines to index LLMS files
🤖 Automatic File Generation
- Creates
llms.txt(overview) andllms-full.txt(detailed content) - Intelligently scans posts, pages, custom post types, and media
- Reads content from classic editor, blocks, and seven major page builders
- Converts HTML content to clean, AI-readable markdown
- Implements smart caching with automatic invalidation
- Supports 75+ languages with automatic detection
📂 Supplemental AI Files
- Upload
.mdand.jsonfiles directly from the dashboard - Six categories: brand info, reviews, FAQ/PAA, products, services, custom
- Up to 1 MB per file, 10 MB total
- Management table with view, replace, enable/disable, delete, bulk actions
- Dedicated supplemental sitemap with SEO plugin integration
- Secure storage with path validation, MIME checking, content scanning
🛡️ Data Safety & Recovery
- Supplemental files preserved on deactivation (v2.5.5)
- Opt-in uninstall data deletion (settings preserved by default)
- Automatic pre-uninstall backups in protected directory
- Full-fidelity settings export/import including all v2.5 layers (v2.5.5)
- Backup manager to list, restore, and remove backups
- Force Clean Regeneration with audit-then-destroy flow
🔍 Hybrid Content Filtering
- Multi-SEO-plugin noindex detection (8 plugins supported)
- Three-layer architecture: database queries +
wp_robots()fallback + developer filters - Per-post exclusion checkboxes with bulk edit support
- WooCommerce visibility filtering
- Password-protected content excluded by default
🏷️ Automatic Meta Tag Injection
- IANA-standard
<link rel="alternate contents">meta tags - Vendor MIME type advertised in meta tags (v2.5.0+)
- Configurable scope: root files, subdirectory files, JSON index
- Custom title attributes for context
- Multisite compatible, lightweight implementation
🛍️ WooCommerce Integration
- Product prices, SKUs, stock status, attributes, dimensions, weight
- Privacy-first: customer and order data excluded
- Visibility-aware filtering (hidden products excluded)
- Per-post-type Schema.org type mapping
- PHP 8+ compatible
🔧 ACF Integration
- 20+ ACF field types including repeaters and flexible content
- Smart field detection prioritizing AI-relevant content
- Privacy controls with field-name exclusions
- Automatic anonymization of emails and phone numbers
- Performance limits for complex repeater fields
📁 Subdirectory LLMS Files
- Section-specific
llms.txtfiles for complex sites - Independent configuration per subdirectory
- Hierarchical navigation with bidirectional cross-references
- Automatic rewrite rules for clean URLs
🌐 Multisite Support
- Independent files and settings per site
- Network admin dashboard with cross-site status
- Per-site supplemental files, offers, guardrails, and filtering rules
- Multisite-aware backup filenames
- Network-wide or per-site update options
🔍 SEO Plugin Integration
- Yoast SEO and Rank Math native sitemap providers
- Supplemental sitemap registered with both
- Multi-plugin noindex detection across 8 SEO plugins
- Standalone mode if no SEO plugin is installed
Technical Specifications
System Requirements
- WordPress 5.8 or higher
- PHP 7.4 or higher (PHP 8+ fully supported)
- MySQL 5.6 or higher / MariaDB 10.0 or higher
- UTF-8 character set support
- Recommended: PHP
mbstringextension for the most reliable international-character handling (the plugin runs without it using built-in fallbacks, and shows a dismissible notice when it's absent) - Write permissions for file generation and supplemental file uploads
- Optional: WooCommerce 6.0+ for e-commerce integration
- Optional: Advanced Custom Fields 5.0+ for custom field integration
- Optional: Yoast SEO or Rank Math for sitemap integration
- Optional: Any supported page builder (Elementor, Bricks, Oxygen, Breakdance, Beaver Builder, Divi, WPBakery) for builder-content extraction
File Locations
Generated Files:
https://yoursite.com/llms.txt– Content index (Markdown)https://yoursite.com/llms-full.txt– Comprehensive content (Markdown)https://yoursite.com/llms-index.json– Structured JSON indexhttps://yoursite.com/.well-known/llms.txt–.well-knownmirrorhttps://yoursite.com/.well-known/llms-full.txt–.well-knownmirrorhttps://yoursite.com/.well-known/llms-index.json–.well-knownmirrorhttps://yoursite.com/llms-sitemap.xml– XML sitemap (optional)https://yoursite.com/llms-supplemental-sitemap.xml– Supplemental file sitemaphttps://yoursite.com/{subdirectory}/llms.txt– Section files
Internal Storage:
- Supplemental files:
/wp-content/uploads/llms-amplifier/supplemental/ - Pre-uninstall backups:
/wp-content/uploads/llms-amplifier-backups/ - Both directories protected with
.htaccessand index files
Installation & Configuration
Quick Start
- Install and activate the plugin
- Visit Settings → Permalinks and save
- Configure in LLMS Amplifier menu
- Enable the structured
llms-index.jsonand configure AI Index Settings (business identity, location, social, contact) - Set up agent-addressed offers if you want to incentivize AI recommendation
- Configure AI Guardrails (start with disambiguation if your name conflicts with other entities; corrections if AI has made factual errors about you)
- NEW v2.5.3–v2.5.4: If you use a page builder, open the Page Builder Compatibility panel and run “Scan Now” to confirm your content is being read
- Upload supplemental AI files (brand info is the highest-leverage one)
- Configure content filtering preferences
- Configure WooCommerce and ACF settings if applicable
- Enable meta tag injection for AI discoverability
- Enable Creative Commons attribution if desired
- NEW v2.5.5: Review Security Settings to set your log retention window, cap mode, and logging level
- Review the Advanced / Troubleshooting tab for backup and uninstall options
- Click “Regenerate Files”
Key Configuration Sections
Security Settings (NEW v2.5.5)
- Security log retention (row cap) and retention window (days)
- Cap mode: lenient or strict
- Logging level: All / Critical only / Off
- Manual “Trim now” and “Clear log” with live row-count and table-size display
Page Builder Compatibility (NEW v2.5.3–v2.5.4)
- Detected builders and per-builder extraction methods
- Per-page debug reasons and empty-state guidance
- Standalone “Scan Now” detection action
AI Guardrails (v2.5.2)
- Disambiguation (up to 10), Corrections (up to 20), Agent Guidance (up to 10)
- Brand Voice configuration; Proof Points (up to 20)
- Collapsible repeater UI with live preview
Offers (v2.5.1)
- Up to 10 offer entries with audience targeting
- Tracking codes and claim URLs; validity windows; Schema.org Offer mapping
AI Index Settings (v2.5.0)
- Business identity, location, social links, contact points
- Per-post-type Schema.org type mapping; AI Crawl Indexing toggle
Supplemental Files
- Direct upload of
.mdand.jsonfiles; category selection - Per-file enable/disable; bulk actions
Advanced / Troubleshooting
- Opt-in “Delete data on uninstall”
- Settings export/import with full v2.5 fidelity and validation
- Backup list with restore and delete
- Force Clean Regeneration audit and tools
Content Filtering
- Hybrid filtering toggle with strict mode
- SEO plugin detection display; per-post exclusion controls
Other Settings
- Meta tag injection; Creative Commons attribution
- WooCommerce product data; ACF field selection
- Subdirectory configurations; update frequency
Version History
v2.5.5 — Data Safety, Portability & Logging Controls
Supplemental files preserved on deactivation. Full v2.5 export/import (backup format v2). Graceful operation without mbstring. Cleaned double-encoding repair map. Security log controls: retention window, strict/lenient cap, logging level, daily cleanup, manual Trim/Clear with size display. Fixed runaway security-log growth with a one-time purge on upgrade.
v2.5.4 — Page Builder Compatibility Hardening
Detection decoupled from extraction for accurate reporting. Standalone “Scan Now” action. Elementor display-API extraction with stale-data guard. WPBakery/Divi shortcode-attribute extraction with base64 decoding. Cache signature hashes builder source data. Detailed admin reporting.
v2.5.3 — Page Builder Compatibility
Reads content from Elementor, Bricks, Oxygen, Breakdance, Beaver Builder, Divi, and WPBakery. Three-tier extraction (render API → data/shortcode harvest → title fallback). Per-post extraction cache. “Page Builder Compatibility” admin panel.
v2.5.2 — AI Guardrails Layer
Five new sections for hallucination control: disambiguation, corrections, agent guidance, brand voice, proof points. Dual output in llms.txt and llms-index.json. Generic repeater UI with developer filters per section and per item.
v2.5.1 — Agent-Addressed Offers
Up to 10 offers surfaced to AI assistants. Audience targeting, tracking codes, UTM-ready claim URLs, validity windows, Schema.org Offer mapping. Dual output in llms.txt and llms-index.json.
v2.5.0 — Structured JSON Index & AI Discoverability Standards
llms-index.json machine-readable index with SHA-256 hashes. Vendor MIME types, HTTP Link headers, IANA link relations, .well-known dual-path serving. LLMS-Index: directive in robots.txt. AI Index admin section. AI Crawl Indexing toggle.
v2.4.1 — Data Safety & Critical Fixes
Markdown corruption fix with auto-repair migration. Stale timestamp fix. False-mismatch diagnostic fix. Opt-in uninstall data deletion with automatic backups. Settings export/import. Force Clean Regeneration. Raised file limits to 1 MB/10 MB. WooCommerce PHP 8+ fix.
v2.4.0 — Supplemental AI File Uploads
Direct dashboard upload for .md and .json files. Six categories. Management table with bulk actions. Dedicated supplemental sitemap with Yoast and Rank Math integration. Secure file storage.
v2.3.7 — Hybrid Content Filtering
Multi-layered noindex detection (8 SEO plugins). Per-post exclusion controls. WooCommerce visibility filtering. Password-protected content exclusion.
v2.3.0–v2.3.6 — Discoverability & Stability
Meta tag injection. Activation timeout fix. Cache management improvements. WordPress compatibility fixes. Authentication token updates.
v2.2.0–v2.2.2 — Attribution & Updates
Creative Commons attribution headers. Automatic plugin updates through WordPress.
v2.1.0–v2.1.13 — Integration & Stabilization
WooCommerce and ACF integration. Defensive programming. Update checker stabilization.
v2.0.0–v2.0.6 — Security & Architecture
Complete security overhaul. Modular architecture. UTF-8 encoding fixes. 75+ language support.
v1.0.0–v1.2.0 — Foundation
Automatic llms.txt and llms-full.txt generation. SEO sitemap integration. Subdirectory support. Multisite compatibility.
Use Cases
LLMS Amplifier v2.5.5 is perfect for:
- 🏢 Enterprise Websites needing structured JSON discoverability with hallucination control
- 💼 Service Businesses wanting to incentivize AI recommendation via agent-addressed offers
- 🧩 Page-Builder Sites built with Elementor, Divi, Bricks, Oxygen, Beaver Builder, Breakdance, or WPBakery
- 🌍 Multilingual Sites serving global audiences with proper attribution
- 🛍️ E-commerce Platforms with product catalogs and Schema.org integration needs
- 📰 News Organizations with corrections and brand voice needs
- 🎓 Educational Institutions sharing knowledge with Creative Commons attribution
- 🏘️ Local Service Providers confused with other entities (use Disambiguation)
- 📊 Authority Sites needing to control how AI represents their expertise
- 💼 Corporate Websites publishing brand documentation, FAQs, services for AI consumption
- 📝 Blog Networks with multiple categories and SEO-aware filtering
- 🔍 SEO Professionals optimizing for AI search with multi-plugin noindex respect
- 🏗️ Digital Agencies building secure client sites with portable settings
- 📜 Content Creators wanting clear licensing and proof points AI can cite
- 🛡️ Security-Conscious Site Owners needing bulletproof data protection and recovery
Support & Maintenance
🔄 Automatic Updates
- Updates delivered through WordPress admin
- No manual downloads required
- Compatibility checks before updates
- Detailed changelogs provided
📞 Support Channels
- Email: support@brianwinum.com
- Documentation: Available in your account dashboard
- Priority Support: Available for license holders
🔒 Security Reporting
For security vulnerabilities: bw@brianwinum.com
Ready to Take Control of Your AI Representation?
Install LLMS Amplifier v2.5.5 today and ensure your content is:
- ✅ Discovered through every standard mechanism (Markdown + JSON, root +
.well-known) - ✅ Cryptographically verified with SHA-256 file integrity hashes
- ✅ Protected against AI hallucinations and misrepresentations with the Guardrails layer
- ✅ Marketed directly to AI assistants with agent-addressed offers
- ✅ Read from your page builder, not skipped (Elementor, Divi, Bricks, Oxygen, Beaver, Breakdance, WPBakery)
- ✅ Preserved and fully portable — supplemental files survive deactivation, and your entire v2.5 configuration travels with your backup
- ✅ Enriched with supplemental brand, FAQ, and service documents
- ✅ Intelligently filtered with hybrid noindex detection across 8 SEO plugins
- ✅ Protected with enterprise-grade security and a controllable, self-maintaining audit log
- ✅ Recoverable with automatic backups, export/import, and Force Clean Regeneration
- ✅ Safe from accidental data loss thanks to opt-in uninstall deletion
- ✅ Accessible in 75+ languages with improved UTF-8 handling — with or without
mbstring - ✅ Optimized for global reach and international e-commerce
- ✅ Future-proof with automatic updates and evolving standards
- ✅ Enhanced with WooCommerce product data and visibility filtering
- ✅ Enriched with custom field data for comprehensive AI understanding
- ✅ Properly attributed with Creative Commons licensing options
- ✅ Always current with seamless automatic updates
Transform your WordPress site into a complete AI discoverability platform — with hallucination control, agent-addressed marketing, page-builder content extraction, and rock-solid data safety.
LLMS Amplifier v2.5.5 – Discovered, Verified, Guarded, Recommended, Resilient 🗂️🛡️💼🧩🔒
LLMS Amplifier is developed by Brian Winum. Copyright © 2025–2026 Brian Winum. All rights reserved.