- Posts: 51
- Thank you received: 3
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question Duplicate META description and title
11 years 5 months ago - 11 years 4 months ago #159571
by loic
Duplicate META description and title was created by loic
Hello,
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
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
Last edit: 11 years 4 months ago by loic.
Please Log in or Create an account to join the conversation.
11 years 4 months ago #159999
by loic
Replied by loic on topic Duplicate META description and title
hello,
i am the only one with this problem ?
Loïc
i am the only one with this problem ?
Loïc
Please Log in or Create an account to join the conversation.
11 years 4 months ago #160011
by 810
Replied by 810 on topic Duplicate META description and title
The following user(s) said Thank You: sozzled
Please Log in or Create an account to join the conversation.
11 years 4 months ago #160012
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Duplicate META description and title
Sounds, to me, like a worthwhile change to be making to K 3.0. I believe this change would benefit many people who are looking for ways to improve site traffic and improve their rankings in the internet search engines.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
11 years 4 months ago #160013
by 810
Replied by 810 on topic Duplicate META description and title
could you try: \components\com_kunena\views\topic\view.html.php line 962
change:
to:
change:
Code:
$title = JText::sprintf('COM_KUNENA_VIEW_TOPICS_DEFAULT', $this->topic->subject) . " ({$page}/{$pages})";
to:
Code:
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.
8 years 2 months ago #197428
by 4max
Replied by 4max on topic Duplicate META description and title
I have found many duplicate titles at my forum page.
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?
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.
Time to create page: 0.325 seconds