Mobile app version of vmapp.org
Login or Join
Gail5422790

: Google Structured Data Testing Tool scrapes different schema type than on webpage I'm currently working on a website for my student group, a performing team. The website will have upcoming performance

@Gail5422790

Posted in: #GoogleRichSnippetsTool #GoogleSearchConsole #Microdata

I'm currently working on a website for my student group, a performing team. The website will have upcoming performance information, so I thought I would use microdata to setup upcoming performances as structured data Events. On each performance page, the performance is given an itemtype of "Event".

The pages are correctly given this type, as can be seen by using Inspect Element on the webpage. But when I try looking at the page through Google's Structured Data Testing Tool, the type detected is "event", and so the custom Event itemprop's are seen as errors. Is there something I am doing wrong in my implementation of microdata?

example page

Testing tool

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gail5422790

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

Google’s SDTT always displays the Schema.org types in lower case (which is an error, as they are case-sensitive). But it doesn’t affect anything, it’s only a problem with their page.

As far as I can see, Google is parsing your markup correctly: The property photo is not valid for Event (only for Place), and the property summary isn’t defined at all, hence also not valid.

The "Missing required field name" might be misleading: It doesn’t mean that the name property is required by Schema.org, it only means that Google requires it for displaying their Rich Snippet.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme