Julien Mamalian
CEO, Bloggle
"The best time to organize your blog was 20 years ago. The second best time is now."
This age-old proverb, reimagined for the digital era, rings especially true for ecommerce store owners. With the surge of content being churned out every day, having a well-structured blog is not just an option; it's a necessity. But how can you effortlessly guide your readers to the exact information they seek, while also pleasing the ever-demanding algorithms of search engines? The answer lies in one often-overlooked feature: Shopify blog filter by tag. By the time you've navigated through this article, you'll understand not only the nuts and bolts of how tags work in Shopify's URL structures but also the manifold benefits of tag-based navigation in a blog.
So, if you're a merchant looking to elevate your Shopify experience, you're in expert hands.
We have already learned how to change blog URL in Shopify. We have seen that we cannot tinker much with the default Shopify blog URL structure (unless we edit code in the Shopify database structure). For example, your Shopify blog URL would always look something like this:
https://my-example-shop.com/blogs/news/my-example-article
Where ‘news’ is the blog category handle and ‘my-example-article’ is the article handle. But what if you want more granularity in your blog categories? Enter tags.
Tags are a great way to organize blogs within a blog category. They break down a broad category into multiple specific sections. For example, say you want to see all blogs on ‘beauty’ inside the news category in one view. You simply create a tag for all the relevant blogs called ‘beauty’. And then, all blogs tagged ‘beauty’ within the ‘news’ category will be accessible from the following URL:
https://my-example-shop.com/blogs/news/tagged/beauty
Imagine your blog as a meticulously organized filing cabinet, where every article is a document sorted into its relevant folder. A visitor doesn't need to rummage through a cluttered drawer; they go straight to the folder labeled with the tag of their interest. Tags streamline this process, saving your reader's precious time and offering them a smooth, enjoyable browsing experience.
Google's algorithms are designed to promote content that offers a superior user experience. Blog article tags appropriately act as a signal to search engines, indicating a well-structured repository of information. This often results in a favorable position in search engine rankings and conversions when potential customers filter blog by tags in Shopify or use related search queries.
Insights are the lifeblood of any successful online venture. With tags, you get a microscopic view of user behavior. It helps you understand not just what your audience is interested in but also how they navigate through your blog. These insights can be leveraged for various purposes, such as effective retargeting, trend prediction, and even opportunities for cross-selling and upselling.
Informed decisions are often the best ones. Knowing what your audience prefers to read equips you with the information to create content that resonates. You can go beyond mere articles to curated lists, bundled content, or even personalized reading lists. The next time a reader visits your Shopify store and decides to filter Shopify blog post by tag, they'll find content that is not just relevant but also deeply engaging.
Again, one of the major limitations of Shopify is that not all themes allow you to have tags. Only those that enable the creation of categories will let you create blog tags or product tags within a category. For instance, let us see how to do it in the Broadcast theme:
Log in to your Shopify Store
Navigate to ‘Online Store > Blog posts’ and select the blog post which you want to tag
In the Tags section on the right, enter the name of a tag you want to create or choose from among the already existing tags. If it’s a new tag, it will automatically get created and saved for future use. (Source)
You can add multiple tags to a blog post. Hit ‘Save’ once you’re done.
Navigate to https://<your-shopify-store.com>/blogs/<blog category>/tagged/beauty and you’ll see all blogs tagged ‘Beauty’ within the given blog category.
Install Bloggle and log in to your Bloggle Dashboard
Select the article for which you want to add a tag
In the Settings tab, go to the ‘Tags’ section and enter the name of the tag you want to add. It could be a product tag, or a type tag or any other tag like ‘wishlist’ or ‘Winter Collection’ etc
You can add multiple tags to a blog post. Hit ‘Save as Draft’ once you’re done
To create the tags-based navigation, go back to the Blog posts page on Bloggle. Click on ‘Blog List layout’ from the ‘Manage styles’ dropdown
Click on ‘Navigation & Search’
Click on ‘Enable Navigation’
Click on ‘Add manual link’. This works like your <a href=””> HTML tag
In the Url field, type ‘/blogs/<blog category>/tagged/<your-tag>. In our case we want to create a ‘Beauty’ tag within the ‘News’ blog category. In the Url anchor field, type the name of your tag the way you want it to be displayed in your tags-based navigation and hit ‘Save’.
Hit ‘Publish’ and select the blog categories for which you want to apply your tags-based navigation. Click ‘Confirm’ once you’re done.
Click on the Preview icon to see how your newly created tags look on your blog
Voila! You can now filter your blog by tags.
Adding tags to your blog posts is a great way to organize your blog posts. As said earlier, using tags help you to enhance user experience, SEO, analytics and content creation. Implementing tag based filtering on the blog is simple and intuitive. Your customers will be better able to find the blogs if you filter articles. It’s a win-win for both you and your customers.
Absolutely. Shopify themes and blog pages allows you to do that. It’s a great way to help the readers find what they are looking for.
You get this functionality natively in Shopify if your blog template theme allows blog categories (not all themes do) or use an app like Bloggle to create blog tags.
They do, a lot. Implementing blog post filters improves SEO for your storefront and provide an enhanced user experience along with great analytics.
This is what you can do to add tags to your blog post. You need to add code under the header in main-article.liquid. Here is the code:
{% if article.tags %}Tags: {% for tag in article.tags %}{{ tag }}{% endfor %}{%- endif -%}
If you want the tags separated by commas, add this after {{tag}}: {% unless forloop.last %}, {% endunless %}
This will add tags to your article directly. There is no need to edit the blog template (main-blog.liquid) by adding a ‘div class’ or any complex code.
Install Bloggle Free
10-day free trial, cancel anytime
Design & preview before you publish
Create unlimited articles during the trial
Finally get the personalized Shopify blog your brand deserves
Try Bloggle