AI ready structured data for
TYPO3.
TYPO3 is Europe’s leading enterprise open-source CMS — trusted by governments, universities, and regulated industries across 50+ countries. Built on a privacy-by-design architecture, TYPO3 powers mission-critical digital infrastructure where data sovereignty is non-negotiable.
The enhancely integration connects to any TYPO3 installation and automates the generation of structured data. It creates page-specific JSON-LD markup that helps search engines and AI systems interpret your content accurately — without requiring manual markup or additional development effort.
enhancely automatically injects the right JSON-LD (schema.org) for each TYPO3 page — no manual markup, no brittle TypoScript, no developer overhead.
graph LR A["Browser Request"] --> B["TYPO3"] B --> C["Middleware / ViewHelper"] C --> D["enhancely API"] D --> E["JSON-LD"] E --> C C --> F["TYPO3 Cache"] F --> C B --> G["HTML + JSON-LD"]
Install. Configure. Done.
URL Detection
Analysis
Injection
<script type="application/ld+json"> in the HTML <head>. Caching
Frontend Only
Middleware or TypoScript.
Middleware Integration
PSR-15 Middleware with in-memory caching, ETag support, and Extension Manager configuration. Recommended for production.
TypoScript Integration
Drop-in TypoScript template inclusion with Fluid ViewHelper — no PHP knowledge required. Ideal for quick setup.
Secure Configuration
API keys stored securely via TYPO3 system configuration or environment variables.
Installation
# Composer (recommended)
composer require dkd/enhancely
# Activate via CLI
vendor/bin/typo3 extension:activate enhancely
Also available via TER — Extension key: enhancely
Configuration
// config/system/settings.php
return [
'EXTENSIONS' => [
'enhancely' => [
'apiKey' => getenv('ENHANCELY_API_KEY'),
'cacheTtl' => 604800, // 7 days
],
],
];
Caching & Reliability
- ETag caching — Reduces API calls; schema stays fresh
- 7-day TTL — Configurable via Extension Manager
- Graceful fallback — Serves cached content on API errors
- TYPO3 cache backend — Redis, APCu, or filesystem
Compatibility & Requirements
TYPO3 — v12, v13
PHP — 8.1, 8.2, 8.3
Installation — Composer, TER
License — GPL-2.0+
Freshly served by dkd Internet Service.
As active contributors to the TYPO3 core and ecosystem, dkd was the natural partner to bring enhancely’s structured data capabilities to TYPO3.
About dkd Internet Service
dkd Internet Service GmbH is a Frankfurt-based TYPO3 specialist agency and one of the longest-standing TYPO3 partners worldwide. They bring deep expertise in enterprise CMS architecture, AI-powered search (Solr, RAG), and open-source infrastructure for regulated industries.
Learn more at dkd.de
“TYPO3 is deeply rooted in the DACH region — used by companies of all sizes, public institutions, universities, and municipalities alike. With the enhancely plugin developed by dkd, every one of these organizations can now make their website machine-readable in no time, without a big project or technical overhead.”
Bastian Sirvend, Founder, enhancely.ai
“TYPO3 is the CMS of choice for organizations where data sovereignty and long-term reliability are non-negotiable. Integrating enhancely means these organizations can now be fully visible to AI search systems — without compromising their infrastructure principles.”
Olivier Dobberkau, CEO, dkd Internet Service GmbH