AigeoRadar WordPress Connector: What the Plugin Does (GEO + AIPM Explained)
If you run WordPress and care about GEO (Generative Engine Optimization), you have probably heard about llms.txt, entity.json, and structured discovery files. The hard part is not generating them — it is keeping them live on your site without FTP, theme edits, or asking a developer every time you publish content.
AigeoRadar WordPress Connector solves that. It is our official plugin that connects your WordPress site to your AigeoRadar account and deploys a complete AI Discovery package — plus a new capability: AI Page Manifest (AIPM) sidecars for every post and page.
This article explains exactly what the plugin does, what gets published on your site, and why it matters for ChatGPT, Perplexity, Gemini, and every AI system that reads the web.
Two layers: site discovery + page manifests
Think of AI discovery in two layers:
| Layer | Files | What AI learns |
|---|---|---|
| Site | llms.txt, entity.json, knowledge.json, ai-feed.xml |
Who you are, what you offer, your audience, key pages |
| Page | {page-url}.ai.json (AIPM) |
What this specific page is about — purpose, facts, entities, freshness |
The plugin handles both. Site-level files come from your AigeoRadar analysis and verified business profile. Page-level manifests are generated automatically inside WordPress whenever you publish or update content.
What the plugin deploys (site level)
After you connect the plugin and click Deploy now, these assets go live on your WordPress site:
llms.txt— A plain-text site guide for LLMs: your business, services, key URLs, and brand safety rules.entity.json— Structured business entity: name, industry, audience, contact, social profiles, and page inventory. Your verified target audience from the AigeoRadar business profile form is written here.knowledge.json— Structured Q&A knowledge base for AI retrieval (RAG).ai-feed.xml— Capability feed describing what your site offers to AI crawlers.- Homepage head tags — Injected via
wp_headon your front page: AI discovery meta tags and JSON-LD signals. No theme file edits.
Files are served with correct UTF-8 headers. You do not need FTP or cPanel file uploads after the initial plugin install.
What the plugin generates (page level — AIPM)
Starting with plugin v0.2.2, every published post and page can expose an AI Page Manifest (AIPM) sidecar:
- Human page:
https://yoursite.com/blog/my-article/ - AI manifest:
https://yoursite.com/blog/my-article.ai.json
The manifest is not a physical file on disk. It is built from your post content, SEO meta (Yoast or Rank Math), categories, and your deployed entity.json — then stored in post meta and served virtually by the plugin. When you update a post, the manifest updates automatically.
What is inside each .ai.json file?
- purpose — Why this page exists (one editorial sentence)
- abstract — Executive summary (from meta description or excerpt)
- primaryTopic and keywords — Derived from the page title and URL slug
- audience — Pulled from your verified business profile in
entity.json - keyFacts and claims — Verifiable statements with evidence URLs
- relatedPages — Topic graph with anchor text for AI citations
- contentFreshness — Whether content is current, fresh, aging, or stale
- contentHash — SHA-256 fingerprint so AI knows when content changed
Each page also gets a discovery link in HTML <head>:
<link rel="alternate" type="application/json"
href="https://yoursite.com/your-page.ai.json"
title="AI Page Manifest (AIPM) v1.2.0">
This tells AI crawlers where to find the machine-readable manifest — the same pattern we use on aigeoradar.com for every blog post and marketing page.
Why AI systems prefer .ai.json over raw HTML
When an AI reads a typical web page, it must parse menus, footers, cookie banners, ads, and layout markup before it understands the topic. That costs tokens and increases hallucination risk.
AIPM removes the guesswork. Instead of reverse-engineering HTML, AI systems read a focused JSON document with purpose, abstract, keyFacts, and claims. Less noise → better citations → fewer invented facts.
AIPM is part of the open AI Discovery Framework (ADF) maintained by AigeoRadar. Read the specification: AI Page Manifest (AIPM) v1.2.0.
Setup in 5 steps
- Run a free AI visibility scan at aigeoradar.com and add your WordPress site.
- Complete an analysis — crawl your site and verify your business profile (category, target audience, contact).
- Download the plugin from AigeoRadar → your site → Publishing → Download plugin ZIP (Starter plan or higher).
- Install and connect — WordPress → Plugins → Upload → Settings → AigeoRadar → paste connect token → Connect.
- Deploy — Click Deploy now for site files. Enable AIPM for posts and pages in plugin settings. Manifests generate on every publish.
Full walkthrough: WordPress plugin setup guide.
Plugin settings explained
- Deploy now — Syncs site-level discovery files from your latest AigeoRadar analysis.
- Enable AIPM — Master switch for page-level
.ai.jsonsidecars. - Blog posts / Pages — Choose which content types get manifests (enable both for full coverage).
- Regenerate all page manifests — Rebuilds AIPM for all published posts and pages (after plugin update or profile change).
Who is this for?
- WordPress site owners who want AI assistants to recommend their business accurately
- Agencies delivering GEO audits and structured discovery to clients
- Local businesses (plumbers, clinics, lawyers) with many service-area landing pages
- Publishers with high-value evergreen content that AI should cite correctly
Already deployed manually via FTP?
If you previously uploaded llms.txt or entity.json manually, the plugin works alongside or replaces those files. Click Deploy now to sync the latest package from AigeoRadar. AIPM sidecars are separate — they live in post meta and do not conflict with root discovery files.
What is next?
The AIPM specification is open and maintained by AigeoRadar. Coming soon: public GitHub repository, validator CLI, and deeper WordPress editor integration for custom purpose and keyFacts fields.
Developers: AIPM specification · Live examples · JSON Schema
Get started
Free AI visibility scan · View pricing · WordPress setup guide
İlgili yazılar
Jul 6, 2026
WordPress GEO: llms.txt, llms-full.txt, and AI discovery in 2026
How to make your WordPress site discoverable by ChatGPT and Perplexity — with AigeoRadar one-click deploy.
Jul 6, 2026
AI Page Manifest (AIPM): Open Specification for Machine-Readable Page Metadata
AigeoRadar published AI Page Manifest (AIPM) v1.2 — an open spec for .ai.json sidecar files that help ChatGPT, Gemini, a...
Jul 3, 2026
AI Ready SEO: How to Prepare Your Website for AI Search (2026 Guide)
Learn what AI Ready SEO is and how to prepare your website for AI-powered search. Discover how AIGeoRadar analyzes AI Vi...