mainEntityOfPage
A Schema.org Property
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See
background notes for details.
Inverse-property:
mainEntity
Values expected to be one of these types
Examples
Example notes or example HTML without markup.
Cath's Cafe
Open: Daily from 11:00am till 8pm
Phone: 555-0100-3344
View our menu.
Example encoded as
Microdata embedded in HTML.
Example encoded as
RDFa embedded in HTML.
Example encoded as
JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org",
"@type": "Restaurant",
"mainEntityOfPage": "http://cathscafe.example.com/",
"name": "Cath's Cafe",
"openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 11:00-20:00",
"telephone": "+155501003344",
"hasMenu": "/menu"
}