{
    "@context": "https://schema.org/",
    "@type": "Product",
    "name": "Chocolate Chip Cookies",
    "description": "Classic chewy cookies with rich chocolate chips. Made with coconut sugar and real butter (contains milk).",
    "image": "https://thewheatbunny.shop/images/products/chocolate-chip-cookies/webp/coockies_salt.webp",
    "brand": {
        "@type": "Brand",
        "name": "Wheat Bunny"
    },
    "offers": {
        "@type": "Offer",
        "name": "250g (10-12 pieces)",
        "price": "10.00",
        "priceCurrency": "SGD",
        "availability": "https://schema.org/InStock"
    }
}
