# Taproom Gift Card — NordBrew > **Available formats:** [HTML](https://aztrix.io/nordbrew.dk/products/taproom-gift-card/) · [.md](https://aztrix.io/nordbrew.dk/products/taproom-gift-card.md) *(current)* · [.json](https://aztrix.io/nordbrew.dk/products/taproom-gift-card/?format=json) **Price:** (EUR 50) Digital gift card for the NordBrew taproom. Redeemable for drinks, food, merch, and experiences. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1513201099705-a9746e1e201f?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": "NordBrew", "url": "https://aztrix.io/nordbrew.dk/", "description": "Copenhagen craft brewery and taproom. Small-batch IPAs, sours, and stouts brewed with Nordic botanicals. Taproom, brewery tours, and online shop.", "address": { "@type": "PostalAddress", "streetAddress": "Vesterbrogade 97", "addressLocality": "Copenhagen", "postalCode": "1620", "addressCountry": "Denmark" }, "telephone": "+45 33 15 00 00", "category": "restaurants", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/nordbrew.dk/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-beer" }, { "@id": "#cat-gifts" }, { "@id": "#cat-merch" }, { "@id": "#cat-experiences" } ] }, { "@id": "#prod-taproom-gift-card", "@type": "Product", "name": "Taproom Gift Card", "description": "Digital gift card for the NordBrew taproom. Redeemable for drinks, food, merch, and experiences.", "image": "https://images.unsplash.com/photo-1513201099705-a9746e1e201f?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "NordBrew" }, "url": "https://aztrix.io/nordbrew.dk/products/taproom-gift-card/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/nordbrew.dk/products/taproom-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/nordbrew.dk/products/taproom-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-discovery-tasting-box" }, { "@id": "#prod-taproom-gift-card" } ] } ] } ```