{{#schema}}
{
"name": "Magic Google Schema",
"target": "head",
"settings": []
}
{{/schema}}
{{!--
=============================================
1. HOMEPAGE SCHEMA (Organization & WebSite)
Key: website_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.website_schema_enabled}}
{{!-- Only render this on the Homepage to avoid SEO conflicts --}}
{{#if template.name == 'index'}}
{{/if}}
{{/if}}
{{!--
=============================================
2. PRODUCT SCHEMA
Key: product_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.product_schema_enabled}}
{{#if product}}
{{/if}}
{{/if}}
{{!--
=============================================
3. COLLECTION SCHEMA
Key: collection_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.collection_schema_enabled}}
{{#if collection}}
{{/if}}
{{/if}}
{{!--
=============================================
4. BLOG POST SCHEMA
Key: article_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.article_schema_enabled}}
{{#if article}}
{{/if}}
{{/if}}
{{!--
=============================================
5. PAGE SCHEMA
Key: page_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.page_schema_enabled}}
{{#if page}}
{{/if}}
{{/if}}
{{!--
=============================================
6. BREADCRUMBS SCHEMA
Key: breadcrumb_schema_enabled
=============================================
--}}
{{#if shop.metafields.magic_schema.breadcrumb_schema_enabled}}
{{/if}}