Jump to content

Google snippet language issue [Solved]


Recommended Posts

I search the net to look some information about, but I can't find anything. There 2 languages installed in our 1.4.8.3 PS website, as we search the net we see text in the snippet that we can't see from Back office.

 

If we get in Google results one english page of ours, the snippet shows at the end of meta description:

 

(English (English)) 

 

And, of course, if the result is in spanish:

 

(Spanish (Spanish )) 

 

Here you have google example results.

 

How we can delete this information? we can't see that on meta description, hope is there any way to solve using the code.

 

Sure is simple issue, but we need some help to know how we look, hope anybody can give us a hand, thank you!

Edited by brais (see edit history)
Link to comment
Share on other sites

Hi,

 

Thanks for reply. Yes, I look into header.tpl and I think this is the line I have to modify:

 

{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:html:'UTF-8'}{if isset($smarty.get.p) && $smarty.get.p} ({$smarty.get.p}){/if}{foreach from=$languages item=language}{if $language.iso_code == $lang_iso} ({$language.name}){/if}{/foreach}" />
Link to comment
Share on other sites

×
×
  • Create New...