Descrição
HiveEO is an Answer Engine Optimisation (AEO) toolkit for WordPress. It helps you get your business, products, and services cited and recommended by AI assistants including ChatGPT, Perplexity, Google Gemini, and Claude.
Add [hiveeo] to any WordPress page. The full tool renders immediately — no complex setup required.
Free features (WP.org):
- AEO Checklist — Setup, Entity, and Presence categories
- Organisation, Product, and FAQ schema builder — copy/paste ready
- Schema auto-inject into site
<head>— no copy/paste needed - Unlimited products with FAQs
- AI comment generator — unlimited (Gemini BYOK)
- AI thread creator — unlimited (Gemini BYOK)
- AI Visibility Tracker — probe ChatGPT, Perplexity, and Gemini (BYOK)
- Infrastructure panel — llms.txt editor, AI bot allowlist, crawler log, entity strength score
- Action Guide — Module 1 (4 lessons)
- Settings — business entity, social profiles, Gemini / OpenAI / Perplexity API keys
- Dashboard — progress metrics
Additional features available at haiv3.com/hiveeo:
- Brand Defence comment mode
- Reverse Discovery — find who AI cites in your space
- URL scraper and AI product description generator
- Sitemap batch importer
- Full AEO checklist — all 13 categories including per-engine strategies
- Action Guide — all 18 lessons (Modules 2–4)
- Agency white-label and multi-client dashboard
Bring Your Own API Key (BYOK)
HiveEO uses your own API keys (Gemini, OpenAI, Perplexity). Keys are stored in your WordPress database. AI generation requests are routed through the haiv3.com relay service (see External Services below) which fetches the prompt template and returns it to your server — your API key is then used on your server to call the AI provider directly.
Get a free Gemini key at aistudio.google.com — no billing required.
Privacy
External Services
This plugin connects to the following external services:
1. Google Gemini API (generativelanguage.googleapis.com)
Used to generate community comments, seed threads, AI product descriptions, and visibility probe responses. Requests are made only when you click a generate button — never automatically. Your Gemini API key is sent directly from your WordPress server to Google. Data sent includes your prompt text (business context, product details, thread content). See Google’s Privacy Policy and Terms of Service.
2. OpenAI API (api.openai.com)
Used optionally in the Visibility Tracker to probe ChatGPT responses. Only used if you add an OpenAI API key in Settings. See OpenAI’s Privacy Policy and Terms of Service.
3. Perplexity API (api.perplexity.ai)
Used optionally in the Visibility Tracker to probe Perplexity responses. Only used if you add a Perplexity API key in Settings. See Perplexity’s Privacy Policy and Terms of Service.
4. Reddit API (reddit.com)
Used in the Threads tab to fetch live trending threads from relevant subreddits. Requests are made only when you click “Refresh live threads” — never automatically. No personal data is sent. Data received includes public post titles, scores, and URLs. See Reddit’s Privacy Policy and Terms of Service.
5. Hacker News API (hacker-news.firebaseio.com)
Used in the Threads tab to fetch live trending Hacker News stories. Requests are made only when you click “Refresh live threads” — never automatically. No personal data is sent. Data received includes public story titles, scores, and URLs. See Y Combinator’s Terms of Service and Privacy Policy.
Local Data Storage
AI Bot Visit Log
The plugin optionally logs visits from known AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) to your site. This data is stored entirely within your own WordPress database — no data is sent to any external service. Each log entry stores: the bot name, the URL visited, the timestamp, and a 12-character hash of the visitor IP address (derived using your site’s WordPress salt — the original IP is never stored). This log is used only to display AI crawler activity in the Infrastructure panel.
Third-Party Libraries
This plugin bundles the following open-source libraries locally (no CDN):
- Alpine.js v3.15.12 — MIT License. Source: https://github.com/alpinejs/alpine
- Tailwind CSS v3.4.19 — MIT License. Source: https://github.com/tailwindlabs/tailwindcss
- Tabler Icons v2.47.0 — MIT License. Source: https://github.com/tabler/tabler-icons
License
HiveEO is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
Instalação
- Upload the plugin files to
/wp-content/plugins/hiveeo/or install via the WordPress plugins screen - Activate the plugin
- Create a WordPress page, add
[hiveeo]to the content, publish it - Visit the page, go to the Settings tab, paste your free Gemini API key
- Start with the AEO Checklist to set up your business entity
FAQ
-
Do I need to pay for the AI features?
-
No. HiveEO uses your own free Gemini API key (Google AI Studio). The free tier of Gemini 2.5 Flash has no billing requirement and is sufficient for all core features.
-
Does HiveEO store my API keys on its servers?
-
Your API keys are stored in your WordPress database. They are sent directly from your server to the respective AI provider (Google, OpenAI, Perplexity). They are never transmitted to haiv3.com. The haiv3.com relay only receives your business context (name, description, product details) to generate the AI prompt — not your keys.
-
What is AEO?
-
Answer Engine Optimisation is the practice of structuring your online presence so that AI assistants like ChatGPT, Perplexity, and Gemini recommend and cite your business when users ask relevant questions.
-
Will this affect my existing SEO?
-
No. HiveEO adds structured data (JSON-LD schema) to your site’s
<head>which is additive — it enhances your existing SEO signals without removing or overriding anything. -
What WordPress version is required?
-
WordPress 6.0 or higher. PHP 7.4 or higher.
-
Is this plugin compatible with caching plugins?
-
Yes. HiveEO includes specific compatibility code for Hummingbird Pro to prevent schema tags from being delayed or minified. Other caching plugins should work without configuration.
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“HiveEO — AI Search Visibility Suite” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “HiveEO — AI Search Visibility Suite” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
4.1.97
- Fix: restored full UI from v4.1.80 — previous versions had incorrectly stripped Schema, Checklist, Settings and Products tab content
- Fix: applied only required compliance fixes to restored UI — removed Google Fonts CDN, quota UI, trialware terms, ELITE TIER badge
- Fix: height script registered as wp_register_script(false) with hiveeo-alpine dependency — WP.org compliant, no raw script tags
4.1.96
- Fix: moved hiveoApp function to hiveeo-height script handle — ensures it outputs after Alpine loads, fixing Alpine x-data initialisation
4.1.95
- Fix: height/fullscreen script now registered as a proper wp_register_script handle with no src and hiveeo-alpine as dependency — WP.org compliant, no raw script tags, correct execution order guaranteed by WordPress dependency system
4.1.94
- Fix: removed defer from Alpine.js enqueue — caused race condition where hiveoApp() was defined after Alpine initialised x-data
- Fix: removed incorrect ‘before’ position from hiveoApp inline script — must run after Alpine loads, not before
- Fix: corrected DOMContentLoaded script string termination
4.1.93
- Fix: removed stray closing brace in generate_comment() in class-api.php — left from relay removal, caused fatal syntax error on activation
4.1.92
- Security: added sslverify:true to all 5 wp_remote_post calls in class-api.php (Gemini, OpenAI, Perplexity)
4.1.91
- Fix: moved $hiveeo_exclude_handles out of global scope into hiveeo_get_exclude_handles() function
- Fix: removed unused $biz_url variable from AJAX thread handler
- Fix: corrected Version header spacing alignment
4.1.90
- Fix: removed Domain Path header and languages folder — no translations exist, both caused Plugin Check errors
4.1.89
- Fix: created /languages folder — Domain Path header now resolves correctly
- Fix: Upgrade Notice section trimmed to single short notice (max 300 chars)
- Fix: added phpcs:disable for false-positive PrefixAllGlobals warnings in class-api.php — all flagged functions are class methods inside HiveEO_API, not global functions
4.1.88
- Code: removed dead relay/licensing comment block from hiveeo.php
- Code: updated misleading comment in class-engine.php (relay premium features)
- Code: updated misleading file header in class-action-guide.php
- Code: removed stale tier comment from class-schema.php
4.1.87
- readme: removed haiv3.com from external services list — plain HTML links are not external service connections; 5 genuine data-transmitting services remain documented
- hiveeo.php: fixed plugin header — added Requires at least, Requires PHP, Tested up to, License URI, Domain Path; fixed extra space on Version line; fixed define() indentation — plain HTML links are not external service connections; 5 genuine data-transmitting services remain documented
4.1.86
- readme: corrected haiv3.com external service entry — links only, no automatic data transmission
4.1.85
- Compliance: updated haiv3.com readme entry — relay no longer used, prompts are embedded
- Compliance: renamed hiveeo-tier-paid CSS class to hiveeo-tier-pro
- Confirmed: all 7 include files have ABSPATH direct access prevention on line 18
- Confirmed: all inputs sanitized, all outputs escaped, all SQL uses prepare()
4.1.84
- Compliance: removed HIVEEO_ENGINE_SECRET constant — relay removed, secret is now unused dead code
- Compliance: changed “unlock the comment generator” to “enable the comment generator” — unlock implies a paywall
- Compliance: removed “tier and feature gates” comment from init code
- Compliance: removed launch countdown comment block
4.1.83
- Compliance: embedded all AI prompts directly in class-engine.php — relay to haiv3.com no longer required for core functionality
- Compliance: removed relay() method and haiv3.com HTTP dependency from class-engine.php
- Compliance: perm_read upgraded from is_user_logged_in() to current_user_can(‘manage_options’) for /crawler-log and /conflicts endpoints
- Compliance: moved DOMContentLoaded height/fullscreen inline script to wp_add_inline_script()
4.1.82
- Compliance: moved phpcs:ignore for $_POST nonce check inline on the exact flagged line in class-admin.php
4.1.81
- Compliance: added phpcs:ignore PluginCheck.CodeAnalysis.WriteFile.ABSPATHDetected to all three llms.txt file writes — llms.txt must live at domain root for AI crawler discovery; wp_upload_dir() would place it at the wrong path
4.1.80
- Final WP.org compliance pass — full line-by-line audit of every file
- readme.txt: corrected free features list to accurately reflect unlimited generation and all features available
- readme.txt: removed inaccurate feature limits (was incorrectly stating “up to 5 products”, “up to 5 comments”)
- class-action-guide.php: removed dead auth_check() method
- hiveeo.php: HIVEEO_VERSION constant synced to match plugin header version
4.1.79
- Removed all tier/licensing system remnants from class-engine.php (get_tier_config, get_user_tier, get_tier_data, tier_features, checklist_visible_cats)
- Removed handle_backup() and handle_restore() dead methods
- Removed /verify-license, /register-free, /tier, /backup, /restore endpoints
- Removed hiveeo_generate_product_ai and hiveeo_batch_scrape_page AJAX handlers (paid features not in WP.org build)
- Removed generateProductAI() JS function and productAI state from shortcode
- Removed URL scraper, sitemap importer, and reverse discovery UI and endpoints entirely
- Removed brand defence mode from comments UI and API
- Fixed: readme.txt free/paid feature descriptions now accurately match plugin behaviour
- Fixed: all permission_callback method references replaced with inline lambdas in class-engine.php and class-action-guide.php
- Fixed: “Free tier capped at 7 days” comment removed from class-aeo-infrastructure.php
- Fixed: admin closure structure corrected in class-admin.php
4.1.78
- Compliance: removed all trialware remnants — tierFeatures, tierLimits, isPaid, canAccess, hasFeature, atLimit, ELITE TIER badge, projectPass
- Compliance: removed upgradeUrl() function and upgrade_url parameter entirely from free build
- Compliance: all paid-version UI text replaced with neutral external links
- Compliance: template and div balance restored to 0/0 after feature removals
- Fixed: OpenAI and Perplexity probing always visible — removed key-length visibility gate
4.1.77
- Compliance: HIVEEO_VERSION constant fixed to match plugin header version
- Compliance: full audit from actual zip file rather than working folder
4.1.76
- Compliance: removed all hasFeature/atLimit/canAccess/tierLabel functions from WP.org build
- Compliance: template balance fixed after feature stripping operations
- Compliance: removed all orphaned closing tags from previous feature removals
4.1.75
- Compliance: removed scrape-url, sitemap-urls, reverse-discovery stub functions and endpoints
- Compliance: removed brand defence defend mode from generate_comment endpoint
- Compliance: removed projectPass state object from Alpine data
- Compliance: removed all paid-version API comments and 404 stubs
- Compliance: removed ELITE TIER badge from dashboard
4.1.74
- Compliance: removed all upgrade_required gates, daily quotas, and feature limits
- Compliance: removed all hasFeature() UI gates from shortcode
- Compliance: removed sitemap importer UI, URL scraper UI, and brand defence UI entirely
- Compliance: removed reverse discovery UI entirely
4.1.73
- Compliance: removed Google Fonts CDN call — system font fallback used
- Compliance: $_POST nonce suppression added with explanation comment
- Compliance: verify_manage_options inlined in permission callback
4.1.72
- Compliance: $_GET[‘page’] check separated into own add_action closure in class-admin.php
- Compliance: NonceVerification warning addressed with phpcs:ignore and explanation
4.1.71
- Author email updated to info@haiv3.com across all plugin files
4.1.70
- Removed Support submenu from free WP.org build
4.1.69
- Added headers_sent() fallback with meta refresh for Upgrade redirect
- Support and Upgrade submenus now redirect correctly in all environments including Playground
4.1.68
- Removed debug console.log from thread generator
4.1.67
- readme.txt: added Hacker News Terms of Service link (was missing, only Privacy Policy was linked)
4.1.66
- Compliance: all permission_callback method references replaced with inline lambdas
- is_user_logged_in() now explicitly visible in every permission callback lambda
- verify_manage_options inlined with current_user_can(‘manage_options’) explicit
4.1.65
- Compliance: removed hiveeo-app.js from zip (dead code containing undocumented HN fetch calls)
- Compliance: removed remaining hasFeature(‘dash_vt’) upgrade prompt block
- Compliance: renamed verify_nonce method to require_logged_in_user
4.1.64
- Action Guide: completedCount now validates against current guide lesson IDs only
- Action Guide: added Reset progress button
- Action Guide: added /action-guide/reset REST endpoint
4.1.63
- UI: content area padding set to 20px 28px for equal left/right breathing room
4.1.62
- Fixed: horizontal scrollbar on WP admin page — html/body/wpwrap overflow-x:hidden added
4.1.61
- Fixed: horizontal scroll caused by wpwrap not being in overflow rules
4.1.60
- Compliance: phpcs:ignore with PluginCheck.Security.DirectDB.UnescapedDBParameter added inline on get_results() lines
4.1.59
- Compliance: DB query phpcs:ignore annotations added at exact flagged line numbers
4.1.58
- UI: button border-radius unified to 8px across all tabs
- UI: global button reset rule fixed — was overriding all hr-btn class rules
- UI: topbar restructured — hamburger · title · spacer · FREE · User Guide · fullscreen
- UI: content padding halved to reduce excessive whitespace
- UI: mobile bottom nav More tray replaces 4 hidden tabs
- UI: action guide lesson menu toggle added
- UI: optimization score bars show correct free-tier categories with emerald gradient
- UI: custom CSS checkboxes replace native browser checkboxes
- UI: splash screen removed (commented out for easy restoration)
- Fixed: action guide progress bar — server is sole authority, localStorage fallbacks removed
- Fixed: completed lesson count validates against current guide IDs only
4.1.32
- Schema: FAQ conflict detection added for Yoast, Rank Math, AIOSEO, SEOPress, SmartCrawl, TSF
- Infrastructure: entity strength score added (0-100)
- Infrastructure: llms.txt inline editor added
- Infrastructure: AI bot allowlist UI added with per-bot allow/block toggles
- Infrastructure: AI crawler visit log added (hashed IP, stored locally)
- Products: unlimited products confirmed — no limit in free version
- Checklist: Setup, Entity, Presence categories in free build
- Action Guide: Module 1 (4 lessons) in free build
4.1.16
- Compliance: moved inline styles and scripts to wp_add_inline_style() and wp_add_inline_script()
- Compliance: added Reddit and Hacker News to External Services documentation
- Fix: reverted load-lock script to inline render to prevent site-wide scroll lock
4.1.15
- Compliance: moved inline styles and scripts to wp_enqueue functions
4.1.14
- AI generation: switched to gemini-2.5-flash with response_schema for reliable JSON output
- AI generation: added keywords field to AI-generated product data
4.1.1
- Fix: added clifford19 to Contributors field in readme.txt
- Fix: corrected Alpine.js enqueue version string to 3.15.12 to force cache bust
4.1.0
- AI generation: switched to gemini-2.0-flash for faster responses
- Schema: fixed author field being ignored in BlogPosting/Article schema output
- Schema: fixed product page matching when stored slug differs from WordPress post slug
- Schema: added URL-based page matching via purchase_url and info_urls as fallback
- Updated Alpine.js to 3.15.12
- Compliance: documented Reddit and Hacker News as external services in readme
- Compliance: added clifford19 as contributor
