generate_fix_artifacts
Generates a ready-to-paste schema.org JSON-LD template and an llms.txt template for a
fix, populated from the brand's stored site signals.
Tier: mutate · Rate limit: ~20/min
Input
Output
{
"fix_id": "…",
"action": "…",
"template": "Product",
"jsonld": "{ … }",
"product_jsonld": "{ … }",
"llms_txt": "# Acme\n…"
}
The schema type follows the fix
The template is chosen from the fix and the brand's
archetype, so a services brand is handed
Service or Organization markup rather than catalog markup for products it does not
sell.
Templates are a starting point, not a paste-and-forget
The generated JSON-LD is populated from what the crawl observed. Verify every value against reality before publishing it — structured data that misdescribes your business is worse than none, because it is confidently wrong in a machine-readable format.
An authored llms.txt that you have actually reviewed is also the only kind that
counts.
Despite the mutate tier, this tool performs no model calls and writes nothing.
Errors
NOT_FOUND when the fix id is unknown or its brand cannot be resolved.