- Posts: 113
- Thank you received: 1
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Question Duplicate content penalty
The problem I now face has to do with the fact that when a forum topic is created, this topic is accessible from all 4 domain names. Im affraid this will confuse Google and lead to a duplicate content penalty (or at least problems with dutch forum topics appearing in the spanish indexed pages etc).
Is there a way to make only the, say spanish, kunena category available in the spanish domain name? And the same thing for the english forum, only accessible on the english domainname?
The only way I could think of doing this is with the robots.txt files; in the spanish domain name I would disallow the other language categories. Is this a smart way to do this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
My forum is only english speaking. This way google is clever enough to get rid off the penalties. To sum this up:
All my site including articles / menus / jomsocial etc is available in gemran and english language. regarding kunena the people only speak in english. Although the forum is accessible via:
xxxmysite.com/de/forum and
xxxmysite.com/en/forum
I don't get penalties for kunena as everybody is speaking english in the forums.
What#s causing penalties for me in webmaster tools is jomsocial. But that's another story...
Please Log in or Create an account to join the conversation.
Or any other way of doing this?
Please Log in or Create an account to join the conversation.
(DUTCH website, .nl)
Disallow: /forum/
Allow: www.bonsaiempire.nl/forum/nederlands/
(ENGLISH website, .com)
Disallow: /forum/
Allow: www.bonsaiempire.com/forum/english/
This way the folder /forum (which is used for all the languages) is disallowed, and subdirectories for specific domains allowed?
Please Log in or Create an account to join the conversation.
So on the dutch site the www.site.com/ ... and www.site.de/ ... links are ignored (as they are on another domainname), while the www.site.nl/ .... is allowed?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Disallow: /forum/
And allows including the domain names, like this:
Allow: www.bonsaiempire.nl/forum/nederlands/
Allow: www.bonsaiempire.de/forum/deutsch/
Will allow "nederlands" on the dutch site, but not on the german site
Will allow "deutsch" on the german site, but not on the dutch site
?
Please Log in or Create an account to join the conversation.