【发布时间】:2016-01-05 04:40:19
【问题描述】:
无论我如何标记图片,Google 都会抱怨图片丢失或包含无效的 itemtype。
<html itemscope itemtype="http://schema.org/Article">
<head>
...
<link itemprop="image" href="https://www.example.com/image.jpg" />
</head>
<body>
<img itemprop="image" src="https://www.example.com/image.jpg" />
</body>
</html>
如何在文章中添加图片?
【问题讨论】:
标签: schema.org microdata google-rich-snippets