
RDFa Breadcrumb Navigation
By: a guest on
Jan 24th, 2011 | syntax:
None | size: 0.53 KB | hits: 217 | expires: Never
<div xmlns:v="http://rdf.data-vocabulary.org/#">
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/dresses" rel="v:url" property="v:title">
Dresses
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/dresses/real" rel="v:url" property="v:title">
Real Dresses
</a> ›
</span>
<span typeof="v:Breadcrumb">
<a href="http://www.example.com/dresses/real/green" rel="v:url" property="v:title">
Real Green Dresses
</a> ›
</span>
</div>