The page in question is:
https://experienceglass.com/products/cast-slumped-glass
The component currently marks up pages with this code:
<div itemscope itemtype="http://schema.org/Event" class="event">
This causes problems with Google's Structured Data Testing Tool when the page in question is not for an event but (in our case) for showcasing a product.
I have used NoNumber's ReReplacer to strip out the code mentioned above and replace it with just:
<div class="event">
This should really be a built in option, as I'm sure I'm not the only one using this excellent component for things other than events.
https://experienceglass.com/products/cast-slumped-glass
The component currently marks up pages with this code:
<div itemscope itemtype="http://schema.org/Event" class="event">
This causes problems with Google's Structured Data Testing Tool when the page in question is not for an event but (in our case) for showcasing a product.
I have used NoNumber's ReReplacer to strip out the code mentioned above and replace it with just:
<div class="event">
This should really be a built in option, as I'm sure I'm not the only one using this excellent component for things other than events.