Description
Search engines rank pages. Answer engines quote them. Oorank prepares your site for the second kind — it publishes a machine-readable index of your content, gives you per-bot control over who may crawl it, and scores individual pages against the signals AI crawlers actually use.
Everything runs on your own server. Oorank never sends your content to a third-party service, and makes no external requests of any kind.
How this differs from an llms.txt generator
Generating the file is the smallest part of the problem, so it is the smallest part of this plugin. What is here and generally is not elsewhere:
- An audit that fetches your page the way a crawler does — no JavaScript, no cookies — and scores what actually came back across eight weighted checks, with a per-page fix list and a site-wide ranking of your worst pages.
- Answer-ready analysis of the prose itself: question-form headings, paragraphs short enough to lift, an answer stated up front, and passages that still make sense quoted alone.
- Structured data that defers to your SEO plugin instead of duplicating it. Oorank reads what Yoast, Rank Math, All in One SEO, SEOPress or Slim SEO already publish, compares by role rather than by name, and emits only the missing parts.
- Nineteen crawlers separated by what they do — training, AI search, on-demand fetch, crawl dataset — so opting out of model training does not silently cost you citations.
- An honest
dateModified, recorded when the title, body or excerpt actually changed, rather than on any save. - Per-language llms.txt on WPML and Polylang, and content read out of Elementor, Breakdance, Oxygen and SiteOrigin rather than out of an empty
post_content. - An MCP server, so an AI client you already use can read the audit and change the settings directly. Inbound only, off by default, token authenticated, no bundled dependencies.
Publish an llms.txt index
Oorank serves /llms.txt (a linked index of your content) and /llms-full.txt (the same content as plain text) straight from your posts and pages. Pick which post types to include, and Oorank keeps both files in sync as you publish and edit. Noindex, private and password-protected content is excluded. Prefer to write the file yourself? Switch to manual mode and paste your own.
Sites on plain permalinks get physical files written to the site root instead, so the endpoints work either way.
Per post, you can keep a page out of the index entirely or write the one-line description an engine should read instead of the generated excerpt. Per site, you choose the order the sections appear in, cap how many items each one lists, and decide whether robots.txt advertises the file the way it advertises your sitemap.
On a translated site — WPML or Polylang — the index is grouped by language and each language also gets its own single-language file at /de/llms.txt, because one mixed-language index tells an answer engine nothing about which version of a page to quote. Content built with Elementor, Breakdance, Oxygen or SiteOrigin is read from the builder’s own data, so a page whose body is not in post_content still gets a real description instead of a bare title.
Decide which AI bots may crawl you
A per-bot allow/block list covering nineteen crawlers: GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-SearchBot, Claude-User, PerplexityBot, Perplexity-User, Google-Extended, Applebot-Extended, Meta-ExternalAgent, DuckAssistBot, Bytespider, Amazonbot, cohere-ai, CCBot, AI2Bot, ImagesiftBot and Diffbot. Each bot is labelled by what it actually does — AI training, AI search, on-demand fetch, or crawl dataset — so you can opt out of model training without giving up citations in AI search results.
The distinction matters more than it sounds. Blocking GPTBot opts you out of OpenAI’s training data; it does not stop ChatGPT reading your page, because that is OAI-SearchBot indexing you and ChatGPT-User fetching you live. Oorank lists all three separately, and warns you when a choice would cost citations.
Your choices are written into robots.txt. If a static robots.txt already exists, Oorank tells you where it is and can insert a clearly marked block into it, leaving everything you wrote by hand untouched. Optionally, blocked crawlers also receive an X-Robots-Tag: noai, noimageai header.
Alongside the per-bot rules, Oorank publishes a Content-Signal line stating whether search, AI answers and AI training are welcome, and sends the matching Content-Usage: ai-train=n header when you have refused training outright. Both are derived from the choices you already made, and they reach crawlers that are not on any list yet.
Let an AI client read the site directly
Oorank can answer as an MCP server, so a client like Claude can connect to your site and use it as a tool: ask it which pages score worst, what llms.txt currently says, or which posts have gone stale — and tell it to block Meta’s crawler, change which post types llms.txt covers, or rebuild the file.
This does not break the no-external-calls promise, because the direction is inward: the client connects to your site and your site never calls out. It is off by default, gated behind one toggle and a connection token you can rotate or revoke, and the token acts with your own account’s permissions and no more. Nothing is bundled to make it work — no extra libraries, no extra weight in the download.
Publish structured data that does not fight your SEO plugin
Oorank emits a JSON-LD graph describing your site and the page being viewed — WebSite, your publisher identity (an organization, a person, or a local business with its address), WebPage, Article, BreadcrumbList, Product on WooCommerce stores, and FAQPage or HowTo where your content actually contains questions or steps. You can also add your own JSON-LD blocks, choose which pages they appear on, and validate them before they ship.
If another plugin already publishes structured data, Oorank stays out of its way. It watches what Yoast SEO, Rank Math, All in One SEO, SEOPress and Slim SEO put in their graph and emits only the parts they leave out — usually FAQ and How-to. It compares by role rather than by name, so a plugin describing your site as a Person still suppresses Oorank’s Organization: two competing descriptions of one page are worse for an answer engine than one. You can also force full output, or turn it off entirely.
Give your authors an identity
Every article is attributed to its author as an entity rather than a name. Oorank adds LinkedIn, X, Mastodon, GitHub, YouTube and ORCID fields to the WordPress user profile; whatever an author fills in becomes their sameAs — the list that lets an engine tell two writers with the same name apart. Author archives are described as a profile page for that person, and your site’s own publisher identity takes a logo and its own profile links.
Keep freshness dates honest
WordPress updates a post’s modified date on any save at all, so re-assigning a category can make a five-year-old article look edited yesterday. Oorank records when the content itself last changed — the title, body or excerpt — and publishes that date instead. It also flags published content that has not changed inside a threshold you choose, so you can see what an answer engine is quietly discounting.
Audit pages for AI readability
Oorank requests one of your own URLs the way a crawler would — no JavaScript, no cookies — and scores what comes back out of 100 across eight weighted checks:
- Server-rendered body text (25)
- Valid JSON-LD structured data (15)
- Title and meta description (12)
- AI bot access (12)
- Self-referential canonical (10)
- llms.txt reachable (10)
- Heading hierarchy (10)
- Freshness (6)
Every failing check comes with a plain-language fix and a link straight to the screen where you fix it. Scores appear in a meta box on the post edit screen, and a site-wide report ranks your worst pages first so you know where to start.
Built for developers
Zero runtime dependencies and no outbound requests at all. WP-CLI commands cover auditing, llms.txt and crawler access (wp oorank audit, wp oorank llms regenerate, wp oorank bots). Filters cover the bot registry, the settings schema, the admin tabs, the REST routes, the audit checks, the MCP tool table, and the whole structured-data pipeline — the graph itself, the type-to-role map used for deduplication, which plugins to defer to, the Article type per post type, and the author profile fields.
External services
This plugin does not connect to any external or third party service. Nothing is sent off your server, and no remote API is called.
Two things sometimes mistaken for external services:
- Page audits. The audit requests URLs on your own site, from your own server, and refuses any host other than your own. It is a loopback request, not a third party call.
- Vendor documentation links. The AI bot list links to each crawler vendor’s own documentation page (for example Amazon’s page for Amazonbot). These are ordinary links you may click; the plugin never requests them.
The MCP server, when you enable it, is inbound only: an AI client you control connects to your site and your site answers. Your site never calls out.
Screenshots








FAQ
What is llms.txt?
A proposed convention — a Markdown file at the root of your site that lists your most useful content in a form language models can read cheaply, much as
robots.txtdescribes crawl rules. Oorank generates and maintains it for you.Does this send my content anywhere?
No. The audit fetches URLs on your own site, from your own server, and refuses any host other than yours. Oorank makes no third-party requests at all.
Will it conflict with my SEO plugin?
No. Oorank never outputs titles, meta descriptions or canonicals — it reads what your SEO plugin emits and reports on it. Structured data is the one overlap, and Oorank defers by default: it detects the types your SEO plugin already publishes and emits only what is missing, so you never end up with two Article descriptions of the same page. Blocking or allowing AI bots is additive to your existing
robots.txtrules.Why does my page have no Oorank schema on it?
Because something else already describes it. In the default Automatic mode Oorank only fills gaps, so on a site running a full SEO plugin you will often see nothing but a FAQPage or HowTo — that is it working. The Schema screen lists every node type and says, for each one, whether Oorank or another plugin publishes it. Switch the mode to Always if you want the full graph regardless.
Does Oorank change my posts to track content dates?
No. It stores one timestamp per post in post meta, recorded when you save. Your post content, dates and revisions are untouched, and uninstalling removes those timestamps.
Blocking AI bots — does that hurt my traffic?
It depends which bots. Blocking a training crawler (GPTBot, Google-Extended, CCBot) only opts your content out of model training. Blocking a search crawler (OAI-SearchBot, Claude-SearchBot, PerplexityBot) also removes your chance of being cited and linked in that engine’s answers. Blocking an on-demand fetcher (ChatGPT-User, Claude-User, Perplexity-User, DuckAssistBot) means the assistant cannot read your page even when a person asks it about that exact URL. Oorank labels every bot so the trade-off is visible before you decide.
Why did my page score badly?
Most often because the text lives in JavaScript. AI crawlers do not execute JS, so anything rendered client-side is invisible to them. The audit reports the word count it actually received, which usually makes the cause obvious.
Does the MCP server send my content anywhere?
No. MCP inverts the usual direction: an AI client you control opens a connection to your site, and the site answers. Oorank makes no outbound request, needs no API key, and serves nothing until you enable MCP and issue a token. Revoking the token ends every connection.
Does uninstalling remove my data?
Deactivating keeps everything. Uninstalling removes all of it: Oorank’s settings, the MCP connection token, the audit report, every cached audit, the scheduled scan, the content-change timestamps it recorded, and any physical
llms.txt/llms-full.txtfiles Oorank wrote to your site root. Your posts and pages are never touched.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Oorank – AI Citation Toolkit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Oorank – AI Citation Toolkit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Set the permalink structure from Oorank: the plain-permalinks warning now opens a drawer listing the same structures WordPress offers, each with the URL it produces, and saving one flushes the rewrite rules so the llms.txt endpoints answer immediately. The link to the WordPress permalink screen stays for custom structures and the category and tag bases.
- Moved the Oorank menu to the top of the admin sidebar.
- Hid the Pro card until the add-on ships.
- Recaptured the directory screenshots.
0.1.0
- Initial release.
- llms.txt and llms-full.txt generation with auto-resync and a manual override.
- Per-bot AI crawler access control via robots.txt for nineteen crawlers, with static robots.txt handling, Content-Signal and Content-Usage emission, and an optional X-Robots-Tag header.
- FAQ and How-to authoring: write question and answer pairs, or numbered steps, on any post — no need for the content to already contain the right blocks.
- More structured data: BreadcrumbList, Product for WooCommerce, a LocalBusiness identity with address and phone, and your own JSON-LD blocks with per-page display conditions and a validator.
- Bulk actions on the site report: select rows to re-audit after an edit, or exclude pages that were never citation candidates.
- Role manager: grant Oorank’s screens, routes and commands to editors, authors or any role that can edit content, instead of administrators only.
- llms.txt control: per-post exclude and description override, section ordering, a per-section item cap, and an
Llms-Txtreference line in robots.txt. - Page-builder and multilingual correctness: builder-authored content is indexed, dated and read for FAQ markup; llms.txt is grouped by language with per-language endpoints on WPML and Polylang.
- Answer-ready checks: question-form headings, liftable paragraphs and sentences, an answer up front, lists and tables, and paragraphs that survive being quoted alone — with a per-page rewrite list. Page and site scores are reported separately.
- Weekly digest email reporting which pages moved, and WP-CLI commands for audits, llms.txt and crawler access.
- MCP server so an AI client can read audits and change crawler and llms.txt settings, off by default, token authenticated, with no bundled dependencies.
- AI-readability audit: per-URL scoring, post edit meta box, site-wide report and a weekly scan.
- JSON-LD structured data (WebSite, publisher, WebPage, Article, FAQPage, HowTo) that defers to whatever your SEO plugin already publishes.
- Author and publisher identity: profile URL fields per user,
sameAs, publisher logo, and described author archives. - Honest
dateModifiedbased on when content actually changed, plus a configurable staleness threshold and stale-content list.
