Page 1 of 1

Need your help on web access.

Posted: Wed May 31, 2006 9:44 am
by seodevhead
I have thousands of product pages that have content like so:

Product: Widget Cleaner
Color: Black with a white stripe.
Price: $4,000.00
Effective on: Widget carpet, canvas and rubber.
Can be purchased at: Wal-Mart, K-Mart, CVS, and Walgreen's.

What would be the most effective method of marking up this data? I was thinking about using a definition list <dl>.. but these really are not "true" definitions. They aren't paragraphs either, so use of the <p> tag probably isn't worthwhile. Any ideas? Looking for the best solution with an added consideration to SEO as well. Thanks! :)

Posted: Mon Jun 05, 2006 10:25 am
by RobertGonzalez
This seems to be tabular data in nature. Can you make a table out of it?

Posted: Mon Jun 05, 2006 11:32 am
by Chris Corbyn
Everah wrote:This seems to be tabular data in nature. Can you make a table out of it?
+1. Nothing wrong with tables if they're presenting data, which this is.