Google Custom Search · JSON-LD Context

context Context

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

14 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

cse: https://customsearch.googleapis.com/customsearch/v1/

Classes

SearchResultsPage SearchAction query result WebPage name url description image thumbnailUrl datePublished ItemList numberOfItems itemListElement

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "cse": "https://customsearch.googleapis.com/customsearch/v1/",
    "SearchResultsPage": "schema:SearchResultsPage",
    "SearchAction": "schema:SearchAction",
    "query": "schema:query",
    "result": "schema:result",
    "WebPage": "schema:WebPage",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "image": "schema:image",
    "thumbnailUrl": "schema:thumbnailUrl",
    "datePublished": "schema:datePublished",
    "ItemList": "schema:ItemList",
    "numberOfItems": "schema:numberOfItems",
    "itemListElement": "schema:itemListElement"
  }
}