schema.org / Proizvod

Relatix JSON-LD Tool

Strukturirani podaci pogodni za Google sa NAICS industrijskom klasifikacijom — www.jsonldtool.com

🔍
Izlaz
Jezik
Smjer
URL primjeri
Širina
Veličina Teksta
Režim Boja
Fontovi
Proizvod
📦

Informacije o Proizvodu

Naziv proizvoda je obavezan
Opis se preporučuje
Potreban je barem jedan URL slike
Jedan URL po redu
Marka se preporučuje
URL proizvoda obavezan za trgovačke liste
🏷️

Identifikatori Proizvoda

Barem jedan identifikator (SKU, GTIN, MPN) se preporučuje
UPC/EAN/ISBN
Broj dijela proizvođača
🏭

NAICS Industrijska Klasifikacija

🏭

SIC Industrijska Klasifikacija

📐

Atributi

💰

Cijene i Dostupnost

Cijena je obavezna
ISO datum
📅

Najam s Otkupom / Finansiranje

Ocjene i Recenzije

🚚

Detalji Isporuke

🚚

Naknada za Dostavu

↩️

Politika Povrata

Završenost5/33 polja (15%)

Validacija

Zahtijeva Google
Naziv proizvoda je obavezan
Potreban je barem jedan URL slike
Cijena je obavezna
URL proizvoda obavezan za trgovačke liste
Preporučuje Google
Opis se preporučuje
Marka se preporučuje
Barem jedan identifikator (SKU, GTIN, MPN) se preporučuje

Savjeti za Optimizaciju

Dodavanje AggregateRating može poboljšati stope klikova do 30% u rezultatima pretrage.
Uključivanje barem jedne recenzije gradi povjerenje i može omogućiti bogate isječke recenzija.
Dodavanje detalja isporuke pomaže u kvalifikaciji za oznake besplatne isporuke u Google Shopping.
Informacije o politici povrata grade povjerenje kupaca i potrebne su za neke funkcije Google Shopping.
GTIN (UPC/EAN) pomaže Google-u da poveže vaš proizvod s katalogom, poboljšavajući vidljivost.
ℹ️Više slika proizvoda poboljšava angažman i mogu se pojaviti u rezultatima pretrage 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": "bs"
12}
13</script>

Brza Referenca

1. Odaberite tip sheme iznad
2. Popunite polja obrasca na lijevoj strani
3. Odaberite format izlaza (JSON-LD, Microdata, RDFa, XML, Open Graph)
4. Riješite sve 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 PostalAddress u JSON-LD formatu

The mailing address.

PostalAddress je schema.org tip. Koristite generator iznad da izgradite PostalAddress strukturirane podatke kao JSON-LD, Microdata, RDFa, XML ili Open Graph, a zatim ih zalijepite na svoju stranicu kako biste pomogli Google, Bing i AI odgovornim mašinama da razumiju vaš sadržaj.

Pogledajte zvaničnu definiciju na schema.org/PostalAddress.

Svojstva PostalAddress

Svojstva definisana direktno na PostalAddress:

SvojstvoOčekivani tipOpis
addressCountryTextThe country. Recommended to be in 2-letter [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_31…
addressLocalityTextThe locality in which the street address is, and which is in the region. For example, Mountain View.
addressRegionTextThe region in which the locality is, and which is in the country. For example, California or anothe…
extendedAddressTextAn address extension such as an apartment number, C/O or alternative name.
postalCodeTextThe postal code. For example, 94043.
postOfficeBoxNumberTextThe post office box number for PO box addresses.
streetAddressTextThe street address. For example, 1600 Amphitheatre Pkwy.

Naslijeđena svojstva

PostalAddress također naslijeđuje svojstva od ContactPoint, StructuredValue, Intangible, Thing.

SvojstvoOčekivani tipOpis
areaServedTextThe geographic area where a service or offered item is provided.
availableLanguageTextA language someone may use with or at the item, service or place. Please use one of the language co…
contactOptionTextAn option available on this contact point (e.g. a toll-free number or support for hearing-impaired …
contactTypeTextA person or organization can have different contact points, for different purposes. For example, a …
emailTextEmail address.
faxNumberTextThe fax number.
hoursAvailableTextThe hours during which this service or contact is available.
productSupportedTextThe product or service this support contact point is related to (such as product support for a part…
telephoneTextThe telephone number.
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.

PostalAddress JSON-LD primjer

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

Često postavljana pitanja

Šta je PostalAddress schema?

PostalAddress (schema.org/PostalAddress) je tip strukturiranih podataka koji se koristi za opisivanje PostalAddress pretraživačima i AI sistemima. Dodavanje PostalAddress JSON-LD na stranicu pomaže Google, Bing i mašinama za odgovore da razumiju sadržaj i može omogućiti bogate rezultate.

Kako dodati PostalAddress strukturirane podatke na svoju web stranicu?

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

Da li je PostalAddress JSON-LD generator besplatan?

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

Povezani schema tipovi

ContactPoint