?
avatar Giuse69
Giuse69
1 Nov 2019

Steps to reproduce the issue

In Joomla 3 pagination links are handled on the server as explicit separate URLs in the form <URL>?start=X.
In Joomla 4 with Cassiopeia template, pagination is done via javascript on the browser
onclick="document.adminForm.limitstart.value=X; Joomla.submitform();return false;">
so navigating to page 2, 3, ... keeps the same page URL

Expected result

Crawlers expect to find different content to different URLs.

Actual result

Completely different contents are associated to same URL.
Isn't that super confusing for crawlers/SEO?

System information (as much as possible)

Joomla 4 beta 12

avatar Giuse69 Giuse69 - open - 1 Nov 2019
avatar joomla-cms-bot joomla-cms-bot - change - 1 Nov 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 1 Nov 2019
avatar Giuse69
Giuse69 - comment - 11 Nov 2019

Hi, I see no comment so far: I think this SEO aspect for the upcoming native template is important, isn't it? Pagination should produce different URLs for the different pages, am I wrong?
thanks for your attention
cheers

avatar brianteeman
brianteeman - comment - 14 Nov 2019

I can confirm this is a bug

avatar Quy Quy - change - 12 Jan 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-01-12 18:12:41
Closed_By Quy
avatar Quy
Quy - comment - 12 Jan 2020

Please test PR #27489

avatar Quy Quy - close - 12 Jan 2020

Add a Comment

Login with GitHub to post a comment