# Butter Croissant — Cafe Aurora > **Available formats:** [HTML](https://aztrix.io/cafeaurora.eu/products/butter-croissant/) · [.md](https://aztrix.io/cafeaurora.eu/products/butter-croissant.md) *(current)* · [.json](https://aztrix.io/cafeaurora.eu/products/butter-croissant/?format=json) **Price:** (EUR 3.5) Flaky, golden croissant baked fresh every morning with French butter. ## Details - Category: Pastries - Image: https://images.unsplash.com/photo-1555507036-ab1f4038024a?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": "Cafe Aurora", "url": "https://aztrix.io/cafeaurora.eu/", "description": "Specialty coffee bar and bakery in Brussels. Single-origin espresso, homemade pastries, and light bites. Order ahead for pickup.", "address": { "@type": "PostalAddress", "streetAddress": "Rue de la Colline 42", "addressLocality": "Brussels", "postalCode": "1000", "addressCountry": "Belgium" }, "telephone": "+32 2 123 45 67", "email": "karel.ribbens@gmail.com", "category": "restaurants", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/cafeaurora.eu/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-coffee" }, { "@id": "#cat-light-bites" }, { "@id": "#cat-specials" }, { "@id": "#cat-pastries" }, { "@id": "#cat-beer" } ] }, { "@id": "#prod-butter-croissant", "@type": "Product", "name": "Butter Croissant", "description": "Flaky, golden croissant baked fresh every morning with French butter.", "image": "https://images.unsplash.com/photo-1555507036-ab1f4038024a?w=600&h=400&fit=crop", "category": "Pastries", "brand": { "@type": "Brand", "name": "Cafe Aurora" }, "url": "https://aztrix.io/cafeaurora.eu/products/butter-croissant/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/cafeaurora.eu/products/butter-croissant.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-pastries" }, "offers": { "@type": "Offer", "price": 3.5, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/cafeaurora.eu/products/butter-croissant/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-pastries", "@type": "ItemList", "name": "Pastries", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 3, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-carrot-cake-slice" }, { "@id": "#prod-butter-croissant" }, { "@id": "#prod-pain-au-chocolat" } ] } ] } ```