View Issue Details

IDProjectCategoryView StatusLast Update
0006222OXID eShop (all versions)4.09. SEO, SEO URLpublic2023-04-27 12:29
Reportersornikm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.5 / 5.2.5 
Summary0006222: Structured data testing tool from Google find 2 errors in detail page
Descriptionthe Google Structured Data Testing Tool https://developers.google.com/structured-data/testing-tool/ finds 2 errors on detail page of demoshop
Steps To Reproduce1. Activate RDFa in Shop backend
2. open a detail page, e.g. http://demoshop.oxid-esales.com/professional-edition/Bekleidung/Fashion/Accessoires/Kuyichi-Lederguertel-JEVER.html
3. check if RDFa data is inserted
4. copy & paste into https://developers.google.com/structured-data/testing-tool/
5. 2 errors are shown

Der Typ http://purl.org/goodrelations/v1#SomeItems ist kein Typ, der Google bekannt ist.

Der Typ http://purl.org/goodrelations/v1#Offering ist kein Typ, der Google bekannt ist.
TagsNo tags attached.
ThemeAzure
BrowserFirefox
PHP VersionNot defined
Database VersionNot defined

Activities

martinwegele

2015-09-02 11:21

reporter   ~0011198

The contribution in the OXID eShop uses the vocabulary of GoodRelations. Maybe Google's algorithms can only recognize the vocabulary of schema.org?
https://developers.google.com/structured-data/rich-snippets/products#about_product_offers
The two are somehow related but not the same: https://schema.org/Product#acks
http://www.heppnetz.de/ontologies/goodrelations/v1#Offering says:
"Compatibility with schema.org: This class is a superclass to http://schema.org/Offer, since gr:Offering can also represent demand."
and for SomeItems: "Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product."
Please also note that for articles with variants the shop's implementation will use ProductOrServiceModel instead of SomeItems.

Or is there an error because the URL in the about attributes point to a missing entity (offeringdata and productdata)?

Also I am wondering if it is possible to use http://www.heppnetz.de/ontologies/goodrelations/v1#offers also the other way around (the offer pointing back to the business entity) like it is done on the product detail page.