Install the extension — publish to EXT:news or EXT:blog.
TYPO3 core has no general content REST API, so DraftSEO ships an extension that adds a token-secured publishing endpoint. At connect time you choose the target — EXT:news records or EXT:blog posts — and articles are written through DataHandler with images stored in your own FAL under fileadmin.
| Connection | DraftSEO extension — token generated in the backend under Admin Tools → DraftSEO |
|---|---|
| Why an extension | No core content REST API — the extension adds the authenticated write path |
| Publish target | EXT:news or EXT:blog — chosen at connect time and fixed on the connection |
| Image hosting | Your fileadmin (FAL) — base64-pushed into fileadmin/user_upload/draftseo/ |
| Versions | TYPO3 v12.4 and v13.4 LTS |
Who does what
Nothing — once the extension is installed and the token pasted, records publish for you. Prefer a gate? Publish hidden (draft) and reveal each record in the TYPO3 backend.
Enterprise CMS, hands-off content.
Setup
Add the DraftSEO extension to your TYPO3 site and generate a token in the backend under Admin Tools → DraftSEO.
~3 minutes
The Admin Tools → DraftSEO panel shows the ds_t3_ token — copy it.
~10 seconds
Connect a site → TYPO3 → paste the token and site URL, then pick EXT:news or EXT:blog.
~1 minute
Articles publish to your chosen target with images in your FAL.
Ongoing · zero clicks
FAQ
TYPO3 core has no general content REST API, so there’s no authenticated way to create news or blog records without one. The DraftSEO extension adds a token-secured endpoint and writes through DataHandler.
In your own site’s FAL storage. The extension receives each image as base64 and writes it under fileadmin/user_upload/draftseo/, so nothing hot-links our CDN.
You pick one target when you connect. EXT:news creates tx_news records; EXT:blog creates blog post pages. To use both, connect the site twice with the target you want.
No card required. Images in your own fileadmin.