{ "@context": "https://schema.org", "@type": "ItemList", "name": "Lip Oil Collection", "url": "https://typsybeauty.com/collections/lip-oil", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Lip Oil 1 Name", "image": "https://typsybeauty.com/path/to/product-image-1.jpg", "description": "A moisturizing lip oil that nourishes and adds a hint of color.", "url": "https://typsybeauty.com/products/lip-oil-1", "sku": "12345", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "19.99", "url": "https://typsybeauty.com/products/lip-oil-1", "seller": { "@type": "Organization", "name": "Typsy Beauty" } } } }, { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Lip Oil 2 Name", "image": "https://typsybeauty.com/path/to/product-image-2.jpg", "description": "This nourishing lip oil helps to keep lips soft and hydrated all day.", "url": "https://typsybeauty.com/products/lip-oil-2", "sku": "12346", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "21.99", "url": "https://typsybeauty.com/products/lip-oil-2", "seller": { "@type": "Organization", "name": "Typsy Beauty" } } } }, { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Lip Oil 3 Name", "image": "https://typsybeauty.com/path/to/product-image-3.jpg", "description": "A soothing and hydrating lip oil with a natural shine.", "url": "https://typsybeauty.com/products/lip-oil-3", "sku": "12347", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "17.99", "url": "https://typsybeauty.com/products/lip-oil-3", "seller": { "@type": "Organization", "name": "Typsy Beauty" } } } } ] }