generate_json_ld
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Generate a ready-to-paste <script type="application/ld+json"> snippet for GEO / structured data optimization. Supported types: WebSite, FAQPage, Article, Person, Organization, SoftwareApplication, HowTo.
Parameters schema
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Schema @type: \"WebSite\", \"FAQPage\", \"Article\", \"Person\", \"Organization\", \"SoftwareApplication\", \"HowTo\""
},
"fields": {
"type": "object",
"description": "Schema fields as key-value pairs (name, url, description, author, datePublished, etc.)",
"additionalProperties": true
},
"faq_items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"question": {
"type": "string"
}
}
},
"description": "For FAQPage/HowTo: array of { question, answer } objects"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries