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
Crawlers expect to find different content to different URLs.
Completely different contents are associated to same URL.
Isn't that super confusing for crawlers/SEO?
Joomla 4 beta 12
Labels |
Added:
?
|
I can confirm this is a bug
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-12 18:12:41 |
Closed_By | ⇒ | Quy |
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