I'm hoping someone can help.
When I view the source code of my cataloge page (online) there are 2 lots of HTML code. The first is listed under: <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\SiteHTML\SiteRoot_index.html"/>
The second under: !-- BrochurePrimary HTML begin -->
The second listing is correct (title and description), but on the first outdated. I have tried to amend this but I can't for the life of me. Google is picking up the correct title, but the incorrect description (from the first piece of code).
I have the correct text loaded ito my actinic software, but for some reason only the title is coming across and not the description.
Examples:
Title correct - description incorrect/outdated
Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\SiteHTML\SiteRoot_index.html"/>
<div class="moz-text-flowed" style="font-family: -moz-fixed"><html>
<head>
<meta name="netinsert" content="0.0.1.12.19.3.1">
<meta name="title" content="Dermalogica UK Products Online|Buy Dermalogica UK Products|Official Skin Care Supplier.">
<meta name="hover" content="Dailygrooming.co.uk is a platinum supplier of Dermalogica skincare product">
<meta name="description" content="Dermalogica UK Products. Guard against contaminated & dated supply. Don't risk your skin, buy Dermalogica UK official products.">
<meta name="author" content="Dailygrooming">
<meta name="keywords" content="dermalogica uk, dermalogica stockists, dermalogica product, uk dermalogica supplier, dermalogica skin care ">
<meta name="email" content="enquiries@dailygrooming.com">
<meta name="expire" content="2006-12-31">
<meta name="revision" content="4-feb-06">
<!--#endif -->
</head>
</html>
Correct
<!-- BrochurePrimary HTML begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Dermalogica UK Products Online|Buy Dermalogica UK Products|Official Skin Care Supplier</TITLE>
<Actinic:BASEHREF VALUE="http://www.dailygrooming.co.uk/" FORCED=1/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="Keywords" CONTENT="dermalogica uk, dermalogica products, official dermalogica products, authentic dermalogica, dermalogica uk stockist, dermalogica skin care products">
<META NAME="Description" CONTENT="Dermalogica UK Products. Guard against contaminated & dated supply. Don't risk your skin, buy Dermalogica UK official products.">
<META NAME="ActinicKey" CONTENT="be15034c8545b43ad0eb7ea109d2dd510">
<META NAME="Generator" CONTENT="accxecom8">
I'm not sure why there are 2 listings. Should there only be one?
Thanks in advance
David
When I view the source code of my cataloge page (online) there are 2 lots of HTML code. The first is listed under: <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\SiteHTML\SiteRoot_index.html"/>
The second under: !-- BrochurePrimary HTML begin -->
The second listing is correct (title and description), but on the first outdated. I have tried to amend this but I can't for the life of me. Google is picking up the correct title, but the incorrect description (from the first piece of code).
I have the correct text loaded ito my actinic software, but for some reason only the title is coming across and not the description.
Examples:
Title correct - description incorrect/outdated
Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\SiteHTML\SiteRoot_index.html"/>
<div class="moz-text-flowed" style="font-family: -moz-fixed"><html>
<head>
<meta name="netinsert" content="0.0.1.12.19.3.1">
<meta name="title" content="Dermalogica UK Products Online|Buy Dermalogica UK Products|Official Skin Care Supplier.">
<meta name="hover" content="Dailygrooming.co.uk is a platinum supplier of Dermalogica skincare product">
<meta name="description" content="Dermalogica UK Products. Guard against contaminated & dated supply. Don't risk your skin, buy Dermalogica UK official products.">
<meta name="author" content="Dailygrooming">
<meta name="keywords" content="dermalogica uk, dermalogica stockists, dermalogica product, uk dermalogica supplier, dermalogica skin care ">
<meta name="email" content="enquiries@dailygrooming.com">
<meta name="expire" content="2006-12-31">
<meta name="revision" content="4-feb-06">
<!--#endif -->
</head>
</html>
Correct
<!-- BrochurePrimary HTML begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Dermalogica UK Products Online|Buy Dermalogica UK Products|Official Skin Care Supplier</TITLE>
<Actinic:BASEHREF VALUE="http://www.dailygrooming.co.uk/" FORCED=1/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="Keywords" CONTENT="dermalogica uk, dermalogica products, official dermalogica products, authentic dermalogica, dermalogica uk stockist, dermalogica skin care products">
<META NAME="Description" CONTENT="Dermalogica UK Products. Guard against contaminated & dated supply. Don't risk your skin, buy Dermalogica UK official products.">
<META NAME="ActinicKey" CONTENT="be15034c8545b43ad0eb7ea109d2dd510">
<META NAME="Generator" CONTENT="accxecom8">
I'm not sure why there are 2 listings. Should there only be one?
Thanks in advance
David
Comment