---
"@context": "https://schema.org"
"@type": "Product"
"@id": "https://dasarakushi.com/mockups/product-page#8910995"
productID: "8910995"
sku: "8910995-CAF"
url: "https://dasarakushi.com/mockups/product-page"
name: "Cafuné Atelier Coffee Classic Candle"
brand:
  "@type": "Brand"
  name: "Cafuné Atelier"
category: "Home / Candles & Diffusers"
description: "Hand-poured 8 oz coconut-soy blend candle with a 50-hour burn time. Notes of freshly-ground espresso layered over warm vanilla bean, finished with a whisper of dark cardamom. Lead-free cotton wick. Recyclable amber glass vessel."
weight:
  "@type": "QuantitativeValue"
  value: "227g"
  unitText: "g"
aggregateRating:
  "@type": "AggregateRating"
  ratingValue: 4.7
  reviewCount: 312
offers:
  "@type": "Offer"
  url: "https://dasarakushi.com/mockups/product-page"
  priceCurrency: "USD"
  price: 48
  availability: "https://schema.org/InStock"
  itemCondition: "https://schema.org/NewCondition"
# variants — each color is a property of THIS product, not a separate product
# canonical for all variants is the bare URL above; title differentiates
hasVariant:
  - "@type": "ProductGroup"
    name: "Cafuné Atelier Coffee Classic Candle — Espresso"
    color: "Espresso"
    "@id": "https://dasarakushi.com/mockups/product-page#8910995-000"
  - "@type": "ProductGroup"
    name: "Cafuné Atelier Coffee Classic Candle — Vanilla Bean"
    color: "Vanilla Bean"
    "@id": "https://dasarakushi.com/mockups/product-page#8910995-001"
  - "@type": "ProductGroup"
    name: "Cafuné Atelier Coffee Classic Candle — Cardamom"
    color: "Cardamom"
    "@id": "https://dasarakushi.com/mockups/product-page#8910995-002"
dateModified: "2026-06-12T06:44:38.245Z"
selectedVariant: null
_demo: true
_publisher: "Dasara Kushi · dasarakushi.com"
_note: "Fictional demo page illustrating the bifurcation pattern on a Nordstrom-style product URL. The same product is served as HTML at https://dasarakushi.com/mockups/product-page and as this markdown + JSON-LD at https://dasarakushi.com/mockups/product-page/llms.md. Query params (color, origin, breadcrumb) are demonstrated on the HTML page."
---
# Cafuné Atelier Coffee Classic Candle

> Hand-poured 8 oz coconut-soy blend candle with a 50-hour burn time. Notes of freshly-ground espresso layered over warm vanilla bean, finished with a whisper of dark cardamom. Lead-free cotton wick. Recyclable amber glass vessel.

**Brand:** Cafuné Atelier · **Price:** $48.00 · **Size:** 8 oz

**Rating:** 4.7 / 5 (312 reviews) · **SKU:** 8910995-CAF

## Selected variant

- No variant selected. Default would be **Espresso** (`000`).

## All color variants

Each variant is a property of one entity — not a separate product. The canonical URL is the same for every color; the variant title differentiates.

- `color=000` — **Espresso** — Dark roasted espresso, vanilla bean, brown sugar
- `color=001` — **Vanilla Bean** — Madagascar vanilla, raw cane sugar, soft cream
- `color=002` — **Cardamom** — Green cardamom, black tea, smoked oud

## Canonicalization rules used on this page

The Nordstrom-shaped URL that inspired this demo carries three query parameters. Each is handled differently:

| Parameter | Decision | Reason |
|---|---|---|
| `color=000` | **keep** (variant) | Property of one entity. Canonical stays at the bare URL, title becomes *Coffee Classic Candle — Espresso*. |
| `origin=category-personalizedsort` | **strip** | Referrer attribution / personalization context. Same page regardless of how the user arrived. |
| `breadcrumb=Home%2FHome%2FNew%20Arrivals` | **strip** | Navigation context. Same page regardless of which crumb path led here. |

Canonical for every combination: `https://dasarakushi.com/mockups/product-page`

## Offer

- **Price:** $48.00 USD
- **Availability:** InStock
- **Condition:** New
- **Returns:** Free returns within 30 days

---

## About this representation

This is a demo page illustrating the **bifurcation pattern** for AI-consumable product content. The same product is published at two URLs from one source:

- **HTML** (humans, browsers): `https://dasarakushi.com/mockups/product-page`
- **Markdown + JSON-LD frontmatter** (AI consumers): `https://dasarakushi.com/mockups/product-page/llms.md`

The HTML page declares the alternate format via:

```html
<link rel="alternate" type="text/markdown" href="/mockups/product-page/llms.md" />
```

AI shopping agents (Perplexity Shopping, ChatGPT Shopping, Google AI Mode) can fetch this format directly — clean Product schema with brand, price, availability, variants, ratings — instead of parsing the HTML chrome (recommendations, reviews carousel, footer, scripts, ads, modals).

**This is fictional data.** *Cafuné Atelier* is a made-up brand used for illustration. The URL shape is modeled on a real Nordstrom product URL to demonstrate canonicalization decisions across multiple query parameters. The pattern is real.

## Related

- [Person profile bifurcation demo](https://dasarakushi.com/mockups/person-page) — same pattern, applied to a Spokeo-style person page (entity disambiguation instead of product variant).
- [One canonicalization rule](https://dasarakushi.com/notes/where-search-intent-lives) — the article this demo instantiates. The MAC Lip Liner / "John Smith" examples in that piece are the abstract version of what this page does in concrete URLs.
