View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004847 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-01-13 10:09 | 2014-03-24 15:49 |
Reporter | patchwork.de | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.2 revision 46646 | ||||
Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0004847: duplicated title / description tags in product detail page concerned by Google webmaster tools | ||||
Description | a product detail page can be called from different sites eg manufacturer and categories. In all cases we get a different URI but same title and description! | ||||
Steps To Reproduce | look in demo shop a product eg from manufacturer list and category list (see screenshots) | ||||
Additional Information | because this is concerned in Google webmaster tools there should be an urgend patch! This can be avoided by adding the category / manufacturer name in title and description | ||||
Tags | Category, Manufacturer, Promotion | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0005527 | resolved | tomas.lygutas | Pagehead on Details Page ist not working properly, if the Article has variants. |
|
I fixed it in my test shop by editing oxubase and details.php. See example: http://www.patchwork.de/shop/Patchworkzubehoer/MicroStitch/Avery-Dennison-Avery-Micro-Stitch-Heftpistole-Starterkit.html and http://www.patchwork.de/shop/Patchworkzubehoer/Kleber-Fixierer/Avery-Dennison-Avery-Micro-Stitch-Heftpistole-Starterkit.html |
|
Since the shop sets the rel="canonical" link element correctly this should actually not be a problem: https://support.google.com/webmasters/answer/66359?hl=en https://support.google.com/webmasters/answer/139066 |
|
added new method oxUbass::getPageTitle(); this method can be extended for shop owner needs. also fixed all page title, removed logic from templates. |