Best-fit use cases
Implementation
A reliable four-step workflow
Model page types
Create a small template family for articles, products, docs, and updates.
Generate on publish
Send validated metadata when a page is created or materially updated.
Write metadata
Add the absolute output URL and accurate dimensions to Open Graph tags.
Handle caches
Use a documented regeneration and cache-busting process after corrections.
- trigger
- A blog post publishes
- inputs
- Title, category, author, hero image
- output
- A 1200×630 social preview
- destination
- og:image metadata and social queue
Frequently asked questions
Does an OG image replace title metadata?
No. Keep title and description in normal metadata and visible page content.
Should images be generated on every page request?
Usually no. Generate at publish time or use a deterministic cached URL.
Continue the workflow
Build one production-shaped example
Start with one approved template, realistic data, and the exact trigger your team intends to use.
Start free