| 开发者 |
geoboard
maciejpremiumads |
|---|---|
| 更新时间 | 2026年6月1日 06:19 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<head> on every page load, making your site more visible to AI search engines.
It connects to your existing Geoboard.ai account (a SaaS service for Generative Engine Optimization) and fetches the schema generated for your brand — Organization, FAQPage, Service, and more.
Why server-side schema injection?
Unlike JavaScript-based schema injection (which AI crawlers like GPTBot and ClaudeBot ignore because they don't execute JS), Geoboard Schema Injector outputs the schema directly into the HTML response. This means:
/llms.txt file at your site root, following the llms.txt standard — an emerging convention for AI assistants to discover what your site is about (similar to robots.txt for search engines).
The plugin auto-generates a default template from your site title, tagline, and recent pages. You can also paste custom markdown content in the settings page.
Enable in Settings → Geoboard Schema Injector → /llms.txt for AI crawlers.
How it works
<head> on every page.https://geoboard.ai/wp-json/pa-geo/v1/geoboost/schema/{api_key}snippet_key — that's your API key.No. Geoboard Schema Injector is a frontend for the Geoboard.ai SaaS service. You need a Geoboard.ai account (free tier available) to use this plugin.
The plugin fetches fresh schema from Geoboard.ai every 24 hours. You can manually refresh anytime from Settings → Geoboard Schema Injector → Clear cache & refetch.
No. The schema is cached locally (WordPress transient) for 24 hours. After the first page load, every subsequent page hit is a pure database read. Total overhead per request: under 1ms.
If the Geoboard.ai API is unreachable or returns an error, the plugin silently skips schema injection for that page load. An error message appears in Settings → Geoboard Schema Injector so you can diagnose. The plugin retries on the next cache miss (24 hours later, or immediately if you click "Clear cache").
Yes. The plugin does not collect, transmit, or store any visitor data. The only outbound communication is the plugin → Geoboard.ai API (your API key and site URL), which is documented in our privacy policy.
Yes. Activate per-site (or network-activate) and configure each site's API key separately under Settings → Geoboard Schema Injector on each subsite.
Yoast and RankMath generate basic Schema.org (typically Organization + WebPage). Geoboard Schema Injector generates AI-optimized schema including:
<script type="application/ld+json"> blocks are valid HTML.
Yes. Geoboard Schema Injector adds additional schema tags — it doesn't replace or modify existing ones. AI bots merge multiple JSON-LD blocks naturally.
Geoboard Schema Injector is open source under GPLv2+. The full plugin source is in this directory. The companion Geoboard.ai SaaS is closed-source (it's the service that generates your schema).
Yes — Polish documentation is available at geoboard.ai/wp-plugin-pl/. The plugin code uses standard WordPress i18n (text domain geoboard-schema-injector) and includes a .pot template in the languages/ folder for translators.
wp_head injection of Schema.org JSON-LD./llms.txt endpoint (Anthropic llms.txt standard) with auto-generated default template and customizable markdown content./llms-full.txt alias for compatibility..pot translation template included for i18n contributors.