Project LLMs.txt – AI SEO & llms.txt for WordPress & WooCommerce
by Imperial Labs 0 (0 reviews)

Project LLMs.txt – AI SEO & llms.txt for WordPress & WooCommerce

Make your site readable by AI: clean Markdown that ChatGPT, Claude, and other AI assistants use to easily and quickly understand your content.

Project LLMs.txt ranks #64,474 among WordPress.org plugins with 0+ active installations, is #9,190 of 12,560 in the E-commerce category, and was last updated Sep 8, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.0.1 Current Version v1.0.1
Updated 2 weeks ago Last Update on 08 Sep, 2026
Refreshed 8 hours ago Last Refreshed on
#9,190 of 12,560 in E-commerce Actively maintained
View on WordPress.org
Rank
#64,474
No change
Active Installs
0+
-100%
KW Avg Position
162
81 worse
Downloads
730
+9 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 0%
0+ 10+
44,734
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 10+

Rank Changes

49,072 53,795 58,518 63,240 67,963 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
44,461 50,850 57,239 63,628 70,017 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #64,474
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 30 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Project LLMs.txt – AI SEO & llms.txt for WordPress & WooCommerce

llms.txt is an emerging open standard - think robots.txt for AI. It's a clean, structured Markdown file placed at the root of your site (yourdomain.com/llms.txt) that gives AI assistants and agents a reliable, structured entry point into your content. See llmstxt.org for the full spec.
No major search engine or LLM provider has officially announced that they seek out llms.txt files. But that's not the whole picture. Markdown is the format AI reads best, and this plugin converts your entire site into exactly that. When any AI tool - a browsing agent, a coding assistant, an AI-powered search product - visits your site and finds a clean /llms.txt, it gets a structured index of everything on your site in one fetch, already in the format it reads most cleanly. It doesn't have to fight through navigation, ads, or page-builder markup to understand what your site is about. That's a real advantage regardless of whether the tool came looking for the file or just happened to land on your domain. What actively uses it today: AI agents, coding assistants, MCP servers, and developer-facing AI products. Companies like Stripe, Vercel, Cloudflare, and Anthropic already publish their own llms.txt files for this reason. Publishing now costs nothing and keeps your site ready as the ecosystem matures.
Yes. By default the plugin reads your published content, which covers shortcode-based builders like Divi (classic) and Visual Composer, whose layouts expand through WordPress's normal content filters. For builders or theme sections that render their layout outside the editor (for example Elementor, which stores its layout separately and renders it through a hook), switch Extraction Method to Full-page scrape under Settings → Content Extraction. That loads each page the way a browser does and keeps just the main content. If automatic content detection grabs the wrong zone, you can also set a custom CSS selector in the same place (e.g., .site-content, main article, #content).
Yes, WooCommerce products are a first-class content type. Product files include: name, SKU, price (regular + sale), stock status, short description, full description, categories, tags, dimensions/weight, product variations with pricing, customer reviews, and upsell/related products.
Yes. If a page is set to noindex or nofollow in Yoast, Rank Math, SEOPress, AIOSEO, or Slim SEO, it is left out of your llms.txt files automatically. Pages you keep out of search stay out of AI, with no extra configuration. Developers can extend the check with the llmstxt_seo_noindex_check filter.
Yes, with a little code. The plugin exposes regeneration action hooks (such as llmstxt_regenerate) that any plugin or script can fire. We document a WP All Import example using pmxi_after_xml_import, so your llms.txt rebuilds after a bulk import, migration, or programmatic update.
By default, files are written to your WordPress root directory - the same folder as wp-config.php. They'll be accessible at yourdomain.com/llms.txt and yourdomain.com/llms-full.txt. If your host doesn't allow writes to the root directory, switch to Live Endpoint mode in Settings. This serves the files dynamically via WordPress rewrite rules with no filesystem writes.
For your visitors, no. The generated files are static and served directly by your web server, with no PHP execution per request. Generation itself does real work: it runs on-demand when you click Generate (in batches, so it stays within PHP time limits), and for Pro users auto-regeneration runs in the background via WP Cron. On very large sites a full regeneration can take a little while, which is why auto-regeneration is debounced and scoped: routine edits re-render only the posts that changed rather than the whole site.
No. All processing happens on your own server. The plugin does not send your content to any external API or service. It only reads your existing published content and writes .txt / .md files to disk.
Yes. In Settings → Content to Include, check any pages you want left out of the AI files. When WooCommerce is active, its Cart, Checkout, and My Account pages are excluded automatically - they're checkout mechanics with no value to AI assistants. Developers can adjust the final list with the llmstxt_exclude_ids filter.

Sign In / Register

You need to sign in or register to use this feature.