# Gift Card — Maison Aurora > **Available formats:** [HTML](https://aztrix.io/maisonaurora.eu/products/gift-card/) · [.md](https://aztrix.io/maisonaurora.eu/products/gift-card.md) *(current)* · [.json](https://aztrix.io/maisonaurora.eu/products/gift-card/?format=json) **Price:** (EUR 50) Digital gift card for Maison Belle. Delivered by email. Valid for 12 months. ## Details - Category: Gifts - Image: https://nnaayfkzvllcnpcnaizx.supabase.co/storage/v1/object/public/media/maison-belle/9fe50b09-49cc-42f6-b108-506acf76448e.jpg ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Store", "name": "Maison Aurora", "url": "https://aztrix.io/maisonaurora.eu/", "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/maisonaurora.eu/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-fashion" }, { "@id": "#cat-home" }, { "@id": "#cat-gifts" }, { "@id": "#cat-accessories" } ] }, { "@id": "#prod-gift-card", "@type": "Product", "name": "Gift Card", "description": "Digital gift card for Maison Belle. Delivered by email. Valid for 12 months.", "image": "https://nnaayfkzvllcnpcnaizx.supabase.co/storage/v1/object/public/media/maison-belle/9fe50b09-49cc-42f6-b108-506acf76448e.jpg", "category": "Gifts", "brand": { "@type": "Brand", "name": "Maison Aurora" }, "url": "https://aztrix.io/maisonaurora.eu/products/gift-card/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonaurora.eu/products/gift-card.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonaurora.eu/products/gift-card/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-artisan-chocolate-box" }, { "@id": "#prod-gift-card" } ] } ] } ```