Loading…
CONNECTED INTELLIGENCE text
Loading…
WordPress Plugin Feature

LLMs.txt & AI ScraperMake your site readable by AI.

The PF Create Pro Plugin automatically generates plain-text versions of every page on your WordPress site — so AI assistants can read your content efficiently without parsing HTML.

What gets generated

Four files, automatically kept in sync

Every time you save a page or post, the plugin automatically updates all relevant files. You can also trigger a full regeneration from WordPress Admin → Settings → PF Create. Files are publicly accessible if enabled in the plugin settings.

/llms.txt — Site indexA structured index of every published page and post with titles, one-line descriptions, and links to their shadow files. The entry point for any AI reading your site.
/llms/{slug}.txt — Page shadowsA plain-text Markdown mirror of each page at /llms/{slug}.txt. Includes title, URL, body content, rich image metadata, and cross-links to related pages.
/llms-full.txt — Full site contentAll page and post shadow content concatenated into a single file. Useful for AI tools that want to ingest your entire site in one request.
/llms/images.txt — Image atlasA catalogue of every image in your media library at /llms/images.txt — alt text, description, caption, dimensions, AI-generated flag, and which pages use each image.
What’s inside a plain-text page copy

What’s inside a shadow file

Each shadow file at /llms/{slug}.txt is a complete Markdown representation of that page. Cross-links between pages point to other shadow files (not HTML URLs) so an AI can navigate your entire site within the plain-text layer.

Title: Your Page Title
URL: https://yoursite.com/page-slug/
Modified: 2026-05-09
Type: page
Description: One-sentence summary

[Full page body as Markdown]

# Images
![Hero image description](https://yoursite.com/image.jpg)
Alt: Short alt text
Description: Detailed visual description
Caption: Display caption
Dimensions: 1920×1080
AI generated: yes


# Related
– Parent: /llms/parent-slug.txt
– See also: /llms/related-page.txt
Settings & regeneration

Managing your llms.txt files

Enable or disable AI scraper accessGo to WordPress Admin → Settings → PF Create. Enable or disable public AI scraper access with one checkbox. Files are enabled by default after plugin activation.
Auto-updated on every saveShadow files update automatically every time you save a page or post. The plugin shows the current count of shadow files on disk in the settings screen.
Regenerate all files manuallyClick “Save & Regenerate Now” in Settings → PF Create to rebuild all shadow files, llms.txt, llms-full.txt, and the image atlas from scratch. Use after bulk changes.
Image atlasThe image atlas (/llms/images.txt) is rebuilt on full regeneration or after bulk media uploads. Each image entry includes AI-generated visual descriptions.