i've insert in the joomsef - sef url the meta tag title, descrition and keywords, i've save my job but in the page doesnt't appear this meta...
i've edit my index file for check if somethink goes wrong and this is the head of my index:
<head>
<script type="text/javascript" src="addLinkerEvents-ga.js" />
<script LANGUAGE='javascript' type='text/javascript' SRC='/fbparam.js'></script>
<script LANGUAGE='javascript' type='text/javascript' SRC='/fblib.js'></script>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<jdoc:include type="head" />
<link rel="shortcut icon" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/favicon.ico" />
<!-- Import Style Sheets-->
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link href="templates/<?php echo $this->template ?>/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />
<link href="templates/<?php echo $this->template ?>/css/style<?php echo $hilite ?>.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/ie_6.css" media="screen, projection" />
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/DD_belatedPNG0.0.7a-min.js"></script>
<script>
DD_belatedPNG.fix('#logo img,#shadow980px,#shadow940px,#shadow900px,#shadow860px,#shadow820px,span.expanded,.searchmodule,.blogdate, #leftCol ul li a,#ssnext, #ssprev,.tweet_first,#innerContainer,#bannerLeft,#bannerWrap,.article_separator,.leading_separator,#leftCol ul li a,#rightCol ul li a,#pathwayWrap img,a.readon,blockquote');
</script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template ?>/css/ie_7.css" media="screen, projection" />
<![endif]-->
<?php if ($superfish == "yes") : ?>
<script type="text/JavaScript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish.js"></script>
<?php endif; ?>
<?php if ($panelMenu == "yes") : ?>
<!-- Panel Menu-->
<script type="text/JavaScript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/accordionMenu.js"></script>
<?php endif; ?>
<?php
define( 'YOURBASEPATH', dirname(__FILE__) );
require(YOURBASEPATH .DS."vars.php");
?>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
<?php if ($superfish == "yes") : ?>
jQuery("#nav ul")
.superfish({
animation : {height:"show",opacity:"show"},
delay : 1000
});
<?php endif; ?>
<?php if($this->countModules('panel1') or $this->countModules('panel2') or $this->countModules('panel3') or $this->countModules('panel4')) : ?>
jQuery("#open").click(function(){
jQuery("div#panel").slideDown("slow");
});
jQuery("#close").click(function(){
jQuery("div#panel").slideUp("slow");
});
jQuery("#toggle a").click(function () {
jQuery("#toggle a").toggle();
});
<?php endif; ?>
});
</script>
</head>
the meta tag who appear is the same for all the page...
somebody can help me?
thanks