WordPress

Make your WordPress site ready for the agents that are already visiting.

Plugin install, script tag, or Cloudflare proxy. Pick the path that fits your setup. Works with WooCommerce for product-level optimization.

Integration Guide

Complete setup instructions

Choose the method that works best for your WordPress setup.

Option 1: WordPress Plugin (Recommended)

The fastest way to get started. Full feature support with automatic configuration.

  1. 1 Download the Inception Agents plugin from the WordPress Plugin Directory
  2. 2 Go to Plugins > Add New > Upload Plugin
  3. 3 Activate and navigate to Settings > Inception Agents
  4. 4 Enter your API key and tenant ID
  5. 5
    The plugin automatically:
    • Serves /llms.txt via a rewrite rule
    • Adds AI-optimized JSON-LD to posts and pages
    • Injects the browser beacon for referral tracking

Option 2: Script Tag

Add the browser beacon to track AI referral attribution. Works with any WordPress theme.

  1. 1 Go to Appearance > Theme Editor (or use a header/footer plugin)
  2. 2 Add to your theme's <head>:
<script
  src="https://cdn.inceptionagents.com/beacon.js"
  data-api-key="YOUR_API_KEY"
  data-tenant-id="YOUR_TENANT_ID"
  defer
></script>

Option 3: Cloudflare Proxy

If your WordPress site is behind Cloudflare, deploy the edge worker for full content optimization. This is the most powerful option, providing real-time agent detection and dynamic content serving.

See the Cloudflare integration guide for complete setup instructions. Set originUrl to your WordPress site URL.

Manual llms.txt Setup

If you prefer manual control over your llms.txt content:

  1. 1 Use the llms.txt Studio in your Inception Agents dashboard to generate content
  2. 2 Upload the file to your WordPress root
  3. 3 Add a rewrite rule in .htaccess:
RewriteRule ^llms\.txt$ /wp-content/uploads/llms.txt [L]
RewriteRule ^llms-full\.txt$ /wp-content/uploads/llms-full.txt [L]

WooCommerce Support

For WooCommerce stores, the plugin provides additional product-level optimization:

Product Structured Data

Generates product-specific structured data with fields AI agents prioritize for shopping recommendations.

Catalog in llms.txt

Includes pricing, inventory, and shipping information in your llms.txt for training crawlers.

Purchase Attribution

Tracks AI-driven purchase attribution so you can see which agents drive actual revenue.

Product Feed

Supports product feed generation for direct agent consumption via commerce protocols.

Verify Your Installation

# Test llms.txt
curl -s https://your-wordpress-site.com/llms.txt

# Test agent detection
curl -s -H "User-Agent: GPTBot/1.0" \
  https://your-wordpress-site.com/

Which option is right for you?

Feature Plugin Script Tag Cloudflare Proxy
llms.txt serving Yes Via redirect Yes
JSON-LD enrichment Yes Client-side Yes
Referral tracking Yes Yes Yes
Real-time agent detection No No Yes
Dynamic content per agent No No Yes
Commerce protocols No No Yes
Setup time 5 min 2 min 10 min

What every WordPress integration provides

llms.txt

Auto-generated content file from your posts, pages, and products. Updated as your site changes.

Structured Data

Enhanced JSON-LD for posts, pages, and WooCommerce products. Fields AI agents prioritize.

Referral Tracking

See which AI platforms drive traffic to your WordPress site. ChatGPT, Perplexity, Gemini, and more.

Dashboard Analytics

AI visibility score, agent traffic trends, and content optimization recommendations.

Install and go.

Your WordPress site is minutes away from being optimized for every AI agent visiting it.