Hi all, haven't been here for a bit. I have a question about meta tags on a site.
The automatic keyword and description meta tags seems to be missing from every product and section page on the site..even though the code is there in the layout. If I manually enter them in the details section and preview / update the site - they are there.
An example of the head of one of the pages is below (if it helps at all):
<title>Website</title>
<Actinic:BASEHREF VALUE="http://www.websiteaddress.com/" FORCED=0 />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="MSThemeCompatible" content="yes" />
<link href="actinic.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>
<script src="jquery.js" type="text/javascript"></script>
<script src="showhide.js" type="text/javascript"></script>
<!-- Placeholder of cookie checking javascript code. Do not remove it! -->
<Actinic:COOKIECHECK />
<script language="javascript" type="text/javascript">
<!--
saveReferrer();
// -->
</script>
In site options / links I have 'include parent meta.....true and Omit Parent....false.
Lost as to what it could be, so any help would be gratefull.
D
The automatic keyword and description meta tags seems to be missing from every product and section page on the site..even though the code is there in the layout. If I manually enter them in the details section and preview / update the site - they are there.
An example of the head of one of the pages is below (if it helps at all):
<title>Website</title>
<Actinic:BASEHREF VALUE="http://www.websiteaddress.com/" FORCED=0 />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="MSThemeCompatible" content="yes" />
<link href="actinic.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>
<script src="jquery.js" type="text/javascript"></script>
<script src="showhide.js" type="text/javascript"></script>
<!-- Placeholder of cookie checking javascript code. Do not remove it! -->
<Actinic:COOKIECHECK />
<script language="javascript" type="text/javascript">
<!--
saveReferrer();
// -->
</script>
In site options / links I have 'include parent meta.....true and Omit Parent....false.
Lost as to what it could be, so any help would be gratefull.
D
Comment