AI readystructured data forCoreMedia.
CoreMedia combines a robust content repository with flexible headless delivery and a Spring Boot–based rendering layer — the Content Application Engine (CAE). It powers complex editorial workflows, multilingual content, and high-volume page output across global sites: the exact environment where structured data breaks down without a dedicated pipeline.
The enhancely integration is available directly on the CoreMedia Marketplace as a Blueprint Extension — the standard CoreMedia pattern for adding capabilities without modifying the Blueprint core. One snippet. Full automation.
Hooks into the CAE. Automatically.
URL Detection
API Call
JSON-LD Return
HTML Injection
One approach. One module.
Blueprint Extension
The integration ships as a Blueprint Extension — the standard CoreMedia pattern for adding capabilities to the platform without modifying the Blueprint core. Two Maven modules, zero boilerplate. Registers automatically via Spring Boot auto-configuration.
Secure Configuration
API keys are configured via standard Spring Boot application properties or environment variables — compatible with any secret management approach (Kubernetes Secrets, HashiCorp Vault, AWS Secrets Manager). No credentials in code, no credentials in the repository.
Caching & Reliability
ETag-aware caching with a 7-day default TTL — configurable via Spring properties. Uses CoreMedia's native cache, no external caching dependencies required. Graceful fallback to a minimal @type: WebSite on API errors or rate limiting. Production-safe by design.
CAE Integration
Uses the ViewHookEventListener — a standard CAE extension point that fires during page rendering. No changes to existing FreeMarker templates. No modifications to editorial workflows. Transparent to content editors in CoreMedia Studio.
Per-Site Control
Activation is controlled via CoreMedia's content-based settings mechanism — without touching application configuration. Enable enhancely selectively per site, section, or individual page. Content editors and site administrators stay in control. No deployment required.
# Required
enhancely.api-key=YOUR_API_KEY
# Optional – defaults to https://app.enhancely.ai/api/v1
# enhancely.api-base-url=https://app.enhancely.ai/api/v1
Spring Boot. Plug in. Done.
Enterprise-grade. By default.
Built on research. Not promises.
The University of Nantes published peer-reviewed research on LLM-generated Schema.org markup. Finding: 40–50% of markup generated by AI without a curation pipeline is invalid, non-factual, or non-compliant.
After applying a three-layer curation pipeline — the same architecture enhancely uses — GPT-4 outperforms human annotators. On CoreMedia sites, that pipeline runs before any JSON-LD ever enters the CAE rendering flow. That's not a claim. It's published science.