Documentation
Framer Auto Publish (V1) Setup
Connect PrismSEO to Framer CMS and publish generated content with slug-safe updates.
Framer Auto Publish (V1) Setup
This guide configures PrismSEO to publish generated articles to your Framer CMS collection.
1) Framer prerequisites
- A Framer project with blog routes such as
/blogsand/blogs/:slug. - A CMS collection for blog posts.
- A Personal Access Token that can read and write CMS items.
- Collection fields that can receive PrismSEO article data.
2) Required Framer values
From Framer, collect:
API Token(Personal Access Token)Project IDCollection ID- Optional
Site URL(for clean published URL fallback in PrismSEO history)
3) Connect Framer in PrismSEO
1. Open Dashboard -> Integrations.
2. In Framer CMS, enter:
- API token
- project ID
- collection ID
- site URL (optional)
3. Click Connect Framer CMS.
PrismSEO validates your token/project/collection before saving.
4) Publish from Article Generator
1. Generate or open an article draft in Content.
2. Click Publish.
3. Select provider Framer.
4. Choose destination and mode:
- draft for unpublished CMS draft
- publish for live post
5. Confirm publish.
If a matching slug already exists, PrismSEO updates the existing item instead of creating duplicates.
5) Field mapping used by PrismSEO
PrismSEO sends article data into Framer CMS using:
titleslugexcerptcontent(HTML-first)seoTitleseoDescriptionpublishedDatecoverImagestatus
6) Publish history and troubleshooting
- See all provider outcomes in Publish History in Article Generator.
- Common errors:
- invalid token/project/collection
- slug collision constraints in the CMS
- missing field compatibility in target collection
- request timeout or upstream Framer API failure
If publishing fails, reconnect Framer credentials and verify collection field compatibility.
Next step
Apply this setup, then run your first publish cycle from your dashboard.