fatheeym Posted February 24, 2017 Share Posted February 24, 2017 hello every one my normal product title in the browser appear like this for example product name but when i search for the same product in google it appears like this product name - My site name how can i remove my site name from all titles Link to comment Share on other sites More sharing options...
fatheeym Posted February 25, 2017 Author Share Posted February 25, 2017 my site is in arabic and i found that the title name tag appears like this title>الخيل ا</title> why ? Link to comment Share on other sites More sharing options...
rocky Posted February 26, 2017 Share Posted February 26, 2017 If you haven't already done so, you should override the getHomeMetas function in classes/Meta.php and change line 235 (in PrestaShop v1.6.1.11) from: $ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME'); to: $ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'] : Configuration::get('PS_SHOP_NAME'); This will remove the shop name from the meta title. If you've already done this, it would appear that Google has already crawled those pages before you removed the shop name from the title. You can try resubmitting your website's sitemap.xml file in Google Webmaster, but there's nothing else you can do except wait for Google to re-crawl the pages. I'm not certain, but I think it's normal behaviour for Arabic to be displayed as HTML codes like that, since the characters aren't available in ASCII. Link to comment Share on other sites More sharing options...
fatheeym Posted February 26, 2017 Author Share Posted February 26, 2017 thank you i'll try this Link to comment Share on other sites More sharing options...
fatheeym Posted February 26, 2017 Author Share Posted February 26, 2017 i got 500 error but when i cleard the cash now it working fine but why i got in title tag the name like this in page source <title>كروكى | تسوق منتجات كروكى فى مصر</title P.S. the name is in arabic Link to comment Share on other sites More sharing options...
rocky Posted February 27, 2017 Share Posted February 27, 2017 I think that's normal. I wouldn't worry about it. Link to comment Share on other sites More sharing options...
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