Recognising events schema

Recognising events schema - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about google-search, schema.org, , to guide you along the way. Read the discuss below, we share some tips to fix the issue about Recognising events schema.Problem :


Our website has been recognised for rich markup for a number of years, and a few months ago we added the Schema.org markup for events to our pages.



Google Webmaster console is recogising that this is on the pages, ans showing 1000s of pages with correct markup, no errors.



However, we've not yet made it into Google's event overviews at the top of searches such as 'manchester events'



This is a shame as some of our affiliates are listed there using our data, albeit slightly out of date or not as rich. It would be preferential for Google to be using the data direct from the primary source surely?



Is there a whitelist in operation or or are we implementing wrong? We have the markup against individual events, do we need it on our overview pages too which list multiple events on one page?



Example:



Google results: https://www.google.co.uk/search?q=manchester+events



enter image description here



Example markup:



<script type="application/ld+json">[


"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "His Clancyness + support",
"image" : "https://d31fr2pwly4c4s.cloudfront.net/7/0/2/887119_0_his-clancyness-support_1024.jpg",
"url" : "https://www.domain.com/.../.../",
"startDate" : "2016-10-07T19:30:00+01:00",
"endDate" : "2016-10-07T23:00:00+01:00",
"doorTime" : "2016-10-07T19:30:00+01:00",
"description" : "His Clancyness + support",


"typicalAgeRange" : "18+",
"location" :
{
"@type" : "Place",
"name" : "The Shipping Forecast",

"address" :
{
"@type" : "PostalAddress",
"streetAddress" : "15 Slater St",
"addressLocality" : "Liverpool",

"postalCode" : "L1 4BW",
"addressCountry" : "GB"
}
}

,"offers" :
[{
"@type" : "Offer",
"name" : "Advance Discount Ticket",
"category" : "primary",
"url" : "https://www.domain.com/.../.../",
"price" : "8.00",
"pricecurrency" : "GBP",
"validFrom" : "2016-08-11 13:27:53",
"validThrough" : "2016-10-07 18:30:00",
"availability": "http://schema.org/InStock"
},{
"@type" : "Offer",
"name" : "Advance Ticket",
"category" : "primary",
"url" : "https://www.domain.com/.../.../",
"price" : "8.00",
"pricecurrency" : "GBP",
"validFrom" : "2016-08-11 18:00:00",
"validThrough" : "2016-10-07 18:30:00",
"availability": "http://schema.org/InStock"
}]
]</script>

Solution :

The webmaster tools' rich snippets can be alluring but frustrating huh?!



Putting your snippet into https://search.google.com/structured-data/testing-tool/u/0/ it recommends adding "performer" as a warning, this could help bump you up.



However it has to be noted at the time of writing MusicEvent is not yet a qualifying content type: https://developers.google.com/search/docs/guides/mark-up-content#content_types but I must admit I think that is mighty confusing as the data type selector page doesn't mention that the types might not be active yet: https://developers.google.com/search/docs/data-types/data-type-selector unless of course the bar at the top for searching "manchester events" is infact using a non-schema.org data source.



I'd try adding performer and see how far it gets you.


If the issue about google-search, schema.org, , is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?