How to Dynamically Set BigCommerce Title Tags


How to Dynamically Set BigCommerce Title Tags

BigCommerce does not provide an easy way to make bulk title tag changes in their admin. However you can update your theme files to dynamically set the title tag based on the template being used. Below is what I have used with custom stores I have built.

<title>{{#if template '==' 'pages/product'}}{{product.brand.name}} {{ head.title }}{{else if template '==' 'pages/category'}}Buy {{category.name}} Online - {{settings.store_name}}{{else if template '==' 'pages/brand'}}Buy {{brand.name}} Online - {{settings.store_name}}{{else if template '==' 'pages/home'}}{{ head.title }}{{else}}{{ head.title }} - {{settings.store_name}}{{/if}}</title>

 



Written by: Jake Lett
I share digital marketing tips and HubSpot tutorials to help marketers and business owners grow their business.

Related posts

Tags:

Want to Get Email Updates of New Articles?

Join My Email Newsletter