Need your help on web access.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
seodevhead
Forum Regular
Posts: 705
Joined: Sat Oct 08, 2005 8:18 pm
Location: Windermere, FL

Need your help on web access.

Post 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! :)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

This seems to be tabular data in nature. Can you make a table out of it?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
Post Reply