Google Indexing · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Indexing.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

indexing: https://indexing.googleapis.com/v3/

Classes

WebPage url dateModified datePublished Action UpdateAction DeleteAction actionStatus target startTime WebSite name description

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "indexing": "https://indexing.googleapis.com/v3/",
    "WebPage": "schema:WebPage",
    "url": "schema:url",
    "dateModified": "schema:dateModified",
    "datePublished": "schema:datePublished",
    "Action": "schema:Action",
    "UpdateAction": "schema:UpdateAction",
    "DeleteAction": "schema:DeleteAction",
    "actionStatus": "schema:actionStatus",
    "target": "schema:target",
    "startTime": "schema:startTime",
    "WebSite": "schema:WebSite",
    "name": "schema:name",
    "description": "schema:description"
  }
}