This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| JSON LD | |
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "Product", | |
| "name": "Название товара", | |
| "description": "Описание товара", | |
| "image": ["URL изображения товара (https://...)"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| JSON LD | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "ItemList", | |
| "name": "Название листинга (категория / поиск)", | |
| "numberOfItems": 3, | |
| "itemListElement": [ | |
| { |