Skip to content

Instantly share code, notes, and snippets.

@seojacky
Last active July 23, 2020 10:02
Show Gist options
  • Save seojacky/d903c08cfaea973b2978ffe6efe06121 to your computer and use it in GitHub Desktop.
Save seojacky/d903c08cfaea973b2978ffe6efe06121 to your computer and use it in GitHub Desktop.
Разметка http://schema.org/ImageObject (сокращенный вариант с itemprop="thumbnail")
<p itemscope itemtype="http://schema.org/ImageObject">
<img itemprop="contentUrl" srcset="1.jpg 1920w, 1-370.jpg 370w, 1-600.jpg 600w" sizes="(max-width: 991px) 370px, 600px" src="1.jpg" alt="Чашка &quot;Победа&quot;">
<meta itemprop="width" content="1920px">
<meta itemprop="height" content="1440px">
<meta itemprop="thumbnail" content="http://site.com/cup/1-600.jpg">
<meta itemprop="thumbnail" content="http://site.com/cup/1-370.jpg">
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment