Jump to content

Edit History

Zohaib-fk

Zohaib-fk


Post Updated

Hi,

You have 2 times title tag. It can seen in your pasted code as well.

 <title>{$meta_title|replace:$shop_name_to_trim:''|escape:'htmlall':'UTF-8'}</title>
<meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
 
Therefore double title showing on webpages. You need to keep one and remove another.
 
Zohaib-fk

Zohaib-fk

Hi,

 

You have 2 times title tag. It can seen in your pasted code as well.

 

 <title>{$meta_title|replace:$shop_name_to_trim:''|escape:'htmlall':'UTF-8'}</title>
<meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
 
Therefore double title showing on webpages. You need to keep one and remove another.
×
×
  • Create New...