404 error
-
Both SEOmoz and Google webmaster tools are returning over 4000 error 404.The majority or returned error URLs are for images, and all URLs end up with %20target=as shown belowimages/products/detail/AD9058RoundGlassTableChairs.jpg%20target=images/products/detail/BM921ModernRoundDiningTable.jpg%20target=images/products/detail/CR701506CappuccinoCoffeeTableSet.jpg%20target=any suggestions?RegardsTony
-
sounds like you have some bad html in one of your templates. Looking at it there appears to be a missing " on an image tag.
Your server logs should show you the referring page. However I'd guess that those image names are a pretty good clue. Find the appropriate page. View source. Search for the following:
images/products/detail/AD9058RoundGlassTableChairs.jpg target=
(because %20 is an encoded space)
-
-
Mat is right, it's happening in the code that creates your "View Larger Image" button below your pages:
<a <="" span="">href="</a>/images/products/detail/AC7034048RoundGlassDiningTable.jpg target="_blank"
The code is not outputting the second "double-quotes" after your anchor tag href property. The page I see this on is "http://www.efurniturehouse.com/Joshua-Glass-Chrome-Dining-Table-Set.aspx", but it looks to be happening everywhere.