0
我試圖看看微數據是否配置好我的網站上,使用google structured data testing tool,它給出了一些錯誤。在這個問題上,我問的是第一:Missing required field "entry-title".
谷歌豐富的片段 - 缺少必填字段「入門標題」
我已經封閉在entry-title
類的文章的標題,但它不工作。這是關於我的錯誤頁面的代碼:
<header itemscope itemtype="http://schema.org/Article">
<figure>
<img width="674" height="250" src="http://www.primapaginaonline.it/wp-content/uploads/2014/07/tagliodiverso-674x250.jpeg?3ef148" class="attachment-topimage wp-post-image" alt="tagliodiverso" itemprop="thumbnailUrl" /></figure>
</figure>
<div itemprop="articleSection" class="single-page-category">Cultura</div>
<h1 itemprop="headline" class="entry-title single-entry-title"> Tagliodiverso, gli appuntamenti della Pietraia dei Poeti</h1>
<div itemprop="description" class="meta-description">Con Tagliodiverso il museo a cielo aperto Pietraia dei Poeti stila un cartellone di incontri culturali incentrati sulla disabilità e l'accessibilità.</div>
<div class="single-post-meta"></div>
</header>
請注意,您的代碼不包含Microdata。我想你使用** Microformats **,但是你的代碼片段不會顯示哪個Microformat(頂層類缺失)。 – unor
嗯,我不知道,但它沒有粘貼標題標籤中的類,我現在編輯 – fas
但是現在沒有任何Microdata屬性('itemprop')?您只能創建一個「Article」項目,但不會爲本文提供任何屬性(如標題,URL,圖像等)。 – unor