Has anyone implemented "RDFa" and/or "microformats" anywhere (e.g.: Home, Category and/or Product pages) in their store?
If so, could you please share some advice on the matter?
If so, could you please share some advice on the matter?
<address> Joe Smith 123 Murphy Avenue, Sunnyvale, California 94086 (408) 555-1234 </address>
<div id="hcard-Joe-Smith" class="vcard"> <span class="fn">Joe Smith</span> <div class="adr"> <div class="street-address">123 Murphy Avenue</div> <span class="locality">Sunnyvale</span>, <span class="region">California</span> <span class="postal-code">94086</span> </div> <div class="tel">(408) 555-1234</div> </div>
Comment