Broken canonical tag on home page

Posted in: Newspaper
Post count: 10

Hi,

I have noticed there’s a problem with how the Newspaper theme handles the canonical tag in the home page, and this is affecting how the site gets indexed in a negative way. The theme generates the canonical tag perfectly for categories and tags paginations, but for some reason, it does not work for the home page.

For example, this is how it works with the tags and categories paginations, where it works perfectly:
<link rel=”canonical” href=”https://pagexample.com/page/3/&#8221; />
<link rel=”prev” href=”https://pagexample.com/page/2/&#8221; />
<link rel=”next” href=”https://pagexample.com/page/4/&#8221; />
As you can see, it generates the rel=”prev” and rel=”next” tags.

But when we check paginations for the home page, those two tags don’t get generated, it only generates this tag:
<link rel=”canonical” href=”https://homepage.com/page/3/&#8221; />
So as we can see the rel=”prev” and rel=”next” tags are missing.

The problem this is causing is that those paginations are being treated as a completely single page because those two tags are missing. This causes Google to rank those pagination above the main home page in a a lot of cases, and causing other abnormal indexations. I have checked many themes and noticed the Newspaper and Newsmag themes appear to be the only themes with this inconvenience.

Even the demos put out have this issues and you can check it yourself: https://demo.tagdiv.com/newspaper_tech/

So my question is, is there any suggestion you can give me to fix this problem? I searched this forums and saw others having the same problem but a fixed was never provided.

Thank you.

Post count: 10

Please move this to forum/newspaper/. Meant to post it there.

Post count: 20688

Hi,

That seems to be the case, the pagination in the latest section does not have rel next/prev.

I will add this on our list, we will see what can be done about it for a future update.

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.