Day-to-Day Operations Theme settings SEO & meta tags settings Site identity, title/description templates, verification, Open Graph, Twitter/X, Pinterest, schema.org, and favicons - with IDs and defaults.
๐ค Ops ยท ๐ Dev
The SEO & Meta Tags group feeds snippets/meta-tags.liquid, which renders the <head> tags for
titles, descriptions, social sharing, structured data, and icons. Most fields are optional and
fall back sensibly when blank - the "Default" column below shows the shipped value (- means empty).
Setting ID Renders / notes Default Site name seo_site_name<title> suffix and og:site_name. Falls back to shop name if blank.- Default meta title seo_default_titleFallback <title> for pages without a specific SEO title. - Title template seo_title_templateTokens {{title}}, {{site}}. {{title}} | {{site}}Default meta description seo_default_descriptionUsed when a page has no description (aim 150โ160 chars). - Product title template seo_product_title_templateTokens [Brand], [Model], [Battery Type], [Battery Code]. Blank = page default. - Product description template seo_product_description_templateSame tokens as product title template. - Collection title template seo_collection_title_templateTokens [Collection], [Battery Type #1], [Battery Type #2]. - Collection description template seo_collection_description_templateSame tokens as collection title template. - Blog title template seo_blog_title_templateToken [Blog]. - Blog description template seo_blog_description_templateSame tokens as blog title template. - Article title template seo_article_title_templateTokens [Article], [Blog], [Author], [Published Date]. - Article description template seo_article_description_templateSame tokens as article title template. - Default meta keywords seo_default_keywordsComma-separated. Most engines ignore this. - Author seo_author<meta name="author">- Publisher seo_publisher<meta name="publisher">- Copyright seo_copyright<meta name="copyright">-
Search-engine and platform ownership tags. Paste the content value each service gives you.
Setting ID Renders Default Google Search Console seo_google_site_verification<meta name="google-site-verification">- Bing Webmaster seo_bing_site_verification<meta name="msvalidate.01">- Yandex seo_yandex_verification<meta name="yandex-verification">- Pinterest seo_pinterest_verification<meta name="p:domain_verify">- Facebook domain seo_facebook_domain_verification<meta name="facebook-domain-verification">-
Setting ID Renders Default Content language seo_languagecontent-language and og:locale (e.g. en_AU).en_AUGeo region seo_country<meta name="geo.region"> (ISO 3166-2, e.g. AU-VIC).- Geo placename seo_geo_placename<meta name="geo.placename">- Geo position seo_geo_position<meta name="geo.position"> as latitude;longitude.- ICBM coordinates seo_icbm<meta name="ICBM"> as latitude, longitude.-
Setting ID Renders / notes Default og:site_name og_site_nameDefaults to Site name if blank. - Default og:type og_typewebsite | article | product | profile | business.business.websiteog:locale og_localeFalls back to Content language. en_AUog:locale:alternate og_locale_alternateComma-separated alternate locales. - Default og:title og_default_titleFalls back to default meta title. - Default og:description og_default_descriptionFalls back to default meta description. - Default og:image og_default_imageRecommended 1200ร630 (1.91:1, max 8MB). - og:image:alt og_image_altAlt text for the default OG image. -
Setting ID Renders Default Facebook App ID fb_app_id<meta property="fb:app_id">- Facebook Admins fb_admins<meta property="fb:admins"> (comma-separated).- Facebook Pages fb_pages<meta property="fb:pages"> (comma-separated).- Facebook Page URL fb_page_urlarticle:publisher and structured-data sameAs.- Default article:author article_authorAuthor URL or name for blog/article pages. -
Setting ID Renders / notes Default twitter:card twitter_cardsummary | summary_large_image | app | player.summary_large_imagetwitter:site twitter_siteSite @handle (include the @). - twitter:creator twitter_creatorDefault creator @handle. - Default twitter:title twitter_default_titleFalls back to og:title / page title. - Default twitter:description twitter_default_descriptionFalls back to og:description / meta description. - Default twitter:image twitter_default_imageRecommended 1200ร675. Falls back to og:image. - twitter:image:alt twitter_image_alt- - twitter:app:id:iphone twitter_app_iphone- - twitter:app:id:ipad twitter_app_ipad- - twitter:app:id:googleplay twitter_app_googleplay- -
Setting ID Renders / notes Default Disable pinning of images pinterest_no_pinAdds <meta name="pinterest" content="nopin">. falseDefault Pinterest description pinterest_description<meta name="pinterest-rich-pin"> alternate.-
Populates the organisation JSON-LD block.
Setting ID Notes Default Organisation schema type schema_org_typeOrganization | LocalBusiness | AutoPartsStore | Store | Corporation.AutoPartsStoreOrganisation logo schema_org_logoUsed in schema.org logo. - Organisation phone schema_org_phoneInternational format, e.g. +61 1300 000 000. - Organisation email schema_org_email- - Street address schema_org_street_address- - Suburb / City schema_org_locality- - State / Region schema_org_region- - Postal code schema_org_postal_code- - Country code schema_org_countryISO 3166-1 alpha-2 (e.g. AU). - sameAs URLs schema_org_same_asOne social profile URL per line. -
Setting ID Notes Default Favicon faviconSquare, 512ร512 recommended. Generates all favicon/app-icon sizes. - Favicon (SVG) favicon_svgOptional vector favicon. - Apple touch icon apple_touch_icon180ร180 PNG. Falls back to favicon. - Android Chrome icon android_chrome_icon512ร512 PNG. Falls back to favicon. - Safari pinned tab icon safari_pinned_tab_iconMonochrome SVG. - Safari pinned tab colour safari_pinned_tab_color- #1152eaMicrosoft tile colour ms_tile_color<meta name="msapplication-TileColor">#1152eaMicrosoft tile image ms_tile_image<meta name="msapplication-TileImage">- Theme colour theme_color<meta name="theme-color"> for browser chrome.#1152eaTheme colour (dark mode) theme_color_dark<meta name="theme-color" media="(prefers-color-scheme: dark)">#1d263aWeb app manifest URL web_manifest_urlPath to site.webmanifest. Blank to skip. -
Setting ID Notes Default Emit canonical link seo_canonical_enabledEmits <link rel="canonical">. trueCanonical URL override seo_canonical_overrideForces a canonical URL site-wide. Usually leave blank. - Additional <head> markup seo_extra_headRaw HTML appended to <head>. Use sparingly. -
Additional <head> markup (seo_extra_head) injects raw HTML into every page. A malformed tag
or stray script here affects the whole site - change it deliberately and preview before publishing.