Tuesday, 15 May 2012

schema.org - blog posting schema any suggestion? -



schema.org - blog posting schema any suggestion? -

is ok blogposting schema.org... think there errors?... suggestions... thanks

<div id="blog_post" itemscope="" itemtype="http://schema.org/blogposting"> <div style="float: left;"> <a href="image link here"> <img itemprop="image" src="image source link here" width="150px" alt="image description here"/></a></div> <div style="font-size: 10pt; font-weight: bold; margin-bottom: 10px;" itemprop="name"> <a href="item link here" itemprop="url">item title here</a></div> <div id="description" style="font-family: arial, helvetica, sans-serif;margin-bottom: 10px;"> <span style="font-size: 11pt; font-weight: bold;" itemprop="description">item description here</span></div></div>

removing not related microdata, have:

class="lang-html prettyprint-override"><div itemscope itemtype="http://schema.org/blogposting"> <img itemprop="image" src="…" /> <div itemprop="name"> <a href="…" itemprop="url">…</a> </div> <span itemprop="description">…</span> </div>

that fine microdata , schema.org perspectives.

blogs schema.org posting

No comments:

Post a Comment