We do a lot of work on technical SEO issues using HubSpot's SEO Tool and a common issue is duplicate content in blogs - specifically blog tag listing pages. This happens if your blog content isn't very deep or if your posts share a lot of the same tags. Don't worry though, the potential fix is as easy as waiting (how easy is that!?) or inserting a short code snippet!
tl:dr: Demo video at the bottom!
Essentially, it means that identical or very similar content is accessible from more than one URL on your site. Search engines take the perspective that there's no reason for content to be duplicated on your site because users aren't interested in the same content on multiple pages. Makes sense, right?
In the instance where we see the duplicate content issue related to HubSpot blog listing pages, this happens because of a few different things:
1. HubSpot recommends that the canonical URL setting for blog listing pages in the SEO & Crawlers tab be set to "Don't add canonical URLs to any blog listing pages". This makes sense but there are unintended consequences with this.
2. If your blog doesn't have much content yet or your posts share a lot of the same tags, then the content across your tag listing pages will be very similar.
You could just wait this out. If you're strategically building out your blog content and applying tags, this issue will eventually fix itself as you write more posts.
You can use some custom HubL (HubSpot's templating language) to fix this issue immediately if it's a concern. The following snippet can be placed in the head section of your html file - ideally right below the other meta tags.
{% if is_listing_view %}
{% set blog_url = group.absolute_url %}
<link rel="canonical" href="{{ blog_url }}">
{% endif %}
As expected, there are pros and cons to implementing the "force" fix and ultimately it's a decision you'll need to weigh but here's a few points to consider:
Pros:
Cons:
Pros:
Cons:
Choosing between the organic fix and the "force" fix depends on your current content strategy and how urgently you need to address the duplicate content issue. The organic fix is ideal if you have a long-term content strategy in place and can wait for the issue to resolve itself naturally. On the other hand, the "force" fix provides a quicker solution if you need immediate results or are dealing with significant SEO concerns.
For a visual walkthrough of these solutions, check out the demo video below.
For more info on HubSpot's SEO Tool and recommendations, see our post Learn How to Leverage HubSpot's SEO Tool and Google PageSpeed Insights
Stop seeing red and start seeing GREEN! Let our team help resolve all those pesky HubSpot SEO Tool issues. Just fill out our contact form and let's go!