AmphiBee AI Visibility
Maximize site visibility for AI engines — llms.txt, Markdown endpoints, robots.txt AI directives, AI discovery files, and MCP abilities.
★ 0stars
6release downloads
23composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pollora/aivisibility/releases/download/v1.3.3/ai-visibility-v1.3.3.zipAlso on Packagist as pollora/ai-visibility:
composer require pollora/ai-visibilityFrom the readme
AI Visibility
Makes a WordPress site legible to AI engines — LLMs, AI search, and AI agents.
The site already publishes HTML for browsers and a sitemap for search crawlers.
This plugin adds the formats the newer readers actually want: a structured index
at /llms.txt, a Markdown twin of every page, explicit crawler permissions in
robots.txt, and machine-readable identity files under /.well-known/.
What it publishes
| URL | What it is |
|---|---|
| /llms.txt | Index of the site following the llmstxt.org specification: title, description, and a linked list of pages with summaries |
| /llms-full.txt | Every tracked page's full content as one Markdown document |
| /any-page.md | The Markdown representation of a single page — also reachable as /any-page/?format=md |
| /index.md | The static front page, when there is one |
| /.well-known/ai.txt | Declared AI usage permissions and pointers to the files above |
| /.well-known/identity.json | schema.org Organization description of the site |
| /robots.txt | Gains explicit Allow and Disallow blocks per AI crawler |
/.well-known/ paths are blocked outright by some nginx configurations (the
default location ~ /\. rule). The discovery files
Read the full README on GitHub →