How it works
Set the article metadata, pick how many citations the piece will carry, and the generator scaffolds the whole citation stack: frontmatter, section headings, evidence blocks, inline source links and a numbered reference list. Three outputs - markdown for drafting, HTML with schema attributes for the final page, and a standalone schema.org Article JSON-LD for the head.
Why scaffold the structure first
- Retrieval-ready shape. Every section carries its own evidence block so assistants can lift sections independently.
- Matched signals. Frontmatter, HTML itemprops and JSON-LD all carry the same author, publisher and date - no mismatched metadata.
- Guaranteed references. The bottom reference list is generated up-front so you can't forget it during writing.
- One input, three outputs. The same metadata powers the draft, the page and the schema - no triple maintenance.
Pair with
Fill each section's evidence block with the Evidence Block Generator, format the reference list with the Reference Generator, and verify the final page with the Article Schema Generator. Background reading: schema markup for AI search.