Alle eksempler/examples/carousel-itemlist

ItemList til Carousel Results

NavigationAvanceret

ItemList schema til at skabe carousel rich results i Google med multiple items.

Indrammede vintagefotografier hængt op i et gitter på en væg
Foto: Juan Pablo / Unsplash
Markup

Kodeeksempel

carousel-itemlist.htmlNavigation
<!DOCTYPE html>
<html lang="da">
<head>
  <title>Top 10 Bedste Smartphones 2025</title>
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "name": "Top 10 Bedste Smartphones 2025",
    "description": "Vores eksperter har testet årets smartphones og udvalgt de 10 bedste modeller.",
    "itemListOrder": "https://schema.org/ItemListOrderDescending",
    "numberOfItems": 10,
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/iphone-15-pro",
          "name": "Apple iPhone 15 Pro",
          "image": "https://example.com/images/iphone-15-pro.jpg",
          "description": "Den ultimative smartphone med A17 Pro chip og titanium design.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.8",
            "reviewCount": "1247"
          },
          "offers": {
            "@type": "Offer",
            "price": "10499",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 2,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/samsung-s24-ultra",
          "name": "Samsung Galaxy S24 Ultra",
          "image": "https://example.com/images/samsung-s24-ultra.jpg",
          "description": "Premium Android smartphone med S Pen og fantastisk kamera.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.7",
            "reviewCount": "892"
          },
          "offers": {
            "@type": "Offer",
            "price": "10999",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 3,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/google-pixel-8-pro",
          "name": "Google Pixel 8 Pro",
          "image": "https://example.com/images/pixel-8-pro.jpg",
          "description": "Google AI møder fantastisk fotografi. Den smarteste Android.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.6",
            "reviewCount": "634"
          },
          "offers": {
            "@type": "Offer",
            "price": "8999",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 4,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/oneplus-12",
          "name": "OnePlus 12",
          "image": "https://example.com/images/oneplus-12.jpg",
          "description": "Flagship killer med lynhurtig opladning og flot skærm.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.5",
            "reviewCount": "421"
          },
          "offers": {
            "@type": "Offer",
            "price": "6999",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 5,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/xiaomi-14-pro",
          "name": "Xiaomi 14 Pro",
          "image": "https://example.com/images/xiaomi-14-pro.jpg",
          "description": "Utrolig pris/performance med Leica kamera.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.4",
            "reviewCount": "358"
          },
          "offers": {
            "@type": "Offer",
            "price": "5999",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 6,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/sony-xperia-1-v",
          "name": "Sony Xperia 1 V",
          "image": "https://example.com/images/xperia-1-v.jpg",
          "description": "For fotografer: Pro kamera features og 4K skærm.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.3",
            "reviewCount": "289"
          },
          "offers": {
            "@type": "Offer",
            "price": "9499",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 7,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/motorola-edge-50-pro",
          "name": "Motorola Edge 50 Pro",
          "image": "https://example.com/images/motorola-edge-50.jpg",
          "description": "Solid mellemklasse med clean Android experience.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.2",
            "reviewCount": "234"
          },
          "offers": {
            "@type": "Offer",
            "price": "4999",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 8,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/asus-rog-phone-8",
          "name": "ASUS ROG Phone 8",
          "image": "https://example.com/images/rog-phone-8.jpg",
          "description": "Gaming beast med 165Hz skærm og trigger buttons.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.6",
            "reviewCount": "412"
          },
          "offers": {
            "@type": "Offer",
            "price": "8499",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 9,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/nothing-phone-2",
          "name": "Nothing Phone (2)",
          "image": "https://example.com/images/nothing-phone-2.jpg",
          "description": "Unikt design med Glyph interface og god performance.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.1",
            "reviewCount": "567"
          },
          "offers": {
            "@type": "Offer",
            "price": "4499",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      },
      {
        "@type": "ListItem",
        "position": 10,
        "item": {
          "@type": "Product",
          "@id": "https://example.com/smartphones/fairphone-5",
          "name": "Fairphone 5",
          "image": "https://example.com/images/fairphone-5.jpg",
          "description": "Bæredygtig smartphone du kan reparere selv.",
          "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.0",
            "reviewCount": "198"
          },
          "offers": {
            "@type": "Offer",
            "price": "4299",
            "priceCurrency": "DKK",
            "availability": "https://schema.org/InStock"
          }
        }
      }
    ]
  }
  </script>
</head>
<body>
  <h1>Top 10 Bedste Smartphones 2025</h1>
  <ol>
    <li>Apple iPhone 15 Pro</li>
    <li>Samsung Galaxy S24 Ultra</li>
  </ol>
</body>
</html>
Validér altid, før du sender live
Gennemgang

Forklaring

Dette eksempel viser ItemList schema til at skabe carousel rich results i Google søgninger. Google kan vise dette som en scrollbar carousel med multiple items direkte i søgeresultaterne. Perfekt til top 10 lister, produkt sammlinger og kategorier.

Anvendelse

Use cases

  • Top 10 / Best of lister
  • Produkt kategorier og samlinger
  • Recipe collections
  • Article series
  • Event listings
Praksis

Best practices

  • Minimum 3 items, optimalt 5-10 for carousel
  • Hver item skal have unik @id URL
  • Brug itemListOrder til at specificere rækkefølge
  • Inkluder numberOfItems for klarhed
  • Hver ListItem skal have position
  • Items skal have image, name og description
  • Tilføj aggregateRating for bedre visning
  • Alle items skal være samme @type (Product, Article, etc.)
  • URLs skal pege på faktiske sider på dit site
Opslag

Typer brugt her

Eksemplet bygger på disse typer. Slå dem op for påkrævede properties og Googles understøttelse.

Krydshenvisninger

Andre eksempler

Kolofon

Format
Navigation
Niveau
Avanceret
Use cases
5
Best practices
9
Tilbage til registeret