- Posts: 51
- Thank you received: 3
- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- Duplicate META description and title
Kunena 5.1.9 Released (15 Feb 2019)
The Kunena team has announce the arrival of Kunena 5.1.9 [K 5.1.9] which is now available for download as a native Joomla extension for J! 3.9.x. This version addresses most of the issues that were discovered in K 5.1 and issues discovered during the development stages of K 5.1. This is a maintenance release.
Question Duplicate META description and title
I have duplicate meta description (and title too) alert on Google webmaster tools for all my forum post
the variable from one url to the other is : ?start=...
awesomescreenshot.com/0e63mer3a2
any ideas how to solve this ?
thanks in advance
Loïc
Please Log in or Create an account to join the conversation.
i am the only one with this problem ?
Loïc
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- sozzled
- Visitor
Please Log in or Create an account to join the conversation.
change:
$title = JText::sprintf('COM_KUNENA_VIEW_TOPICS_DEFAULT', $this->topic->subject) . " ({$page}/{$pages})";
to:
if ($page) {
$title = JText::sprintf('COM_KUNENA_VIEW_TOPICS_DEFAULT', $this->topic->subject) . " ({$page}/{$pages})";
} else {
$title = JText::sprintf('COM_KUNENA_VIEW_TOPICS_DEFAULT', $this->topic->subject);
}
Please Log in or Create an account to join the conversation.
There are many with topic name with aditional number at the end.
vse-o-krmivech.cz/forum/krmeni-psu/5-obezita/10
vse-o-krmivech.cz/forum/krmeni-psu/5-obezita
Why is there the url with /10 at the end?
There is second groupe with different url looking like that:
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...ace/70?limitstart=30
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...ace/70?limitstart=36
What does this limitstart means and why is it there?
Is there any way how to avoid these duplicates?
Please Log in or Create an account to join the conversation.
*) the message id.
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.
Is there any way how to avoid these duplicates?
*) We will check it, how to improve it. we don't get that urls by default, only if you use own menu items.
Please Log in or Create an account to join the conversation.
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
<title>Hodnocení deklarace - Fórum vse-o-krmivech</title>
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace?limitstart=6" rel="next"
This is the same page with message No 68. Link to the message is refered as page anchor link #68.Why is there the url with /10 at the end?
*) the message id.
vse-o-krmivech.cz/forum/krmeni-psu/11-hodnoceni-deklarace#68
<a href="#68" id="68" rel="canonical">#68</a>
vse-o-krmivech.cz/forum/krmeni-psu/11-hodnoceni-deklarace/68
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.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.
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...ace/70?limitstart=42
<title>Hodnocení deklarace - Fórum vse-o-krmivech</title>
<link href="/forum/krmeni-psu/11-hodnoceni-deklarace/70?limitstart=6" rel="next" />
vse-o-krmivech.cz/forum/krmeni-psu/11-ho...larace?limitstart=36
<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:
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- Duplicate META description and title