Thank you for clarification,
For me are the urls a little bit weird.
This is the page one and correct link a href from the page code.
vse-o-krmivech.cz/forum/krmeni-psu/11-hodnoceni-deklarace
Code:
<title>Hodnocení deklarace - Fórum vse-o-krmivech</title>
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace?limitstart=6" rel="next"
Why is there the url with /10 at the end?
*) the message id.
This is the same page with message No 68. Link to the message is refered as page anchor link #68.
vse-o-krmivech.cz/forum/krmeni-psu/11-hodnoceni-deklarace#68
Code:
<a href="#68" id="68" rel="canonical">#68</a>
The /68 is not anchor link. Site system shows refered url and first page. Morever, such page behave strange. If user select any other page the browser do not move and stay at the first page
vse-o-krmivech.cz/forum/krmeni-psu/11-hodnoceni-deklarace/68
What does this limitstart means and why is it there?
*) Limitstart is needed for the pagination, then the system know how to resolve it to pages.
This is the url and href from a wrong refered page that cause duplication. Please pay attention the "limitstart" starts with "?". In addition to the correct url (below) it has the strange part of url (/70) that I described above and that
probably is the source of all issues.
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...ace/70?limitstart=42
Code:
<title>Hodnocení deklarace - Fórum vse-o-krmivech</title>
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace/70?limitstart=6" rel="next" />
This is the url correctly refered page 7. The page contain the page number in the title in order to avoid duplicates - correct.
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...larace?limitstart=36
Code:
<title>Hodnocení deklarace - Strana: 7] - Fórum vse-o-krmivech</title>
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace?limitstart=30" rel="prev" />
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace?limitstart=42" rel="next" />
I have checked the Kunena menu and there seems to be no issue - see attached picture. I am ready to provide any additional informations.
Here the report configuration:
This message contains confidential information