View Poll Results: Microdata, Microformats, or RDFa
- Voters
- 1. You may not vote on this poll
-
Microdata
-
Microformat
-
RDFa
-
03-12-2010 01:40 PM
Permalink: #1
Junior Member
Microdata, Miceoformats, or RDFa; whish is best.
I know this was a thread a while ago but I was looking for some input before I added additional code to my product pages.
Which is best Microdata, Microformats, or RDF; specifically for E-commerce?
From Google Webmasters:
Products - Webmaster Tools Help
Microdata
<div itemscope itemtype="http://data-vocabulary.org/Product"> Brand: <span itemprop="brand">ACME</span> Category: <span itemprop="category">Heavy objects</span> <h1><span itemprop="name">Large all-purpose anvil</span> </h1> <span itemprop="photo"><img src="http://anvil.example.com/anvil.jpg"/></span> On sale for <span itemprop="price">$99.95</span>. <span itemprop="description">If you need an object to drop from a height, the classic A23859 anvil from ACME is the way to go.</span> <a href="http://anvil.example.com" itemprop="url">Anvil details page</a> </div>
Microformats
<div class="hproduct"> Brand: <span class="brand">ACME</span> <span class="category">Heavy objects</span> <h1 class="fn">Large all-purpose anvil</h1> On sale for <span class="price">$99.95</span>. <span class="description">If you need an object to drop from a height, the classic A23859 anvil from ACME is the way to go.</span> <a href="http://anvil.example.com" class="url">Anvil details page</a></div>
RDFa
<div> <div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Product"> <span property="v:brand">ACME</span> <span property="v:category">Heavy objects</span> <span property="v:name">Large all-purpose anvil</span> <span property="v:description">If you need an object to drop from a height, the classic A23859 anvil from ACME is the way to go.</span> </div> <a href="http://anvil.example.com/" rel="v:url">Anvil details page</a></div>
Similar Threads
-
By morestar in forum Search Engine Optimization Forum
Replies: 48
Last Post: 06-10-2010, 10:09 AM
-
By morestar in forum Google Discussion Forum
Replies: 0
Last Post: 03-12-2010, 09:00 PM
-
By morestar in forum Google Discussion Forum
Replies: 1
Last Post: 02-23-2010, 10:10 PM
-
By morestar in forum Webmaster Resources Discussion Forum
Replies: 1
Last Post: 02-01-2010, 10:44 AM
-
By watto in forum Submit Your Site For Review
Replies: 1
Last Post: 01-01-2010, 07:59 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Subscribe to the Newsletter FREE!
WebProWorld is an
iEntry, Inc. ® site.
© 2010 All Rights Reserved
Privacy,
Legal.
2549 Richmond Rd. Lexington KY, 40509