Articles plugin and SEO with pagination

Hi,
I have a blog with hundreds of short blog posts using Articles extra.
The root of the site is the homepage, with a new post every day + short text paragraph.

Using pagination I display 10 posts per page, so most links have /?page=2 suffix
Every SEO audit ranks this as severe as I have duplicate tags

My main concern with this blog is SEO - any idea is welcome:

  • fix the title tag duplications
  • drop pagination for a better solution for seo
  • ?

for reference:
https://rikishaham.co.il/
Thanks!

1 Like

Hi @agoraa,

Well, pagination is always an hassle when not having friendly URL style like Articles.
You can try to explore the Infinite Scroll using pdoTools (pdoPage specifically), but might become heavy when users do a long scroll. It will also take you some significant amount of time to make this change.

You have something similar to this from Modx here:
https://modx.com/blog/

If you want to keep your current setup, have a look also on this thread that has some SEO techniques for Articles:
https://forums.modx.com/thread/85928/articles-seo

Hope that helps somehow.

Cheers

What are the duplicate tags the SEO audit complains about?
I highly doubt itโ€™s to do with the pagination parameters in the URL.

The exact error is:
DUPLICATE TAGS

When I look at the code, as example all of these links created by pagination have the same title tag:
https://rikishaham.co.il/
https://rikishaham.co.il/?page=2
https://rikishaham.co.il/?page=3

ืจื™ืงื™ ืฉื—ื - ืคื•ืื˜ื™ืงื” | ืฉื™ืจื™ื | ืฆื™ืœื•ืžื™ื Riki Shaham

hi, the URLs created by pagination are (as example):
โ€ฆ/?page=3

I wished to avoid infinite scroll as Iโ€™m not sure how the posts there are available for SEO?
I read the links you sent, but they refer to tags/author pages summarising posts, and my main feedback is regarding homepage pagination.

Thank you for taking time to reply!

Apparently in Google Search Console you can specify which params are allowed to be crawled.

I suppose you could also add pdoPageโ€™s [[+page]] placeholder to the end of your page title so each page will be different.