Description
GEO Optimizer Lite is the free version of GEO Optimizer — the plugin built to help your content get cited by ChatGPT, Claude, Perplexity, and Gemini.
While traditional SEO optimizes for Google rankings, Generative Engine Optimization (GEO) optimizes your content so AI systems extract, cite, and recommend it in their answers.
Free Features
- JSON-LD Schema Markup — Automatically injects Article, Organization, and Person (E-E-A-T) schema on all posts and pages.
- FAQ Schema Auto-Detection — Scans headings ending in “?” and wraps them in FAQPage schema without any extra work.
- BreadcrumbList Schema — Adds hierarchy signals that AI systems use to understand your content structure.
- AI Crawler robots.txt Rules — One toggle to allow GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, and cohere-ai.
- llms.txt Generator — Creates
/llms.txtat your site root — the AI-specific equivalent ofsitemap.xml, listing your most important URLs. - [geo_lite_answer] Shortcode — Wrap any summary in a styled Answer Capsule that AI systems can easily extract.
- Freshness Notices — Automatically appends a “Last updated:” notice with machine-readable
<time>markup to every post. - Meta Description Fallback — Generates
<meta name="description">from your post excerpt when Yoast or Rank Math is not active. - Bing Sitemap Ping — Automatically pings Bing on every publish (throttled to once per hour) so ChatGPT’s Bing-powered index stays fresh.
- GEO Audit Dashboard — A clear pass/fail technical checklist for your site’s AI readiness.
Pro Features (GEO Optimizer Pro)
Upgrade to Pro to unlock AI-powered content writing:
- Auto AI-Ready Writer — One-click enhancement: adds FAQ sections, [geo_lite_answer] capsules, authority signals, and better headings to any existing post using Claude or ChatGPT.
- Claude (Anthropic) & ChatGPT (OpenAI) provider choice — Choose your preferred AI engine.
- Enhancement history & revert — Restore any post to its original content at any time.
- Create New Posts from keyword — Describe a topic, AI writes a complete AI-optimized post.
- DALL·E 3 Featured Image Generation — AI creates a featured image for every new post.
- ⚡ AutoPilot — Schedule automatic bulk enhancement of your oldest posts on autopilot.
- Bulk enhance unlimited posts at once — Process your entire archive in one run.
Why GEO Matters
Over 40% of online searches now use AI-generated answers. ChatGPT, Perplexity, and Google AI Overviews pull from structured, authoritative, crawlable content. GEO Optimizer Lite makes your WordPress site that kind of content — for free.
Third Party / External Services
This plugin makes the following external HTTP requests:
Bing Sitemap Ping
When you publish or update a post, the plugin sends a one-time GET request to https://www.bing.com/ping?sitemap=YOUR_SITEMAP_URL to notify Bing’s index (throttled to once per hour). No personal data is transmitted — only your public sitemap URL.
* Service: Microsoft Bing — Privacy Policy · Terms of Service
No other external services are contacted by this plugin.
Screenshots

Dashboard — AI readiness overview with 4 stat cards and recent posts table. 
GEO Audit — pass/fail technical checklist for your site. 
Settings — technical toggles and brand identity fields. 
llms.txt Manager — generate and preview your AI index file. 
Upgrade — side-by-side Lite vs. Pro feature comparison.
Installation
- Upload the
geo-optimizer-litefolder to/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Navigate to GEO Optimizer Settings to configure features.
- Go to GEO Optimizer llms.txt to generate your AI index file.
- Run the GEO Audit to check your AI readiness score.
FAQ
-
Does this plugin conflict with Yoast SEO or Rank Math?
-
No. The meta description fallback automatically detects Yoast (
WPSEO_Frontend) and Rank Math (RANK_MATH_VERSION) and skips output when either is active. Schema markup from this plugin is additive. -
What is llms.txt?
-
It is a plain-text file placed at your site root that lists your most important URLs in a format designed for AI language models — similar to
sitemap.xmlbut purpose-built for LLM crawlers. See the llms.txt standard at llmstxt.org. -
What is the [geo_lite_answer] shortcode?
-
Wrap any paragraph or summary in
[geo_lite_answer]Your answer here.[/geo_lite_answer]to render a visually styled Answer Capsule. AI systems preferentially extract clearly delimited answer blocks. Enable the feature in Settings first. -
Does this plugin slow down my site?
-
No. All front-end output is lightweight: a few lines of JSON-LD in
<head>and an optional freshness paragraph. There are no external HTTP requests on page load. -
What AI crawlers are allowed in robots.txt?
-
GPTBot (OpenAI), ClaudeBot (Anthropic), PerplexityBot, Google-Extended, Applebot-Extended, and cohere-ai.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“GEO Optimizer Lite” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “GEO Optimizer Lite” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Removed all inline CSS from PHP output; styles moved to enqueued stylesheet per WP.org guidelines.
- Fixed option/transient/shortcode names to use unique geo_lite_ prefix throughout.
- Replaced deprecated current_time(‘timestamp’) with time().
- Replaced file_get_contents() with WP Filesystem API.
- Fixed duplicate register_setting() calls.
- Added esc_url_raw() to Bing ping URL.
- Added capability checks inside all page render callbacks.
- Added wp_reset_postdata() after setup_postdata() in schema injection.
1.0.1
- All the technical issues have been sorted.
- Menu position has been updated.
1.0.0
- Initial release. Includes schema markup, FAQ schema, robots.txt, llms.txt, [geo_lite_answer] shortcode, freshness notices, meta description fallback, Bing ping, and GEO Audit dashboard.