誤
<div itemscope itemtype="http://schema.org/Corporation">
<img width="130" height="30" alt="会社名" title="会社名" src="../images/common/logo.gif" itemprop="logo" />
</div>
正:
<div itemscope itemtype="http://schema.org/Corporation">
<span itemprop="logo">
<img width="130" height="30" alt="会社名" title="会社名" src="../images/common/logo.gif" />
</span>
</div>
0 件のコメント:
コメントを投稿