Schema.org · JSON Structure

Schema Org Web Site

A WebSite is a set of related web pages and other items typically served from a single web domain.

Type: object Properties: 11 Required: 2
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

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

Properties

type context name description url potentialAction publisher inLanguage alternateName image sameAs

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

JSON Structure

schema-org-web-site.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "WebSite",
  "description": "A WebSite is a set of related web pages and other items typically served from a single web domain.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "string" },
    "potentialAction": { "type": { "$ref": "schema-org-search-action.json" } },
    "publisher": { "type": { "$ref": "schema-org-organization.json" } },
    "inLanguage": { "type": "array", "items": { "type": "string" } },
    "alternateName": { "type": "string" },
    "image": { "type": "string" },
    "sameAs": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["name", "url"]
}