View Issue Details

IDProjectCategoryView StatusLast Update
0004749OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:34
Reportertabsl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.0 / 5.0.0 revision 51243 
Fixed in Version4.6.6 revision 54646 
Summary0004749: Meta-Tilte (contact, basket, user, ...) not shown in Browser
Descriptionmeta-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 :-(
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0003473 resolvedaurimas.gladutis Many pages have the same SEO title 

Activities

avalue

2012-11-27 00:52

reporter   ~0007990

Hm.. I don't think SEO is important for sites that should not be indexed (like basket, thankyou, .. )

aurimas.gladutis

2012-11-27 09:01

reporter   ~0007991

Hi, could you please give some more details on what is missing and was shown in 4.4.x?

marco_steinhaeuser

2012-11-27 09:44

reporter   ~0007993

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.

marco_steinhaeuser

2012-12-02 12:26

reporter   ~0008035

@Aurimas, talk to me please.

aurimas.gladutis

2012-12-03 12:33

reporter   ~0008041

Last edited: 2012-12-03 13:25

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.