Events Essential Schema Example

SEO Help and Tips

Events Essential Schema Example

Here's an example of a schema markup for an Event:

{
  "@context": "http://schema.org",
  "@type": "Event",
  "name": "Event Name",
  "startDate": "2023-06-20T09:00:00-07:00",
  "endDate": "2023-06-20T17:00:00-07:00",
  "location": {
    "@type": "Place",
    "name": "Event Venue",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "123 Event Street",
      "addressLocality": "Event City",
      "postalCode": "12345",
      "addressRegion": "Event State",
      "addressCountry": "Event Country"
    }
  },
  "description": "Description of the event.",
  "image": {
    "@type": "ImageObject",
    "url": "https://www.yourwebsite.com/event-image.jpg",
    "width": 800,
    "height": 600
  },
  "organizer": {
    "@type": "Organization",
    "name": "Event Organizer",
    "url": "https://www.eventorganizer.com"
  }
}

In this example:

"@type": "Event" indicates that the schema markup is for an event.
"name" represents the name or title of the event.
"startDate" indicates the start date and time of the event in ISO 8601 format.
"endDate" indicates the end date and time of the event in ISO 8601 format.
"location" represents the location or venue of the event.
"@type": "Place" indicates that it is a place entity.
"name" represents the name of the event venue.
"address" provides the postal address of the event venue.
"@type": "PostalAddress" indicates that it is a postal address entity.
"streetAddress", "addressLocality", "postalCode", "addressRegion", and "addressCountry" represent the various components of the address.
"description" provides a description or summary of the event.
"image" represents the image associated with the event.
"@type": "ImageObject" indicates that it is an image object.
"url" specifies the URL of the event image.
"width" and "height" specify the dimensions of the image.
"organizer" represents the organizer of the event.
"@type": "Organization" indicates that it is an organization entity.
"name" represents the name of the event organizer.
"url" specifies the URL of the event organizer's website.
You can adjust the properties and values based on the specific details of your event.

Comments

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources