Page 1 of 1
Where is this product text coming from?
Posted: Mon Oct 19, 2009 9:32 am
by ZLA
If you go to this page,
http://www.storkgifts.com/sg/Product.aspx?ProductId=52, there is text at the top of the page, coming from some invalid head style tag information. The invalid text comes from this markup:
Code: Select all
<style> .ctl00_PageContent_WebPartZone1_0 { border: none !important; } .ctl00_PageContent_WebPartZone1_2 { display: none; } </style><title>
Lift Top Toy Box
</title><style type="text/css">
.ctl00_ContentZone_0 { border-color:Black;border-width:1px;border-style:Solid; }
I checked the product HTML information and it's not from that. No other products show this. The product page, header, sidebars are all correct.
Can someone point me in the right direction?
Thank you.
Re: Where is this product text coming from?
Posted: Mon Oct 19, 2009 12:14 pm
by jmestep
I've seen that with two different things. Unclosed tag in the html head input for the product or some meta content generated automatically that was not html encoded to get rid of quotation mark, like 2" tall.
Try adding a /> to close your meta instead of just a >
Re: Where is this product text coming from?
Posted: Mon Oct 19, 2009 12:55 pm
by ZLA
Thank you Judy. Unfortunately, that didn't fix it. I also tried removing the <title>...</title> comment from HTML HEAD section as well as some double quotes in the product description. None of them made any difference. And I checked the source so I know it wasn't a page caching issue.
Here is the HTML HEAD data we're using in case I'm missing the obvious:
Code: Select all
<title>Lift Top Toy Box is a Spacious Place to Store Children's Toys! Personalize and Give as a Special Gift!</title>
<meta name="description" content="Stork Gifts offers the Lift Top Toy Box with a hand painted design made especially for your child." />
<meta name="keywords" content="toy box, childrens toy box, childrens storage box, personalized toy box, personalized storage box />
-- ZLA
Re: Where is this product text coming from?
Posted: Mon Oct 19, 2009 3:28 pm
by jmestep
If it's the same display page as other products, try taking out each block of text in the admin page and see if that fixes the problem. I have done that to narrow the problems down.
They try running it thru an html validator. I did that and there were some errors that can't be helped, but there was one <h2>Lift Top Toy Box</h1> (wrong closing tag)
You do have two title tags, but that wouldn't have have caused this.
Re: Where is this product text coming from?
Posted: Mon Oct 19, 2009 5:54 pm
by ZLA
Thank you for the great ideas. I'll try them.