Google Business Profile · JSON-LD Context

context Context

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

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gbp: https://mybusiness.googleapis.com/v4/

Classes

LocalBusiness name description address telephone url openingHoursSpecification review aggregateRating photo geo category priceRange

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gbp": "https://mybusiness.googleapis.com/v4/",
    "LocalBusiness": "schema:LocalBusiness",
    "name": "schema:name",
    "description": "schema:description",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "url": "schema:url",
    "openingHoursSpecification": "schema:openingHoursSpecification",
    "review": "schema:review",
    "aggregateRating": "schema:aggregateRating",
    "photo": "schema:photo",
    "geo": "schema:geo",
    "category": "schema:additionalType",
    "priceRange": "schema:priceRange"
  }
}