Blog
Blog covers Shopify's blog and article templates: the index that lists articles by blog and by tag, and the article page itself. Article bodies are merchant-written HTML, with anything structured held in article metafields. The template's job is therefore to add structure to content it did not author, and to do it without editing the body.
How We've Used It
The recurring move is deriving structure at runtime instead of asking editors to author it twice. A table of contents is built from the headings already in the body. Related products come from a metafield rather than from a parser guessing at links. Tag filtering runs over Shopify's own tagged routes, so a filtered index is a real URL. Structured data is the other half: article pages carry hand-authored JSON-LD assembled from the same fields the page renders, which is the only version of that markup we will ship — a payload asserting something the visible page does not say is a liability, not an optimization.
Builds Using It
- Creator collab video listing driven by article metafields — Nudestix
- Tabbed collection product slider and the shared merchandising card — Three Ships
- Metafield-driven breadcrumbs across product, collection, page, blog and article — LUS Brands
- Product-page FAQ accordion: page-backed answers, mobile 'View More' reveal, auto-emitted FAQPage — Three Ships
- Metafield-driven editorial article template (TSB blog) — Three Ships
- House pagination component with result counter for blog and collection grids — LUS Brands
19 further gated builds use it; their pages follow.