View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006222 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2015-08-31 15:55 | 2023-04-27 12:29 |
Reporter | sornikm | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 4.9.5 / 5.2.5 | ||||
Summary | 0006222: Structured data testing tool from Google find 2 errors in detail page | ||||
Description | the Google Structured Data Testing Tool https://developers.google.com/structured-data/testing-tool/ finds 2 errors on detail page of demoshop | ||||
Steps To Reproduce | 1. 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. | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | Firefox | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
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. |