2014-06-22 65 views
-1

是它確定爲blogposting schema.org ...你認爲有錯誤...任何建議...謝謝博客發佈架構任何建議?

<div id="blog_post" itemscope="" itemtype="http://schema.org/BlogPosting"> 
<div style="float: left;"> 
<a href="image link is here"> 
<img itemprop="image" src="image source link is here" width="150px" alt="image description is here"/></a></div> 
<div style="font-size: 10pt; font-weight: bold; margin-bottom: 10px;" itemprop="name"> 
<a href="item link is here" itemprop="url">item title is 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 is here</span></div></div> 

回答

0

消除任何不相關的微觀數據,您有:?

<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> 

從Microdata和Schema.org的角度來看,這沒什麼。