Schema Markup — Internal Reference

Schema Markup — Internal Reference

This page contains JSON-LD schema blocks for cbdDR.com. These are for developer/theme injection reference only. Do not publish this page.

Organization Schema — Inject in theme.liquid <head>

{"@context":"https://schema.org","@type":"Organization","name":"cbdDR","url":"https://cbddr.com","logo":"https://cbddr.com/cdn/shop/files/cbddr-logo.png","foundingDate":"2014","founder":{"@type":"Person","name":"Matthew Scott"},"description":"Science-driven standardized cannabinoid wellness. Scientist-formulated by botanical scientist Matthew Scott since 2014. Broad spectrum CBD, CBG, CBN, and CBC tinctures and topicals. Zero THC. Third-party tested every batch.","contactPoint":{"@type":"ContactPoint","contactType":"customer service","url":"https://cbddr.com/pages/contact"},"sameAs":["https://cbddr.com"]}

FAQ Schema — Inject on FAQ page template

{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is CBD?","acceptedAnswer":{"@type":"Answer","text":"Cannabidiol (CBD) is a non-intoxicating phytocannabinoid derived from hemp. It interacts with the body's endocannabinoid system (ECS) and is federally legal when derived from hemp containing less than 0.3% THC."}},{"@type":"Question","name":"Do cbdDR products contain THC?","acceptedAnswer":{"@type":"Answer","text":"No. All cbdDR products are formulated to contain zero THC, verified by independent ISO/IEC 17025-accredited laboratory testing on every batch."}},{"@type":"Question","name":"What is a Certificate of Analysis (COA)?","acceptedAnswer":{"@type":"Answer","text":"A COA is a document issued by an independent laboratory reporting test results for a specific product batch, covering cannabinoid potency, heavy metals, pesticides, residual solvents, and microbials."}},{"@type":"Question","name":"What is the endocannabinoid system?","acceptedAnswer":{"@type":"Answer","text":"The endocannabinoid system (ECS) is a cell-signaling network present in all vertebrates, consisting of cannabinoid receptors (CB1 and CB2), endogenous cannabinoids, and enzymes that regulate their production and breakdown."}},{"@type":"Question","name":"Will CBD show up on a drug test?","acceptedAnswer":{"@type":"Answer","text":"Standard drug tests screen for THC metabolites, not CBD. All cbdDR products are zero THC, verified by independent laboratory testing. However, no product can guarantee a negative drug test for every individual in every context."}},{"@type":"Question","name":"Who founded cbdDR?","acceptedAnswer":{"@type":"Answer","text":"cbdDR was founded in 2014 by Matthew Scott, a lifelong botanical scientist with expertise in plant-derived compounds and standardized formulation science."}}]}

Product Schema — Inject in product.liquid template

{"@context":"https://schema.org","@type":"Product","name":"{{ product.title }}","description":"{{ product.description | strip_html | truncate: 200 }}","brand":{"@type":"Brand","name":"cbdDR"},"offers":{"@type":"Offer","price":"{{ product.price | money_without_currency }}","priceCurrency":"USD","availability":"{% if product.available %}https://schema.org/InStock{% else %}https://schema.org/OutOfStock{% endif %}","url":"{{ shop.url }}{{ product.url }}"},"manufacturer":{"@type":"Organization","name":"cbdDR","url":"https://cbddr.com"}}