yget 9.5
Hi, I want to set default meta tags for search engine purposes. I have read around but can't find what I want exactly. Someone suggested /template/meta.tpl
so I went there and this is what it looks like:
--------------------------------------------------------------------------------
{* define your meta data here *}
{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 *}
------------------------------------------------------------------------------------------------
So what exactly do I do/change to set up my own default description and keywords?
Thanks Tezzer




Linear Mode




