{* 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}" />
{elseif $pagename eq "search"}
<meta name="description" content="{#PLIGG_Visual_Search_SearchResults#} {$templatelite.get.search|sanitize:2|stripslashes}" />
{else}
<meta name="description" content="{#PLIGG_Visual_What_Is_Pligg_Text#|htmlentities}" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{elseif $pagename eq "search"}
<meta name="keywords" content="{$templatelite.get.search|sanitize:2|stripslashes}" />
{else}
<meta name="keywords" content="{#PLIGG_Visual_Meta_Keywords#}" />
{/if}
<meta name="Language" content="{#PLIGG_Visual_Meta_Language#}" />
<meta name="Robots" content="All" />