Live in minutes, whatever your stack
Every integration delivers the same thing: your AI-optimised structured data, served server-side where AI crawlers can read it. Pick the path that matches your site — none of them takes more than a few minutes.
AI assistant (MCP)
Connect Claude, Cursor or VS Code to your account and ask your assistant to do the integration. It fetches your generated structured data, writes the code for your framework, and verifies the live result.
Best for: agencies and developers on any stack
Connect your assistant →WordPress plugin
Install the plugin, paste your API key, done. Structured data is injected server-side on every optimised page and stays fresh automatically — no code, no deploys, no maintenance.
Best for: any WordPress site — no coding skills needed
Install the plugin →REST API
One GET request returns the generated JSON-LD for any page — embed it server-side however your stack prefers. Full control for custom builds, headless CMSs and CI pipelines.
Best for: developers with custom requirements
See the endpoint →JavaScript snippet
Paste one script tag — directly or via Google Tag Manager — and structured data is injected in the browser. The fastest install, best used as a freshness layer on top of a server-side method.
Best for: sites where only a tag can be added
Get the snippet →The REST API in one request
The whole API surface for serving content is a single authenticated GET. Your API key and secret live in your dashboard.
curl "https://api.ready4ai.io/api/v1/enhanced-content?url=https://example.com/pricing&domain=example.com&env=production" \
-H "X-API-Key: YOUR_KEY" \
-H "X-API-Secret: YOUR_SECRET"
The response carries generated_jsonld — embed it in your page head inside a
<script type="application/ld+json"> tag, server-side. Patterns for
Next.js, Astro and static sites (including build-safe caching) are documented in our
open-source playbooks.
The JavaScript snippet
Paste before </body>, or add as a Custom HTML tag in Google Tag Manager
(trigger: all pages):
<script
src="https://applylogic.github.io/seo-enhancer/seo-enhancer.min.js"
data-api-key="YOUR_KEY"
data-api-secret="YOUR_SECRET"
data-env="production"></script> One honest caveat: the snippet injects structured data in the browser, and some AI crawlers do not execute JavaScript. It is excellent as a freshness layer on top of a server-side integration — if it is your only option, it still helps with crawlers that render pages, and you can upgrade to a server-side method at any time.
Not sure which fits?
WordPress site → the plugin. Anything else with a developer (or an AI assistant) → MCP. Custom pipeline → the API. Tag-only access → the snippet.
Ask us — we'll point you right