First page is wrongly paginated

I experience an issue with paginated articles.

I.e. we have an article with three URLs:

https://example.com/cat/article
https://example.com/cat/article/page/2
https://example.com/cat/article/page/3

Hubspot generates following pagination for the page/2:

<link rel="prev" href="https://example.com/cat/article/page/1" />
<link rel="next" href="https://example.com/cat/article/page/3" />

But, the correct markup for the rel=“prev” should be

<link rel="prev" href="https://example.com/cat/article" />

because there is no such page article/page/1.

How can I get the correct pagination?

Hello,

This is a native behavior for pagination on a Hubspot blog.
If you test the url “cat/article/page/1”, you will arrive on page 1 of the category, equivalent to the URL “/cat/article”. So this has no impact on your SEO since the tagged page exists.

If you want, you can always redirect from “/cat/article/page/1” to “/cat/article”.

I hope my answer helped you!
Have a nice day,

Alice

alice.prigent@markentive.com

While the impact of having a page/1 duplicate is negligible, your response is categorically false.

This is the literal definition of duplicate content, and perhaps more importantly internal site architecture on every paginated page will prioritize page/1 over /blogname, /tag/.* or /category/.* The fact that the “tagged page exists so it has no impact on SEO” is wildly innacurate.

Redirecting the page is the solution but it’s not an elegant solution, especially if you have a lot of paginated series on your site. Could also technically implement a canoncical via GTM but that’s also not elegant.

Hello,

I have a smillar kind of issue, please help.

how to redirect

/blog/author/page/1 to /blog/author/

author is dynamic.

/blog/pankaj-1/page/1 to /blog/pankaj-1/

/blog/pankaj-2/page/1 to /blog/pankaj-2/

/blog/pankaj-3/page/1 to /blog/pankaj-3/