JSON-LD
JSON-LD is the schema format Page Writer can add to a markdown file.
The right panel shows the current JSON-LD schema when the file contains it. If the file does not contain schema yet, Page Writer shows an `Add schema` action.
JSON-LD check
Add JSON-LD only after the page data is clear.
The title, description, and URL should already make sense. If those basics are wrong, fix them first. The schema should follow the page, not hide weak page data.
---json
{
"title": "Best AI visibility tools",
"description": "Compare tools for prompts, source evidence, and next actions.",
"url": "https://example.com/best-ai-visibility-tools",
"jsonLd": {}
}
---JSON-LD
JSON-LD is schema data stored in the markdown file and shown in the Page Writer schema panel.
Issue location
If JSON-LD looks wrong, check the markdown file.
Page Writer reads frontmatter fields such as `jsonLd`, `json_ld`, `schema`, `structuredData`, and `structured_data`. It can also create a JSON frontmatter block when adding schema.
CLEA validation
Ask CLEA to review the schema in context.
It should compare the schema to the page draft and the saved URL. It should not add extra meaning that the page does not support.
Human review
Schema is still part of the page.
Review it like copy. If it is wrong, confusing, or too broad, fix it before sync.