schema.org / Produkt

Relatix JSON-LD Tool

Google-vänlig strukturerad data med NAICS-branschklassificering — www.jsonldtool.com

🔍
Utdata
Språk
Riktning
URL-exempel
Bredd
Textstorlek
Färgläge
Typsnitt
Produkt
📦

Produktinformation

Produktnamn krävs
Beskrivning rekommenderas
Minst en bild-URL krävs
En URL per rad
Varumärke rekommenderas
Produkt-URL krävs för handelslistningar
🏷️

Produktidentifierare

Minst en identifierare (SKU, GTIN, MPN) rekommenderas
UPC/EAN/ISBN
Tillverkarens artikelnummer
🏭

NAICS-branschklassificering

🏭

SIC-branschklassificering

📐

Attribut

💰

Prissättning & tillgänglighet

Pris krävs
ISO-datum
📅

Hyra till ägande / Finansiering

Betyg & recensioner

🚚

Fraktdetaljer

🚚

Leveransavgift

↩️

Returpolicy

Slutförande5/33 fält (15%)

Validering

Krävs av Google
Produktnamn krävs
Minst en bild-URL krävs
Pris krävs
Produkt-URL krävs för handelslistningar
Rekommenderas av Google
Beskrivning rekommenderas
Varumärke rekommenderas
Minst en identifierare (SKU, GTIN, MPN) rekommenderas

Optimeringstips

Att lägga till AggregateRating kan förbättra klickfrekvensen i sökresultat med upp till 30%.
Att inkludera minst en recension hjälper till att bygga förtroende och kan aktivera recensionsrika utdrag.
Att lägga till fraktdetaljer hjälper till att kvalificera sig för gratis fraktmärken i Google Shopping.
Returpolicyinformation bygger köparförtroende och krävs för vissa Google Shopping-funktioner.
GTIN (UPC/EAN) hjälper Google att matcha din produkt med sin katalog, vilket förbättrar synligheten.
ℹ️Flera produktbilder förbättrar engagemanget och kan visas i bildsökresultat.
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": "sv"
12}
13</script>

Snabbreferens

1. Välj schematyp ovan
2. Fyll i formulärfälten till vänster
3. Välj utdataformat (JSON-LD, Microdata, RDFa, XML, Open Graph)
4. Lös valideringsfel ovan
5. Kopiera utdata
6. Klistra in i sidans <head>-sektion
7. Testa på Rich Results Test
Ctrl+Z Ångra · Ctrl+Shift+Z Gör om · Ctrl+S Exportera · Ctrl+Shift+C Kopiera
Copyright 2026 Relatix LLC

FloorPlan-schema i JSON-LD

A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common i…

FloorPlan är en schema.org-typ. Använd generatorn ovan för att skapa strukturerad FloorPlan-data som JSON-LD, Microdata, RDFa, XML eller Open Graph och klistra sedan in den på din sida för att hjälpa Google, Bing och AI-svarsmotorer att förstå ditt innehåll.

Se den officiella definitionen på schema.org/FloorPlan.

FloorPlan-egenskaper

Egenskaper som definieras direkt på FloorPlan:

EgenskapFörväntad typBeskrivning
amenityFeatureTextAn amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property d…
floorSizeTextThe size of the accommodation, e.g. in square meter or squarefoot. Typical unit code(s): MTK for sq…
isPlanForApartmentTextIndicates some accommodation that this floor plan describes.
layoutImageURLA schematic image showing the floorplan layout.
numberOfAccommodationUnitsTextIndicates the total (available plus unavailable) number of accommodation units in an [[ApartmentCom…
numberOfAvailableAccommodationUnitsTextIndicates the number of available accommodation units in an [[ApartmentComplex]], or the number of …
numberOfBathroomsTotalNumberThe total integer number of bathrooms in some [[Accommodation]], following real estate conventions …
numberOfBedroomsNumberThe total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPl…
numberOfFullBathroomsNumberNumber of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This c…
numberOfPartialBathroomsNumberNumber of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. Thi…
numberOfRoomsNumberThe number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. Typ…
petsAllowedBooleanIndicates whether pets are allowed to enter the accommodation or lodging business. More detailed in…

Ärvda egenskaper

FloorPlan ärver även egenskaper från Intangible, Thing.

EgenskapFörväntad typBeskrivning
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.

FloorPlan JSON-LD-exempel

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

Vanliga frågor

Vad är FloorPlan-schema?

FloorPlan (schema.org/FloorPlan) är en strukturerad datatyp som används för att beskriva en FloorPlan för sökmotorer och AI-system. Att lägga till FloorPlan-JSON-LD på en sida hjälper Google, Bing och svarsmotorer att förstå innehållet och kan möjliggöra utökade resultat.

Hur lägger jag till strukturerad FloorPlan-data på min webbplats?

Fyll i FloorPlan-fälten i det här verktyget, kopiera den genererade JSON-LD:n och klistra in den i en <script type="application/ld+json">-tagg i <head> eller <body> på din sida. Du kan även exportera Microdata, RDFa, XML eller Open Graph.

Är FloorPlan-JSON-LD-generatorn gratis?

Ja. jsonldtool.com är en gratis FloorPlan-schemagenerator och validerare utan krav på registrering.

Relaterade schema-typer

Intangible