schema.org / Proizvod

Relatix JSON-LD Tool

Strukturirani podaci prilagođeni za Google s industrijskom klasifikacijom NAICS — www.jsonldtool.com

🔍
Izlaz
Jezik
Smjer
URL primjeri
Širina
Veličina teksta
Način boja
Fontovi
Proizvod
📦

Informacije o proizvodu

Naziv proizvoda je obavezan
Preporučuje se dodati opis
Potreban je barem jedan URL slike
Jedan URL po retku
Preporučuje se navesti marku
URL proizvoda je obavezan za trgovačke objave
🏷️

Identifikatori proizvoda

Preporučuje se barem jedan identifikator (SKU, GTIN, MPN)
UPC/EAN/ISBN
Kataloški broj proizvođača
🏭

Klasifikacija industrije NAICS

🏭

Klasifikacija industrije SIC

📐

Atributi

💰

Cijene i dostupnost

Cijena je obavezna
ISO datum
📅

Najam s otkupom / Financiranje

Ocjene i recenzije

🚚

Detalji dostave

🚚

Naknada za dostavu

↩️

Pravila povrata

Dovršenost5/33 polja (15%)

Validacija

Obavezno za Google
Naziv proizvoda je obavezan
Potreban je barem jedan URL slike
Cijena je obavezna
URL proizvoda je obavezan za trgovačke objave
Preporučeno od Googlea
Preporučuje se dodati opis
Preporučuje se navesti marku
Preporučuje se barem jedan identifikator (SKU, GTIN, MPN)

Savjeti za optimizaciju

Dodavanje AggregateRating može povećati stopu klikova do 30% u rezultatima pretraživanja.
Uključivanje barem jedne recenzije gradi povjerenje i može omogućiti obogaćene isječke recenzija.
Dodavanje detalja dostave pomaže kvalificirati se za oznake besplatne dostave u Google Shoppingu.
Informacije o pravilima povrata grade povjerenje kupaca i potrebne su za neke značajke Google Shoppinga.
GTIN (UPC/EAN) pomaže Googleu da poveže vaš proizvod s katalogom, poboljšavajući vidljivost.
ℹ️Više slika proizvoda povećava angažman i može se pojaviti u rezultatima pretraživanja slika.
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": "hr"
12}
13</script>

Kratki pregled

1. Odaberite tip sheme iznad
2. Ispunite polja obrasca s lijeve strane
3. Odaberite izlazni format (JSON-LD, Microdata, RDFa, XML, Open Graph)
4. Ispravite greške validacije iznad
5. Kopirajte izlaz
6. Zalijepite u <head> sekciju vaše stranice
7. Testirajte na Rich Results Test
Ctrl+Z Poništi · Ctrl+Shift+Z Ponovi · Ctrl+S Izvezi · Ctrl+Shift+C Kopiraj
Copyright 2026 Relatix LLC

Shema GeoCircle u JSON-LD formatu

A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape it provides the simple…

GeoCircle je schema.org tip. Upotrijebite gornji generator za izradu strukturiranih podataka GeoCircle u obliku JSON-LD, Microdata, RDFa, XML ili Open Graph, a zatim ih zalijepite na svoju stranicu kako biste pomogli Googleu, Bingu i AI tražilicama odgovora da razumiju vaš sadržaj.

Pogledajte službenu definiciju na schema.org/GeoCircle.

Svojstva tipa GeoCircle

Svojstva definirana izravno na tipu GeoCircle:

SvojstvoOčekivani tipOpis
geoMidpointTextIndicates the GeoCoordinates at the centre of a GeoShape, e.g. GeoCircle.
geoRadiusNumberIndicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance not…

Naslijeđena svojstva

GeoCircle također nasljeđuje svojstva od GeoShape, StructuredValue, Intangible, Thing.

SvojstvoOčekivani tipOpis
addressTextPhysical address of the item.
addressCountryTextThe country. Recommended to be in 2-letter [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_31…
boxTextA box is the area enclosed by the rectangle formed by two points. The first point is the lower corn…
circleTextA circle is the circular region of a specified radius centered at a specified latitude and longitud…
elevationNumberThe elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values…
lineTextA line is a point-to-point path consisting of two or more points. A line is expressed as a series o…
polygonTextA polygon is the area enclosed by a point-to-point path for which the starting and ending points ar…
postalCodeTextThe postal code. For example, 94043.
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.

Primjer JSON-LD za GeoCircle

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

Često postavljana pitanja

Što je GeoCircle shema?

GeoCircle (schema.org/GeoCircle) je tip strukturiranih podataka koji se koristi za opisivanje tipa GeoCircle tražilicama i AI sustavima. Dodavanje JSON-LD GeoCircle na stranicu pomaže Googleu, Bingu i tražilicama odgovora da razumiju sadržaj i može omogućiti obogaćene rezultate.

Kako dodati strukturirane podatke GeoCircle na svoju web stranicu?

Ispunite polja za GeoCircle u ovom alatu, kopirajte generirani JSON-LD i zalijepite ga unutar oznake <script type="application/ld+json"> u odjeljak <head> ili <body> vaše stranice. Također možete izvesti Microdata, RDFa, XML ili Open Graph.

Je li generator JSON-LD za GeoCircle besplatan?

Da. jsonldtool.com je besplatan generator i validator schema GeoCircle bez potrebe za registracijom.

Povezani schema tipovi

GeoShape