View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004749 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2012-11-26 08:31 | 2012-12-10 13:34 |
Reporter | tabsl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.0 / 5.0.0 revision 51243 | ||||
Fixed in Version | 4.6.6 revision 54646 | ||||
Summary | 0004749: Meta-Tilte (contact, basket, user, ...) not shown in Browser | ||||
Description | meta-title ist not available in this classes: - contact - basket - user - payment - thankyou | ||||
Additional Information | 4.4.x it´s all fine :-) 4.5.x, 4.6.x, 4.7.x :-( | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003473 | resolved | aurimas.gladutis | Many pages have the same SEO title |
|
Hm.. I don't think SEO is important for sites that should not be indexed (like basket, thankyou, .. ) |
|
Hi, could you please give some more details on what is missing and was shown in 4.4.x? |
|
Here's a fix for it: http://www.oxid-module.eu/blog/fehlende-browser-titel-ab-version-4-5-x (German but have a look at the code). Different pages shall definitely have different title tags. This is not only a matter of SEO. |
|
@Aurimas, talk to me please. |
|
Method oxubase::getTitle() was changed so that it looks for translation of PAGE_TITLE_{view_class_name}. If the translation is found and function is not overriden, this title is shown, if there is no translation - nothing is changed. Translations was also added. |