OmniGEO Ai SEO
AI search is the new SEO. People now ask ChatGPT, Perplexity, Gemini, Claude and Google AI Overviews instead of typing into a search box, and those tools quote a small set of pages. This is an AI SEO toolkit that gets your WordPress content ready for that world through Generative Engine Optimization (GEO) and Answer Engine Optimization (AEO). The standout feature is the live Content Extractability analyzer. As you write a post or product, it scores how easily an AI can lift a clean answer from your text, and it tells you what to fix: answer first openings, semantic chunking, comparison tables, clear headings and more. It runs in real time inside the editor, and it reads non Latin content correctly, so it scores Persian, Arabic and CJK writing too. Everything works locally and free. The only feature that calls an outside service is the optional AI visibility check, and that uses your own API key, so there is no extra subscription. What you get Live Content Extractability score in the editor, plus an AI Score column on your Posts and Products lists so you can fix the weak pages first. GEO and AEO audit that gives any page a score out of 100 with plain, fixable advice. Schema and JSON-LD output: Organization, Person and Author, Article, FAQ, HowTo, Product and Speakable, linked together with sameAs and @id for a clean entity graph. AI bot and referral tracking. It detects GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended and more, and it splits user triggered fetches (a real person reading you inside an AI answer) from index crawls. AI Traffic dashboard with a ready made GA4 channel and regex so you can finally track AI clicks in Google Analytics. Site health checks plus IndexNow submission. llms.txt manager and AI crawler access rules for robots.txt. Live AI visibility check. Add your own OpenAI, Anthropic or Perplexity key and ask a buyer style question to see whether AI mentions your brand or links your site. Yoast SEO and Rank Math integration. It reads your focus keyword and avoids duplicate schema so two plugins never fight over the same graph. WooCommerce support. It defers to WooCommerce Product schema to prevent conflicts and adds product specific checks for the short description, specs, reviews and images. Who it is for Bloggers, publishers, agencies, shop owners and anyone who wants to be the source an AI quotes. It pairs well with classic SEO work, since answer engine optimization and generative engine optimization build on the same foundation. External Services This plugin connects to a few third party services, and only when you choose to use the related feature. AI visibility check (optional, off by default): when you enable it and add your own API key, the plugin sends your test prompt to the provider you pick so it can check whether your brand appears in AI answers. OpenAI: requests go to https://api.openai.com. Terms: https://openai.com/policies/terms-of-use Privacy: https://openai.com/policies/privacy-policy Anthropic: requests go to https://api.anthropic.com. Terms: https://www.anthropic.com/legal/consumer-terms Privacy: https://www.anthropic.com/legal/privacy Perplexity: requests go to https://api.perplexity.ai. Terms: https://www.perplexity.ai/hub/legal/terms-of-service Privacy: https://www.perplexity.ai/hub/legal/privacy-policy IndexNow (optional): when you submit a URL, the plugin sends that URL and your key to https://api.indexnow.org so participating search engines learn about the change. IndexNow is an open protocol used by Microsoft Bing and Yandex. More info and protocol terms: https://www.indexnow.org Bing Webmaster terms: https://www.bing.com/webmasters/help/webmaster-guidelines-30fba23a Microsoft privacy statement: https://privacy.microsoft.com/privacystatement Your test prompts and submitted URLs are only sent when you trigger these features. No data is sent in the background.
Top keywords
- ai19×3.00%
- https13×2.05%
- com8×1.26%
- api6×0.95%
- https www6×0.95%
- perplexity6×0.95%
- privacy6×0.95%
- www6×0.95%
- answer5×0.79%
- anthropic5×0.79%
- indexnow5×0.79%
- openai5×0.79%
AI Agent Analytics by Salespeak
AI agents are visiting your website hundreds of times a month. ChatGPT, Claude, Perplexity, Gemini. They are reading your pages, evaluating your content, and deciding whether to recommend you to their users. Can you see any of it? Now you can. See it in action: Based on analysis of 640,000+ AI agent crawls across B2B websites, AI agent traffic is one of the fastest-growing — and most invisible — sources of website activity. This plugin gives you complete visibility, plus the tools to act on what you find. AI Search Analytics Monitor how often AI tools access and cite your content over time — like Google Analytics, but for AI agent traffic. See trends by day, week, and month across all major AI platforms. Agent Identification & Analysis Identify exactly which AI agents are scanning your site: ChatGPT, Claude, Perplexity, Gemini, and more. Understand their behavior patterns and which content draws the most visits. Page Performance Intelligence See exactly which pages ChatGPT, Claude, and other AI agents actually read when answering questions. This is the foundation of effective Answer Engine Optimization (AEO). AEO Content Gap Detection Discover what critical information is missing from your most-accessed pages. Know what to add so AI agents can confidently recommend your site when users ask relevant questions. What Makes This Different: The Optimization Layer Most AI analytics plugins stop at tracking. This one also lets you optimize what AI agents see. Serve LLM-optimized versions of your pages — restructured with structured Q&A, comparison data, and testimonial cues — so ChatGPT and Claude get your complete story, not just whatever text they happen to parse. Analytics + action, not just a dashboard. This is the only WordPress plugin that tracks AI agent visits AND optimizes what they see. Cache Compatibility This plugin includes built-in support for bypassing cache on AI bot requests for: * WP Engine – via wpe_is_cacheable filter * WP Rocket – via do_rocket_generate_caching_files filter * LiteSpeed Cache – via litespeed_can_cache filter and LSCACHE_NO_CACHE constant * W3 Total Cache – via w3tc_can_cache filter * WP Super Cache – via wp_super_cache_late_init filter * SiteGround Optimizer – via sg_optimizer_cache_is_enabled filter * Kinsta – via cache-control headers * Cloudflare APO – via cookie-based bypass Server-Level Caching (Nginx, Varnish, CDN) If you use server-level caching that runs BEFORE PHP/WordPress, you may need additional configuration: For Nginx FastCGI Cache, add to your server config: if ($http_user_agent ~* "(ChatGPT|GPTBot|ClaudeBot|PerplexityBot|Claude-User|Claude-Web|Google-Extended|bingpreview|OpenAI)") { set $skip_cache 1; } For Varnish, add to your VCL: if (req.http.User-Agent ~ "(?i)(ChatGPT|GPTBot|ClaudeBot|PerplexityBot|Claude-User|Claude-Web|Google-Extended|bingpreview|OpenAI)") { return (pass); } For Cloudflare (non-APO), create a Cache Rule: – When: User Agent contains "ChatGPT" or "GPTBot" or "ClaudeBot" or "PerplexityBot" – Then: Bypass cache The plugin sends X-Salespeak-AI-Bot: 1 header for AI bot requests to help with debugging. Safety & Performance This plugin is designed to have ZERO impact on normal visitors: * All cache bypass logic only executes when the User-Agent matches a known AI bot pattern * For non-AI requests, all filter callbacks immediately return the original value (pass-through) * No headers, cookies, or constants are set for normal visitor requests * AI bot detection is cached per-request to avoid repeated regex checks * The plugin only modifies behavior for an explicit list of known AI bot User-Agent strings: * ChatGPT-User, GPTBot, Claude-User, Claude-Web, ClaudeBot * PerplexityBot, Google-Extended, bingpreview, OpenAI * Applebot-Extended, CCBot, anthropic-ai, cohere-ai External Services This plugin integrates with the following external services: Salespeak Analytics API Service: Salespeak’s event tracking and analytics service Purpose: Logs AI agent visits and user interactions for analytics and optimization purposes Data Sent: When AI agents are detected, the plugin sends: – Website URL being visited – Agent type (ChatGPT, Claude, GPTBot, etc.) – Organization ID (for account association) – Request ID (for tracking) – Campaign ID (default value for organization tracking) When Data is Sent: Only when AI agents are detected visiting your website Service Provider: Salespeak (https://salespeak.ai) Terms of Service: https://salespeak.ai/terms Privacy Policy: https://salespeak.ai/privacy Salespeak Content Delivery Network (CDN) Service: Amazon S3-based content delivery for serving AI-optimized content Purpose: Serves alternate, LLM-optimized content to detected AI agents Data Sent: No data is sent to this service — it only serves content based on URL requests When Data is Sent: Not applicable — this is a content delivery service only Service Provider: Amazon Web Services (AWS) S3, managed by Salespeak Terms of Service: https://aws.amazon.com/service-terms/ Privacy Policy: https://aws.amazon.com/privacy/ Privacy and Data Handling This plugin only sends data when AI agents are detected visiting your website. No personal user data is collected or transmitted. All data is used solely for analytics and content optimization purposes. The plugin respects user privacy and does not track individual human visitors.