item
Canonical URL: http://schema.org/itemAn entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.
Usage: Between 1000 and 10,000 domains
- Leave public feedback on this term 💬
- Check for open issues.
- 'item' is mentioned in layer: core
Values expected to be one of these types |
---|
Thing
|
Used on these types |
---|
DataFeedItem
ListItem
|
Examples
- <ol>
- <li>
- <a href="https://example.com/dresses">Dresses</a>
- </li>
- <li>
- <a href="https://example.com/dresses/real">Real Dresses</a>
- </li>
- </ol>
- <ol itemscope itemtype="http://schema.org/BreadcrumbList">
- <li itemprop="itemListElement" itemscope
- itemtype="http://schema.org/ListItem">
- <a itemprop="item" href="https://example.com/dresses">
- <span itemprop="name">Dresses</span></a>
- <meta itemprop="position" content="1" />
- </li>
- <li itemprop="itemListElement" itemscope
- itemtype="http://schema.org/ListItem">
- <a itemprop="item" href="https://example.com/dresses/real">
- <span itemprop="name">Real Dresses</span></a>
- <meta itemprop="position" content="2" />
- </li>
- </ol>
- <ol vocab="http://schema.org/" typeof="BreadcrumbList">
- <li property="itemListElement" typeof="ListItem">
- <a property="item" typeof="WebPage" href="https://example.com/dresses">
- <span property="name">Dresses</span></a>
- <meta property="position" content="1">
- </li>
- <li property="itemListElement" typeof="ListItem">
- <a property="item" typeof="WebPage" href="https://example.com/dresses/real">
- <span property="name">Real Dresses</span></a>
- <meta property="position" content="2">
- </li>
- </ol>
- <script type="application/ld+json">
- {
- "@context": "http://schema.org",
- "@type": "BreadcrumbList",
- "itemListElement":
- [
- {
- "@type": "ListItem",
- "position": 1,
- "item":
- {
- "@id": "https://example.com/dresses",
- "name": "Dresses"
- }
- },
- {
- "@type": "ListItem",
- "position": 2,
- "item":
- {
- "@id": "https://example.com/dresses/real",
- "name": "Real Dresses"
- }
- }
- ]
- }
- </script>
- <ol>
- <li>
- <a href="https://example.com/dresses">Dresses</a>
- </li>
- <li>
- <a href="https://example.com/dresses/real">Real Dresses</a>
- </li>
- </ol>
- <ol itemscope itemtype="http://schema.org/BreadcrumbList">
- <li itemprop="itemListElement" itemscope
- itemtype="http://schema.org/ListItem">
- <a itemprop="item" href="https://example.com/dresses">
- <span itemprop="name">Dresses</span></a>
- <meta itemprop="position" content="1" />
- </li>
- <li itemprop="itemListElement" itemscope
- itemtype="http://schema.org/ListItem">
- <a itemprop="item" href="https://example.com/dresses/real">
- <span itemprop="name">Real Dresses</span></a>
- <meta itemprop="position" content="2" />
- </li>
- </ol>
- <ol vocab="http://schema.org/" typeof="BreadcrumbList">
- <li property="itemListElement" typeof="ListItem">
- <a property="item" typeof="WebPage" href="https://example.com/dresses">
- <span property="name">Dresses</span></a>
- <meta property="position" content="1">
- </li>
- <li property="itemListElement" typeof="ListItem">
- <a property="item" typeof="WebPage" href="https://example.com/dresses/real">
- <span property="name">Real Dresses</span></a>
- <meta property="position" content="2">
- </li>
- </ol>
- <script type="application/ld+json">
- {
- "@context": "http://schema.org",
- "@type": "BreadcrumbList",
- "itemListElement":
- [
- {
- "@type": "ListItem",
- "position": 1,
- "item":
- {
- "@id": "https://example.com/dresses",
- "name": "Dresses"
- }
- },
- {
- "@type": "ListItem",
- "position": 2,
- "item":
- {
- "@id": "https://example.com/dresses/real",
- "name": "Real Dresses"
- }
- }
- ]
- }
- </script>
Schema Version 3.2