I know there are a few post about meta tags but do changing the meta tags from the default actually help or hurt me in seo? If it will help what do i change in the meta. document
{* define your meta data here *}
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{else}
<meta name="description" content="Pligg Content Management System" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}, Pligg Content Management System" />
{else}
<meta name="keywords" content="Pligg Content Management System" />
{/if}
<meta name="Language" content="{#PLIGG_Visual_Meta_Language#}" />
<meta name="Robots" content="All" />
{* the extra tabs are to make it lineup when viewing the source *}
what information would i keep the same and which ones would i change to match my site? I was also reading a post where it said to delete the template c file and the cache would this be right? Thank you




Linear Mode




