{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/anchor-house-blend",
  "name": "Anchor House Blend",
  "brand": {
    "@type": "Brand",
    "name": "Anchor Roasters"
  },
  "category": "beans",
  "description": "House espresso blend: dark cocoa, dried fig, brown sugar. Roasted Tuesdays.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Roast",
      "value": "Medium-dark"
    },
    {
      "@type": "PropertyValue",
      "name": "Origin",
      "value": "Brazil, Colombia, Ethiopia"
    },
    {
      "@type": "PropertyValue",
      "name": "Process",
      "value": "Natural and washed"
    },
    {
      "@type": "PropertyValue",
      "name": "Weight",
      "value": "340 g"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/anchor-house-blend#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/anchor-house-blend",
    "priceCurrency": "USD",
    "price": "24.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}