Sample Fix Pack

A handoff-ready fix pack.

This synthetic example shows how ProductProof packages evidence, impact, and implementation notes into something a store owner or developer can use immediately.

Shopify example JSON-LD guidance Rescan checklist
Pack value $149

Audit + implementation notes

Operator workflow showing scan, evidence, and fix pack steps
Fix pack preview The handoff shows what broke, why it matters, and what to change first.

Developer handoff

Add structured shipping and return policy signals where store rules are stable.

Confirm shipping destinations, costs, return window, and exceptions before publishing markup. Do not hard-code values that conflict with checkout or policy pages.

2Fields to review
1Template likely affected
3QA steps
0Outcome guarantees

Snippet guidance

Example JSON-LD direction

{
  "@type": "Offer",
  "price": "{{ product.selected_or_first_available_variant.price | money_without_currency }}",
  "priceCurrency": "{{ cart.currency.iso_code }}",
  "availability": "https://schema.org/InStock",
  "shippingDetails": {
    "@type": "OfferShippingDetails",
    "shippingDestination": {
      "@type": "DefinedRegion",
      "addressCountry": "US"
    }
  },
  "hasMerchantReturnPolicy": {
    "@type": "MerchantReturnPolicy",
    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow"
  }
}

QA checklist

Do not ship markup until these checks pass.

The fix pack is designed to reduce back-and-forth between store owner, agency, and developer.

1Policy match

Shipping and returns must match visible public policy pages.

2Variant match

Default variant price and availability must not contradict the selected offer.

3Parser check

Validate Product and Offer output after the theme deploys.

4Rescan

Run ProductProof again and compare the issue list before/after.