Per-page structured data
Create or edit a page
In the Pages dashboard, add a new SEO page or open an existing one. Each page has its own JSON-LD field.
Add JSON-LD
Paste valid JSON-LD (Schema.org) or use the AI Assistant to generate it from your page content.
Save & serve
Save the page. The SEO Manager API serves the JSON-LD when your app fetches metadata — no deploy needed.
Rich results
Search engines use your structured data for rich snippets, knowledge panels, and better understanding of your content.
Everything you need
Add JSON-LD structured data per page for rich search results
Schema.org types: Article, Product, Organization, LocalBusiness, and more
AI can generate or improve JSON-LD from your page content
Managed in the Pages dashboard alongside title, description, and keywords
Served via the API — no rebuilds when you update structured data
Helps search engines understand your content for enhanced visibility
Schema.org Article
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Your Page Title",
"description": "Your meta description",
"author": { "@type": "Person", "name": "Author Name" },
"datePublished": "2025-03-10"
}