Sample · AI-Ready Product Kit

Two implementation layers, using the same fictional product facts.

These are fully synthetic, redacted-equivalent examples. “Northstar Field Bottle,” its facts, URLs, tags, and code exist only to demonstrate the Etsy and Shopify delivery shape. They are not customer work, platform submissions, or evidence of indexing, recommendation, traffic, conversion, or sales.

Shared synthetic source record

Product: Northstar Field Bottle; SKU: SYN-NFB-750; 750 ml; stainless steel body; polypropylene carry-loop lid; hand wash; not for hot liquids; intended for cold water on walks, commutes, and at a desk; $28.00 USD; in stock. The thirteen phrases below are synthetic seller-supplied buyer phrases—not search-volume research.

Every $49 kit also contains the complete title, five bullets, description, ten FAQs, and portable Product JSON-LD shown in the synthetic $9 sample.

Synthetic Etsy layer

Listing title

Northstar 750 ml Stainless Steel Field Bottle with Carry Loop

Thirteen bounded tags

  1. field bottle
  2. steel water bottle
  3. 750 ml bottle
  4. carry loop bottle
  5. reusable bottle
  6. walking water bottle
  7. commute bottle
  8. cold drink bottle
  9. desk water bottle
  10. simple water bottle
  11. everyday bottle
  12. metal bottle
  13. water bottle with loop

Category-attribute completion checklist

Swipe horizontally to see every column →

FieldSynthetic statusAction
Primary materialKnown: stainless steelEnter supplied value
CapacityKnown: 750 mlEnter supplied value
ColorUnknownMerchant must confirm; leave blank until then
PersonalizationUnknownDo not enable without merchant confirmation

AI-surface reality note

Etsy controls the marketplace page HTML and any downstream feeds. This package supplies consistent listing fields for the merchant to enter; it does not add JSON-LD to Etsy, submit a feed, or prove that Etsy or another platform used the fields.

Synthetic Shopify layer

Metafield map

Swipe horizontally to see every column →

Namespace and keyValue sourceSynthetic value
custom.capacity_mlSeller-supplied capacity750
custom.body_materialSeller-supplied materialStainless steel
custom.care_instructionsSeller-supplied careHand wash; not for hot liquids

Conditional Liquid fallback shape

{%- if cc_emit_product_jsonld == true -%}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": {{ shop.url | append: product.url | append: "#product" | json }},
  "sku": {{ product.selected_or_first_available_variant.sku | json }},
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Capacity",
      "value": {{ product.metafields.custom.capacity_ml.value | json }},
      "unitText": "ml"
    }
  ]
}
</script>
{%- endif -%}

This excerpt is a conditional fallback, not an automatic extension. A merchant or developer must inspect the rendered page first. If a valid Product object already exists, do not add the fallback; update the existing emitter instead. Enable it only after confirming the page will retain exactly one base Product object.

Parity checklist excerpt

  • Visible price = structured-data price = feed price.
  • Visible availability = structured-data availability = feed availability.
  • SKU stays identical across the product record and selected variant.
  • Unknown dimensions, insulation, and leak-resistance claims remain absent.

What this sample demonstrates

The real $49 delivery includes the full $9 listing layer plus one platform-specific structured layer. It passes Tier 1 checks and the selected Etsy or Shopify checks before human release.

Review the exact $49 service scope