View Single Post
Old 07-14-2014, 09:41 PM  
BOOBSARMY
Confirmed User
 
BOOBSARMY's Avatar
 
Industry Role:
Join Date: Jul 2014
Posts: 115
anybody know how can i fix my meta tag from repeating on each page ?

here is the code:

<title>{if $pagetitle ne ""}{$pagetitle} - {/if}{$site_name}</title>
<meta name="description" content="{if $pagetitle ne ""}{$pagetitle} - {/if}{if $metadescription ne ""}{$metadescription} - {/if}{$site_name}">
<meta name="keywords" content="{if $pagetitle ne ""}{$pagetitle},{/if}{if $metakeywords ne ""}{$metakeywords},{/if}{$site_name}">
BOOBSARMY is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote