{
  "/": {
    "title": "{store.name}",
    "description": "Browse our collection."
  },
  "/shop/cart": {
    "title": "Cart | {store.name}",
    "description": "Review your cart and checkout."
  },
  "/shop/product/:sku": {
    "title": "{sku.name} | {store.name}",
    "description": "{sku.description}",
    "image": "{store.url}{sku.images.0}",
    "data": "src/data/products.json"
  }
}
