procent85 Posted December 10, 2015 Share Posted December 10, 2015 (edited) Mam problem, otóż po wpisaniu w google "site:nazwastrony.pl" zauważyłem, że w do tytułu meta jest dodawany dopisek: Nazwa produktu - Nazwa Sklepu - Nazwastrony.pl Jak mogę usunąć adres www, który dodaje się po nazwie produktu i nazwie sklepu? Edited December 10, 2015 by procent85 (see edit history) Link to comment Share on other sites More sharing options...
0 Daresh Posted December 10, 2015 Share Posted December 10, 2015 Zmienić <title> w header.tpl na: {assign var=shop_name_to_trim value=" - $shop_name"} <title>{$meta_title|replace:$shop_name_to_trim:''|escape:'htmlall':'UTF-8'}</title> 1 Link to comment Share on other sites More sharing options...
0 procent85 Posted December 10, 2015 Author Share Posted December 10, 2015 Dzięki, sprawdzę Link to comment Share on other sites More sharing options...
0 Krystian Podemski Posted December 10, 2015 Share Posted December 10, 2015 Pisaliśmy na wykopie... rozwiązanie podane przez Daresha zadziała ale problemem jest co innego, prawdopodobnie jest ono jeszcze prostsze i masz dopisek statycznie dopisany w header.tpl, który trzeba skasować, domyślnie $meta_title w PrestaShop ma taki format: $ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME'); Co oznacza, że mamy dla produktów: "Wartość wpisana w SEO -> meta tytuł" - "Nazwa sklepu" Link to comment Share on other sites More sharing options...
0 procent85 Posted December 10, 2015 Author Share Posted December 10, 2015 Cześć Mireczku, dzięki za pomoc, zaraz sprawdzę Link to comment Share on other sites More sharing options...
0 procent85 Posted December 10, 2015 Author Share Posted December 10, 2015 (edited) $ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME'); Co oznacza, że mamy dla produktów: "Wartość wpisana w SEO -> meta tytuł" - "Nazwa sklepu" W /classes/meta.php mam właśnie tę wartość. Gdzieś w necie znalazłem, że powinno być to w /override/classes/Meta.php, ale tu tego pliku nie mam. Przekopiować? W header.tpl mam tylko <meta charset="utf-8" /><title>{$meta_title|escape:'html':'UTF-8'}</title> Edited December 10, 2015 by procent85 (see edit history) Link to comment Share on other sites More sharing options...
Question
procent85
Mam problem,
otóż po wpisaniu w google "site:nazwastrony.pl" zauważyłem, że w do tytułu meta jest dodawany dopisek:
Jak mogę usunąć adres www, który dodaje się po nazwie produktu i nazwie sklepu?
Edited by procent85 (see edit history)Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now