{"product_id":"applewood-smoked-bacon","title":"Applewood Smoked Bacon","description":"\u003c!-- =============================================================================\n AMERICAN HAM — PRODUCT PAGE REBUILD REFERENCE\n Worked example: Applewood Smoked Bacon (Smoking Goose)\n -----------------------------------------------------------------------------\n This file contains THREE things:\n 1. The reusable PDP standard (this comment block) — rebuild every product\n against it for a consistent catalog.\n 2. The paste-ready DESCRIPTION BODY for Shopify (semantic HTML, unstyled so\n it inherits your theme). Copy the block marked \u003e\u003e\u003e SHOPIFY DESCRIPTION.\n 3. The JSON-LD PRODUCT SCHEMA for rich snippets. Copy the block marked\n \u003e\u003e\u003e JSON-LD SCHEMA into your theme (or a custom Liquid block).\n Open this file in a browser to preview how the description renders.\n =============================================================================\n THE STANDARD — every product page should ship with:\n • SEO Title (\u003c60 chars): [Producer] [Product] | [Style\/Differentiator] | American Ham\n • Meta description (\u003c155 chars): hand-written, benefit + usage + one trust\/diet flag\n • H1: clean product name (Shopify renders this from the product title)\n • Vendor line: producer name\n • Hook: one bold sentence with personality\n • Story paragraph: provenance + method (heritage \/ craft \/ how it's made)\n • Usage paragraph: serving ideas + occasions\n • Spec bullets: weight, form, cure \u0026 smoke, cook state, dietary, no-junk claims\n • Ingredients \u0026 allergens block\n • Storage line\n • Closing line: confident, celebratory\n • Image alt text: \"[Producer] [product], [key descriptor]\" — never leftover\n sourced\/competitor names\n • JSON-LD Product schema (brand, offers, availability — NO fake ratings)\n FILL-IN FIELDS for this product (confirm before publish):\n SEO Title: Applewood Smoked Bacon | Maple Dry-Cured | American Ham\n Meta description: Applewood smoked bacon dry-cured in real maple and brown\n sugar, smoked over whole logs. No added nitrates, gluten\n free. Small-batch American craft.\n Image alt text: Smoking Goose applewood smoked bacon, sliced and dry-cured\n in maple and brown sugar\n============================================================================= --\u003e\n\u003c!-- ============================================================================\n \u003e\u003e\u003e SHOPIFY DESCRIPTION (paste into the product Description, HTML\/\u003c\u003e view)\n ============================================================================ --\u003e\n\u003cp\u003e\u003cstrong\u003eThere's bacon, and then there's bacon worth slowing down for.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWhole pork bellies are rubbed by hand and dry-cured in real maple syrup, sea\n salt, and brown sugar, then smoked low and slow over whole applewood logs —\n no chips, no sawdust, no liquid smoke standing in for the real thing. What comes\n out is bacon with backbone: deep applewood smoke, a clean maple sweetness, and the\n honest, meaty chew that reminds you what a pork belly is supposed to taste like.\u003c\/p\u003e\n\u003cp\u003eLay a few slices in a cold cast-iron skillet, bring the heat up slow, and let\n the kitchen fill with the smell of a proper Sunday morning. It earns its place\n next to eggs, but it's just as at home crumbled over a wedge salad, layered into a\n BLT with real heft, or wrapped around anything headed for the smoker.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e12 oz package, sliced\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDry-cured\u003c\/strong\u003e in maple syrup, sea salt \u0026amp; brown sugar\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmoked over whole applewood logs\u003c\/strong\u003e — never liquid smoke\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eNo added nitrates, antibiotics, or added hormones\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eNaturally gluten free\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eSmall-batch, made in America\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cp\u003ePork Belly, Salt, Brown Sugar, Cane Sugar, Maple Syrup, Celery Powder, Cherry\n Powder. Gluten free.\u003c\/p\u003e\n\u003ch3\u003eStorage\u003c\/h3\u003e\n\u003cp\u003eKeep refrigerated, or freeze to hold up to a year.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSmokehouse craft, the honest way — from one of America's best\n small-batch makers to your skillet.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c!-- ============================================================================\n END SHOPIFY DESCRIPTION\n ============================================================================ --\u003e\n\u003c!-- ============================================================================\n \u003e\u003e\u003e JSON-LD SCHEMA (paste into theme.liquid, the product template, or a\n custom Liquid section). Replace the CONFIRM\/REPLACE placeholders.\n • brand = the producer (Smoking Goose); seller = American Ham.\n • Do NOT add aggregateRating unless you have real, on-site reviews — Google\n penalizes fabricated ratings. An optional block is commented out below.\n ============================================================================ --\u003e\n\u003cscript\u003e\n{\n \"@context\": \"https:\/\/schema.org\/\",\n \"@type\": \"Product\",\n \"name\": \"Applewood Smoked Bacon\",\n \"image\": [\n \"https:\/\/americanham.com\/cdn\/shop\/files\/REPLACE-with-product-image.jpg\"\n ],\n \"description\": \"Applewood smoked bacon dry-cured in real maple syrup, sea salt, and brown sugar, then smoked over whole applewood logs. No added nitrates, naturally gluten free. Small-batch American craft. 12 oz, sliced.\",\n \"sku\": \"REPLACE-with-SKU\",\n \"brand\": {\n \"@type\": \"Brand\",\n \"name\": \"Smoking Goose\"\n },\n \"category\": \"Bacon\",\n \"offers\": {\n \"@type\": \"Offer\",\n \"url\": \"https:\/\/americanham.com\/products\/REPLACE-with-product-handle\",\n \"priceCurrency\": \"USD\",\n \"price\": \"12.17\",\n \"availability\": \"https:\/\/schema.org\/InStock\",\n \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n \"seller\": {\n \"@type\": \"Organization\",\n \"name\": \"American Ham\"\n }\n }\n}\n\u003c\/script\u003e\n\u003c!-- OPTIONAL — add ONLY if you have real reviews. Insert inside the Product object:\n \"aggregateRating\": {\n \"@type\": \"AggregateRating\",\n \"ratingValue\": \"4.8\",\n \"reviewCount\": \"37\"\n }\n--\u003e\n\u003c!-- ============================================================================\n SHOPIFY TIP: Shopify can output product schema dynamically with Liquid so you\n don't hand-edit price\/availability per product, e.g.:\n \"price\": \"{{ product.price | divided_by: 100.0 }}\",\n \"availability\": \"{% if product.available %}https:\/\/schema.org\/InStock{% else %}https:\/\/schema.org\/OutOfStock{% endif %}\",\n \"image\": [\"{{ product.featured_image | image_url: width: 1200 }}\"]\n Validate any version with Google's Rich Results Test before rollout.\n ============================================================================ --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/americanham.com\/collections\/bacon-1\"\u003eExplore more Bacon →\u003c\/a\u003e\u003c\/p\u003e","brand":"Smoking Goose","offers":[{"title":"Default Title","offer_id":55640726601896,"sku":"AH-SG-APPLEWOODBACON","price":12.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/3869\/5336\/files\/BaconApplewoodSmoked_1296x_2b12959c-ccb4-40ba-ba3b-82467d5a0b8c.webp?v=1782147658","url":"https:\/\/americanham.com\/products\/applewood-smoked-bacon","provider":"American Ham","version":"1.0","type":"link"}