Skip to content

Instantly share code, notes, and snippets.

<div itemscope itemtype="https://schema.org/Organization">
<span itemprop="name">ЕВРОАВТОМАТИКА</span>
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
<meta itemprop="postalCode" content="140070">/
<meta itemprop="addressRegion" content="Московская область">
<meta itemprop="addressLocality" content="п. Томилино">
<meta itemprop="streetAddress" content="мкр. Птицефабрика, стр. лит. А, офис 113">
<span>140070, Московская область, п. Томилино, мкр. Птицефабрика, стр. лит. А, офис 113</span>
</div>
<a itemprop="telephone" href="tel:+78005551178">8 800 555-11-78</a>
@belmesov00
belmesov00 / gist:b6c8e33a97e414732d04773c02a25f9a
Created December 17, 2025 12:35
Product - microdata JSON LD
JSON LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Название товара",
"description": "Описание товара",
"image": ["URL изображения товара (https://...)"],
JSON LD
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Название листинга (категория / поиск)",
"numberOfItems": 3,
"itemListElement": [
{