Questions
-
Google Rich Snippet
David, I can see the frustration. It would appear to a searcher on Google that the page for this class hasn't been updated since 2013 because Google is using the Schema markup you have around the review, which is: A quick fix that could help until you get this figured out would be to change the published date on the review to a more recent date in 2015. I do see that you have placed the "datePublished" markup within the Schema.org/review container, but Google seems to be interpreting it not just that way, but also as if it was on it's own to describe the entire page. In other words, it seems to be treated like this: https://schema.org/datePublished . I see that you have itemtypes for an offer, dates, reviews... but not one for the page itself. Perhaps just below the HTML header of that page you could define the web page's publish date using this itemtype: https://schema.org/WebPage. It would would begin with: itemscopeitemtype="http://schema.org/WebPage"> And would contain: <meta< span="">itemprop="datePublished"content="2015-01-01"> (or whatever the real publish date is)</meta<> And would cover the entire page down to: Another option could be to go with JSON-LD instead.
On-Page / Site Optimization | | Everett0