View Single Post
  #3 (permalink)  
Old 09-18-2008, 12:28 PM
hqnetwork hqnetwork is offline
New Pligger
 
Join Date: Sep 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
As far as META data, you should edit /templates/meta.tpl

To Edit the Description:
Code:
{if $meta_description neq ""}
	<meta name="description" content="{$meta_description}" />
{else}
	<meta name="description" content="This is the description of my site" />
{/if}
Change the meta description AFTER the {else}

Code:
{if $meta_keywords neq ""}
	<meta name="keywords" content="{$meta_keywords}" />
{else}
	<meta name="keywords" content="keywords go here,best,practices,widgets,games" />
{/if}
Change the meta description AFTER the {else}
__________________
Lee
HQ Network/Product Jump
http://www.productjump.com -- My Pligg site
http://www.hqnetwork.com -- Pligg Hosting
Reply With Quote