Schema.org · JSON Structure

Schema Org Faq Page

A FAQPage is a WebPage presenting one or more Frequently asked questions.

Type: object Properties: 12 Required: 1
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

FAQPage is a JSON Structure definition published by Schema.org, describing 12 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context name description url mainEntity datePublished dateModified author publisher inLanguage sameAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-faq-page.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "FAQPage",
  "description": "A FAQPage is a WebPage presenting one or more Frequently asked questions.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "string" },
    "mainEntity": { "type": "array", "items": { "type": { "$ref": "#/definitions/Question" } } },
    "datePublished": { "type": "date" },
    "dateModified": { "type": "date" },
    "author": { "type": { "$ref": "schema-org-person.json" } },
    "publisher": { "type": { "$ref": "schema-org-organization.json" } },
    "inLanguage": { "type": "string" },
    "sameAs": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["mainEntity"],
  "definitions": {
    "Question": {
      "type": "object",
      "name": "Question",
      "properties": {
        "type": { "type": "string" },
        "name": { "type": "string" },
        "acceptedAnswer": { "type": { "$ref": "#/definitions/Answer" } },
        "suggestedAnswer": { "type": "array", "items": { "type": { "$ref": "#/definitions/Answer" } } },
        "answerCount": { "type": "int32" },
        "upvoteCount": { "type": "int32" },
        "dateCreated": { "type": "date" },
        "author": { "type": { "$ref": "schema-org-person.json" } }
      },
      "required": ["name", "acceptedAnswer"]
    },
    "Answer": {
      "type": "object",
      "name": "Answer",
      "properties": {
        "type": { "type": "string" },
        "text": { "type": "string" },
        "dateCreated": { "type": "date" },
        "upvoteCount": { "type": "int32" },
        "url": { "type": "string" },
        "author": { "type": { "$ref": "schema-org-person.json" } }
      },
      "required": ["text"]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/schema-org-faq-page"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.