# Radiance Serum — Glow Botanics > **Available formats:** [HTML](https://aztrix.io/glowbotanics.be/products/radiance-serum/) · [.md](https://aztrix.io/glowbotanics.be/products/radiance-serum.md) *(current)* · [.json](https://aztrix.io/glowbotanics.be/products/radiance-serum/?format=json) **Price:** (EUR 42) Concentrated vitamin C serum with rosehip and sea buckthorn oils. Certified organic, 30ml dropper bottle. ## Details - Category: Serums - Image: https://images.unsplash.com/photo-1620916566398-39f1143ab7be?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Glow Botanics", "url": "https://aztrix.io/glowbotanics.be/", "description": "Belgian clean beauty brand. Certified organic serums, moisturisers, and oils made with locally foraged botanicals. Cruelty-free and vegan.", "address": { "@type": "PostalAddress", "streetAddress": "Avenue Louise 54", "addressLocality": "Brussels", "postalCode": "1050", "addressCountry": "Belgium" }, "telephone": "+32 2 789 01 23", "category": "beauty_spas", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/glowbotanics.be/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-oils" }, { "@id": "#cat-bath" }, { "@id": "#cat-gifts" }, { "@id": "#cat-serums" }, { "@id": "#cat-makeup" } ] }, { "@id": "#prod-radiance-serum", "@type": "Product", "name": "Radiance Serum", "description": "Concentrated vitamin C serum with rosehip and sea buckthorn oils. Certified organic, 30ml dropper bottle.", "image": "https://images.unsplash.com/photo-1620916566398-39f1143ab7be?w=600&h=400&fit=crop", "category": "Serums", "brand": { "@type": "Brand", "name": "Glow Botanics" }, "url": "https://aztrix.io/glowbotanics.be/products/radiance-serum/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/glowbotanics.be/products/radiance-serum.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-serums" }, "offers": { "@type": "Offer", "price": 42, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/glowbotanics.be/products/radiance-serum/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-serums", "@type": "ItemList", "name": "Serums", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-radiance-serum" } ] } ] } ```