schema.org / Товар

Relatix JSON-LD Tool

Структуровані дані, сумісні з Google, з галузевою класифікацією NAICS — www.jsonldtool.com

🔍
Вивід
Мова
Напрямок
Приклади URL
Ширина
Розмір тексту
Кольорова схема
Шрифти
Товар
📦

Інформація про товар

Назва товару обов'язкова
Рекомендується додати опис
Потрібен хоча б один URL зображення
Один URL на рядок
Рекомендується вказати бренд
URL товару обов'язковий для карток товарів
🏷️

Ідентифікатори товару

Рекомендується хоча б один ідентифікатор (SKU, GTIN, MPN)
UPC/EAN/ISBN
Артикул виробника
🏭

Класифікація галузі NAICS

🏭

Класифікація галузі SIC

📐

Атрибути

💰

Ціни та наявність

Ціна обов'язкова
Дата ISO
📅

Оренда з викупом / Фінансування

Рейтинги та відгуки

🚚

Деталі доставки

🚚

Вартість доставки

↩️

Політика повернення

Заповнення5/33 полів (15%)

Валідація

Обов'язково для Google
Назва товару обов'язкова
Потрібен хоча б один URL зображення
Ціна обов'язкова
URL товару обов'язковий для карток товарів
Рекомендовано Google
Рекомендується додати опис
Рекомендується вказати бренд
Рекомендується хоча б один ідентифікатор (SKU, GTIN, MPN)

Підказки з оптимізації

Додавання AggregateRating може підвищити клікабельність до 30% у результатах пошуку.
Включення хоча б одного відгуку зміцнює довіру та може активувати розширені сніпети відгуків.
Додавання деталей доставки допомагає отримати значок безкоштовної доставки в Google Shopping.
Інформація про повернення підвищує довіру покупців і необхідна для деяких функцій Google Shopping.
GTIN (UPC/EAN) допомагає Google зіставити ваш товар із каталогом, покращуючи видимість.
ℹ️Кілька зображень товару підвищують залученість і можуть з'явитися в пошуку зображень.
JSON-LD Output
1<script type="application/ld+json">
2{
3 "@context": "https://schema.org",
4 "@type": "Product",
5 "offers": {
6 "@type": "Offer",
7 "priceCurrency": "USD",
8 "availability": "https://schema.org/InStock",
9 "itemCondition": "https://schema.org/NewCondition"
10 },
11 "inLanguage": "uk"
12}
13</script>

Короткий довідник

1. Оберіть тип схеми вище
2. Заповніть поля форми зліва
3. Оберіть формат виводу (JSON-LD, Microdata, RDFa, XML, Open Graph)
4. Виправте помилки валідації вище
5. Скопіюйте результат
6. Вставте в розділ <head> вашої сторінки
7. Тестувати на Rich Results Test
Ctrl+Z Скасувати · Ctrl+Shift+Z Повторити · Ctrl+S Експорт · Ctrl+Shift+C Копіювати
Copyright 2026 Relatix LLC

Схема Замовлення у форматі JSON-LD

An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an …

Замовлення — це тип schema.org. Використовуйте генератор вище, щоб створити структуровані дані Замовлення у форматі JSON-LD, Microdata, RDFa, XML або Open Graph, а потім вставте їх на свою сторінку, щоб допомогти Google, Bing та ШІ-системам відповідей зрозуміти ваш контент.

Див. офіційне визначення на schema.org/Order.

Властивості Замовлення

Властивості, визначені безпосередньо для Order:

ВластивістьОчікуваний типОпис
acceptedOfferTextThe offer(s) -- e.g., product, quantity and price combinations -- included in the order.
billingAddressTextThe billing address for the order.
brokerTextAn entity that arranges for an exchange between a buyer and a seller. In most cases a broker never…
confirmationNumberTextA number that confirms the given order or payment has been received.
customerTextParty placing the order or paying the invoice.
discountNumberAny discount applied (to an Order).
discountCodeTextCode used to redeem a discount.
discountCurrencyTextThe currency of the discount.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikiped…
isGiftBooleanIndicates whether the offer was accepted as a gift for someone other than the buyer.
orderDateDateTimeDate order was placed.
orderDeliveryTextThe delivery of the parcel related to this order or order item.
orderedItemTextThe item ordered.
orderNumberTextThe identifier of the transaction.
orderStatusTextThe current status of the order.
partOfInvoiceTextThe order is being paid as part of the referenced Invoice.
paymentDueDateDateTimeThe date that payment is due.
paymentMethodTextThe name of the credit card or other method of payment for the order.
paymentMethodIdTextAn identifier for the method of payment used (e.g. the last 4 digits of the credit card).
paymentUrlURLThe URL for sending a payment.
sellerTextAn entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be…

Успадковані властивості

Order також успадковує властивості від Intangible, Thing.

ВластивістьОчікуваний типОпис
additionalTypeURLAn additional type for the item, typically used for adding more specific types from external vocabu…
alternateNameTextAn alias for the item.
descriptionTextA description of the item.
disambiguatingDescriptionTextA sub property of description. A short description of the item used to disambiguate from other, sim…
identifierURLThe identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs,…
imageURLAn image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
mainEntityOfPageURLIndicates a page (or other CreativeWork) for which this thing is the main entity being described. S…
nameTextThe name of the item.
ownerTextA person or organization who owns this Thing.
potentialActionTextIndicates a potential Action, which describes an idealized action in which this thing would play an…
sameAsURLURL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the i…
subjectOfTextA CreativeWork or Event about this Thing.
urlURLURL of the item.

Приклад JSON-LD для Order

{
  "@context": "https://schema.org",
  "@type": "Order",
  "name": "Example Order"
}

Часті запитання

Що таке схема Замовлення?

Замовлення (schema.org/Order) — це тип структурованих даних, який використовується для опису Замовлення пошуковим системам та системам ШІ. Додавання JSON-LD Замовлення на сторінку допомагає Google, Bing та системам відповідей зрозуміти контент і може ввімкнути розширені результати.

Як додати структуровані дані Замовлення на мій вебсайт?

Заповніть поля Замовлення у цьому інструменті, скопіюйте згенерований JSON-LD і вставте його всередині тегу <script type="application/ld+json"> у <head> або <body> вашої сторінки. Ви також можете експортувати Microdata, RDFa, XML або Open Graph.

Чи безкоштовний генератор JSON-LD для Замовлення?

Так. jsonldtool.com — це безкоштовний генератор і валідатор схеми Замовлення, який не потребує реєстрації.

Пов'язані типи schema

Нематеріальне