Facing issue of "duplicate pages without canonical" on most of the blog pages which has pagination.
SOLVE
Based on a report from Ahref I'm getting some URLs from the blog pages that are without canonical such as pagination links or blogs with specific tag links can someone clarify how we can resolve this issue?
Facing issue of "duplicate pages without canonical" on most of the blog pages which has pagination.
SOLVE
Hi @FurqanAli, I'm guessing you solved this by now since this is an older post, but here's what I've found that fixed this issue on our blog.
In your HubSpot account, click thesettingssettings iconin the main navigation bar.
In the left sidebar menu, navigate toWebsite>Pages.
Click theSEO & Crawlerstab.
For pages and blog posts, select "Add self-referencing canonical URLs...".
For blog listing pages, select a "Set each blog listing page's canonical URL to the first page in its series".
I'm not sure why Hubspot recommends the "Don't add canonical URLs to any blog listing pages" setting. On this post they say "search engines may be unable to find subsequent pages for your blog listing page." which leads me to believe that they expect it will add a canonical URL pointing to the index page from all listing pages, but in practice, that does not seem to be the case.
Here's how these settings rendered on my company's Hubspot blog:
Index page (equivalent to your /blog/tag/meetings) shows a self-referencing canonical, and a proper rel="next". Good.
Page 1 (equivalent of your blog/tag/meetings/page/1) shows a canonical to the index page a proper rel="next". Great! That should make Google happy.
Page 2 (to confirm no negative effects). This looks good. It'd be better if page 2 had a self-referencing canonical (more on that here: https://ahrefs.com/blog/canonical-tags/), but at least it's not adding a canonical to index thus stopping it's unique content from being indexed.
Facing issue of "duplicate pages without canonical" on most of the blog pages which has pagination.
SOLVE
@KStAngel - Is this something that was custom developed? When I set those identical settings, I see the same issues originally mentioned. All blog page canonicals point to the original blog page and no prev/next are present. What you show is exactly what I'm looking to do but it doesn't seem HubSpot handles it this way by default. Good to know there is some way out there to do this though!
Also, I found a post in the idea forum that seems to be asking for this - but not much traction on it:
Facing issue of "duplicate pages without canonical" on most of the blog pages which has pagination.
SOLVE
Hi @SFurlong, I can't say for sure that the settings would work the same for everyone. I was working off of a customized template that might have had some of it's own stuff going on.
In case it helps you, what I ended up doing was adding the snipped below in the "Additional <head> markup" area of our blog's Listing page template. <!--Listing Template Canonical Addition v3--> {% if current_page_num>1 %} <link rel="canonical" href="{{ content.absolute_url }}"> {% else %} <link rel="canonical" href="{{ group.absolute_url }}"> {% endif %}
Settings are now:
I don't think this will address missing rel="next", but hope if helps get you going in the right direction.
I want to tag some of our experts on this - @Kevin-C@LMeert@Anton do you know what may be happening here?
I would also recommend connecting with HubSpot Technical Support, as Support is included in your subscription and they will be able to provide real-time assistance for this matter, where you are able to share screenshots and further information about this!
Thank you!
Best
Tiphaine
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Never had this issue before. Maybe @FurqanAli you could share the website url and give us a precise example of a page missing a canonical tag so we can better understand what is your problem and find a solution to it ?
Thanks,
Ludwig
CTO @ Mi4 Hubspot Platinum Partner and Integration Expert
Passionate human, very curious about everything data and automation.