RDFa integration with Google properties
iteego - July 11, 2009 - 15:42
| Project: | Resource Description Framework (RDF) |
| Version: | 6.x-1.x-dev |
| Component: | Schema definitions |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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>