Project:Resource Description Framework (RDF)
Version:6.x-1.x-dev
Component:Schema definitions
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Google gives the following example of RDFa code for their new semantic search. To the best of my knowledge, this module does not support it. Please confirm. Thanks.

<div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Organization">
   <span property="v:name">L'Amourita Pizza</span>
   <span property="v:tel">(206) 555-7242</span>
   <div rel="v:address">
     <span property="v:street-address">2040 Any Street</span>
     <span property="v:locality">Springfield</span>
     <span property="v:region">WA</span>
     <span property="v:postal-code">98102</span>
   </div>
</div>
nobody click here