# Ceramic Stud Earrings — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings/) · [.md](https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings/?format=json) **Price:** (EUR 24) Hand-glazed porcelain studs in ocean blue. Hypoallergenic sterling silver posts. ## Details - Category: Accessories - Image: https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?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": "Maison Belle", "url": "https://aztrix.io/maisonbelle.be/", "description": "A curated boutique in the heart of Antwerp offering sustainable fashion, artisan accessories, and unique home decor. Supporting independent European designers since 2020.", "address": { "@type": "PostalAddress", "streetAddress": "Kammenstraat 28", "addressLocality": "Antwerp", "postalCode": "2000", "addressCountry": "Belgium" }, "telephone": "+32 3 456 78 90", "category": "shopping", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/maisonbelle.be/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-gifts" }, { "@id": "#cat-fashion" }, { "@id": "#cat-home" }, { "@id": "#cat-accessories" } ] }, { "@id": "#prod-ceramic-stud-earrings", "@type": "Product", "name": "Ceramic Stud Earrings", "description": "Hand-glazed porcelain studs in ocean blue. Hypoallergenic sterling silver posts.", "image": "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=600&h=400&fit=crop", "category": "Accessories", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-accessories" }, "offers": { "@type": "Offer", "price": 24, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/ceramic-stud-earrings/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-accessories", "@type": "ItemList", "name": "Accessories", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-brass-cuff-bracelet" }, { "@id": "#prod-ceramic-stud-earrings" } ] } ] } ```