- Posts: 3
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
- S2S Community
-
Topic Author
- Offline
- New Member
-
Less
More
14 years 8 months ago #106045
by S2S Community
In the past few weeks I have religiously abided by the laws within the Google Webmaster Tools for HTML suggestions and crawling procedures as I am a newcomer to the web industry. I know nothing about coding but Joomla and Kunena have been great and easy to use.
So, all was going well until I Google Fetchbot'd my Kunena Forum. After a few days, 234 duplicate meta descriptions and title tags appeared in Google's HTML suggestions. This cannot be good for SEO and PR. The reason being is that most of the pages come from my Kunena Discussion Board where everytime a new topic is made it is crawled through 4 different urls:
/forum/6-assessment-help/37-getting-the-little-things-right?fontstyle=f-smaller
/forum/index/6-assessment-help/37-getting-the-little-things-right
/forum/index/6-assessment-help/37-getting-the-little-things-right?fontstyle=f-larger
/index.php?option=com_kunena&func=view&id=37&catid=6&Itemid=122
I have read and understood the process for creating canonical urls, however how do I implement them into every single topic that is created on our forum (usually user submitted)?
Has this happened to anyone else? Have I done something wrong by any chance?
Thanks in advance!
So, all was going well until I Google Fetchbot'd my Kunena Forum. After a few days, 234 duplicate meta descriptions and title tags appeared in Google's HTML suggestions. This cannot be good for SEO and PR. The reason being is that most of the pages come from my Kunena Discussion Board where everytime a new topic is made it is crawled through 4 different urls:
/forum/6-assessment-help/37-getting-the-little-things-right?fontstyle=f-smaller
/forum/index/6-assessment-help/37-getting-the-little-things-right
/forum/index/6-assessment-help/37-getting-the-little-things-right?fontstyle=f-larger
/index.php?option=com_kunena&func=view&id=37&catid=6&Itemid=122
I have read and understood the process for creating canonical urls, however how do I implement them into every single topic that is created on our forum (usually user submitted)?
Has this happened to anyone else? Have I done something wrong by any chance?
Thanks in advance!
Please Log in or Create an account to join the conversation.
- S2S Community
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
14 years 8 months ago #106127
by S2S Community
Replied by S2S Community on topic Re: 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
From my own research it seems there is no answer to my above question!
I really don't to migrate from Kunena to another forum
but this issue is killing my SEO
I really don't to migrate from Kunena to another forum
Please Log in or Create an account to join the conversation.
14 years 7 months ago #106384
by Matias
Replied by Matias on topic Re: 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
Add this into kunena.php (frontend) before line 823 (} // end of online) in K1.7.0:
$document->addHeadLink( KunenaRoute::_(), 'canonical', 'rel', '' );
$document->addHeadLink( KunenaRoute::_(), 'canonical', 'rel', '' );
Please Log in or Create an account to join the conversation.
14 years 5 months ago - 14 years 5 months ago #111779
by yaksushi
Replied by yaksushi on topic Re: 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
I added the above code and I can now see a canonical ref in the header but the output looks incorrect.
First page of a forum post:
Second page of a forum post:
Also does it matter that every other ref I can find of the rel="canonical" has the url behind it like
First page of a forum post:
Code:
<link href="/forum/25-answer-bag/12227-what-else-do-you-do-from-your-kayak" rel="canonical" />
Second page of a forum post:
Code:
<link href="/forum/25-answer-bag/12227-what-else-do-you-do-from-your-kayak?limit=10&start=10" rel="canonical" />
Also does it matter that every other ref I can find of the rel="canonical" has the url behind it like
Code:
<link rel="canonical" href="somedomain.com" />
Last edit: 14 years 5 months ago by yaksushi.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #111807
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
Why is has this topic been resurrected? What version of Kunena are you using, yaksushi?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 5 months ago #111836
by yaksushi
Replied by yaksushi on topic Re: 230 Duplicate Meta Descriptions and Title Tags from Kunena Forum
I'm using Kunena 1.7.1, and yes I resurrected from the dead :evil:
Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds