Schema.org · Schema
Schema.org WebSite
A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology
Properties
| Name | Type | Description |
|---|---|---|
| @type | string | The Schema.org type. |
| @context | string | |
| name | string | The name of the website. |
| description | string | A description of the website. |
| url | string | URL of the website. |
| potentialAction | object | Indicates a potential Action, typically a SearchAction for site search. |
| publisher | object | The publisher of the website. |
| inLanguage | object | The language(s) of the website content. |
| alternateName | string | An alias for the website. |
| image | object | An image of the website. |
| sameAs | object | URL of a reference Web page that unambiguously indicates the item's identity. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schema.org/schemas/web-site.json",
"title": "Schema.org WebSite",
"description": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.",
"type": "object",
"required": ["@type", "name", "url"],
"properties": {
"@type": {
"type": "string",
"const": "WebSite",
"description": "The Schema.org type."
},
"@context": {
"type": "string",
"default": "https://schema.org"
},
"name": {
"type": "string",
"description": "The name of the website."
},
"description": {
"type": "string",
"description": "A description of the website."
},
"url": {
"type": "string",
"format": "uri",
"description": "URL of the website."
},
"potentialAction": {
"$ref": "schema-org-search-action-schema.json",
"description": "Indicates a potential Action, typically a SearchAction for site search."
},
"publisher": {
"oneOf": [
{ "$ref": "schema-org-person-schema.json" },
{ "$ref": "schema-org-organization-schema.json" }
],
"description": "The publisher of the website."
},
"inLanguage": {
"oneOf": [
{ "type": "string" },
{ "type": "array", "items": { "type": "string" } }
],
"description": "The language(s) of the website content."
},
"alternateName": {
"type": "string",
"description": "An alias for the website."
},
"image": {
"oneOf": [
{ "type": "string", "format": "uri" },
{ "$ref": "schema-org-image-object-schema.json" }
],
"description": "An image of the website."
},
"sameAs": {
"oneOf": [
{ "type": "string", "format": "uri" },
{ "type": "array", "items": { "type": "string", "format": "uri" } }
],
"description": "URL of a reference Web page that unambiguously indicates the item's identity."
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/schema-org-web-site"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.