Skip to content

Instantly share code, notes, and snippets.

@macbre
Last active August 29, 2015 14:12
Show Gist options
  • Save macbre/aeee774f40a3d62393e3 to your computer and use it in GitHub Desktop.
Save macbre/aeee774f40a3d62393e3 to your computer and use it in GitHub Desktop.
Microdata
<title>Product - Microdata demo</title>
<body>
<article itemscope itemtype="http://data-vocabulary.org/Product">
<div class="shop" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><meta itemprop="title" content="Kamami">Sklep: <a href="http://elecena.pl/shop/kamami" itemprop="url">Kamami</a></div>
<span itemprop="brand">ACME</span>
<span itemprop="name">Executive Anvil</span>
<img itemprop="image" src="anvil_executive.jpg" />
<span itemprop="description">Sleeker than ACME's Classic Anvil, the
Executive Anvil is perfect for the business traveler
looking for something to drop from a height.
</span>
Product #: <span itemprop="identifier" content="avt:1234">925872</span>
<span itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer">
<meta itemprop="priceCurrency" content="PLN" />
<span itemprop="price" style="display: none">119.99 zł</span>
<meta itemprop="seller" content="Sklep" />
<!--<span itemprop="availability" content="in_stock">In stock! Order now!</span>-->
</span>
<h3 class="bar" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<meta itemprop="title" content="enc28j60">
<span>Sugerowane produkty dla <a href="/search?q=enc28j60&amp;from=similar" itemprop="url" title="Szukaj &quot;enc28j60&quot;na Elecenie">enc28j60</a></span>
</h3>
</article>
</body>
<title>Products list - Microdata demo</title>
<body>
<div style="display: inline" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<meta itemprop="title" content="Szukaj">
<meta itemprop="url" content="http://elecena.pl/search">
</div>
<div class="search" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<meta itemprop="title" content="enc28j60">
<meta itemprop="url" content="http://elecena.pl/search?q=enc28j60">
</div>
<div itemscope itemtype="http://data-vocabulary.org/Product">
<span itemprop="brand">ACME</span> <span itemprop="name">Executive Anvil</span>
<img itemprop="image" src="anvil_executive.jpg" />
<span itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer-aggregate">
<span itemprop="offerCount">32</span> produkty cenie od <span itemprop="lowPrice">119.99 zł</span> do
<span itemprop="highPrice">199.99 zł</span>
<meta itemprop="priceCurrency" content="PLN" />
</span>
</div>
</body>
<title>Shop - Microdata demo</title>
<body>
<div style="display: inline" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<meta itemprop="title" content="Sklepy">
<meta itemprop="url" content="http://elecena.pl/shop">
</div>
<div style="display: inline" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<meta itemprop="title" content="TME">
<meta itemprop="url" content="http://elecena.pl/shop/tme">
</div>
<!-- http://www.data-vocabulary.org/Organization/ -->
<article itemscope itemtype="http://data-vocabulary.org/Organization">
<h1 itemprop="name">TME</h1>
<ul class="places list-unstyled">
<li>
<a href="#" data-marker-id="13" itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address/">
<span itemprop="street-address">ul. Ustronna 41</span>, <span itemprop="locality">Łódź</span>
</a>
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="51.70472024" />
<meta itemprop="longitude" content="19.47086334" />
</div>
</li>
</ul>
</article>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment