When the agent generates an article, it produces a recommended schema block on the article’s schemaJsonLd field — a ready-to-paste <script type="application/ld+json"> snippet appropriate for the article type (Article, FAQPage, HowTo, or Product where relevant).
Where to find it in the app
Open the article in Articles → [article]. The Schema panel in the right sidebar shows the JSON-LD block with a copy button. The article’s body markdown also embeds an faqJsonLd JSON object when the polish pass detects a FAQ section — useful for auto-generation downstream.
Pasting it into your site
Two paths:
- Manual paste. Copy the block, paste into the
<head>of the live page (or wherever your CMS puts head content per page). Verify with Google’s Rich Results Test. - CMS push (when integrated). If you’ve connected WordPress / Webflow / Ghost, the schema gets pushed with the article body — no manual paste step. CMS integrations ship in waves; check your Settings → Publishing tab for current support.
Schema fixes (without an article)
The technical audit also flags schema issues on existing pages. Each issue carries a fix hint (e.g. “Add a Product schema with name + offers.price”). Click Approve fix in the Inbox and the agent generates a paste-ready snippet for that specific page (1 credit).