- Posts: 839
- Thank you received: 36
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved [K4.0.0B3] Duplicate meta descriptions
11 years 3 months ago #164995
by ssh
[K4.0.0B3] Duplicate meta descriptions was created by ssh
if you go to:
Google Webmaster tools -> example.com -> Search Appearance -> HTML Improvements -> Duplicate meta descriptions
You will see a lot of Duplicate meta descriptions, some of these can be solved by blocking some pages in your robots.txt:
Disallow: /user/
Disallow: /*?*
What can I do if I don't want to block any page?
I really don't know, I am just waiting for the kunena developers to add a fix for this issue under the next stable release.
What happens if I just ignore these Duplicate meta descriptions?
Your SEO score will be negatively impacted because google-bot and others bots doesn't like Duplicate meta descriptions.
Sorry to say this but... your competition will always take the lead in this regard.
Google Webmaster tools -> example.com -> Search Appearance -> HTML Improvements -> Duplicate meta descriptions
You will see a lot of Duplicate meta descriptions, some of these can be solved by blocking some pages in your robots.txt:
Disallow: /user/
Disallow: /*?*
What can I do if I don't want to block any page?
I really don't know, I am just waiting for the kunena developers to add a fix for this issue under the next stable release.
What happens if I just ignore these Duplicate meta descriptions?
Your SEO score will be negatively impacted because google-bot and others bots doesn't like Duplicate meta descriptions.
Sorry to say this but... your competition will always take the lead in this regard.
Please Log in or Create an account to join the conversation.
11 years 3 months ago #165029
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic [K4.0.0B3] Duplicate meta descriptions
Hello,
On which pages it appears duplicate meta description ?
On which pages it appears duplicate meta description ?
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: ssh
Please Log in or Create an account to join the conversation.
11 years 3 months ago #165030
by Josh
Replied by Josh on topic [K4.0.0B3] Duplicate meta descriptions
I'm wondering the same thing as xillibit. I could not find duplicate meta descriptions in Kunena when looking through the source code of multiple views (category, index, and topic).
The following user(s) said Thank You: ssh
Please Log in or Create an account to join the conversation.
11 years 3 months ago - 11 years 3 months ago #165031
by ssh
Replied by ssh on topic [K4.0.0B3] Duplicate meta descriptions
On these pages for example:
view-source:http://www.kunena.org/forum/profile/1288-xillibit
view-source:http://www.kunena.org/forum/profile/1230-josh
and these
view-source:http://www.kunena.org/forum/k-3-0-general-questions/133665-problem-with-html-tables-in-kumena
view-source:http://www.kunena.org/forum/k-3-0-general-questions/133665-problem-with-html-tables-in-kumena?start=10
view-source:http://www.kunena.org/forum/profile/1288-xillibit
view-source:http://www.kunena.org/forum/profile/1230-josh
and these
view-source:http://www.kunena.org/forum/k-3-0-general-questions/133665-problem-with-html-tables-in-kumena
view-source:http://www.kunena.org/forum/k-3-0-general-questions/133665-problem-with-html-tables-in-kumena?start=10
Last edit: 11 years 3 months ago by ssh.
Please Log in or Create an account to join the conversation.
11 years 3 months ago #165038
by Josh
Replied by Josh on topic [K4.0.0B3] Duplicate meta descriptions
The only meta tags I see on my Kunena profile and a Kunena topic (mentioned above) are:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Kunena, to speak, forum, FireBoard, joomla, community, social networking" />
<meta name="description" content="Kunena! - To Speak! Next Generation Forum Component for Joomla" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
The first one is for responsive design. The second one is for the character type. The third is the keywords. Fourth is the description and the fifth is the CMS generator. I did not see any other meta tags. Am I missing something? I looked at the source code with the latest versions of FireFox and Google Chrome on a few of the pages.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Kunena, to speak, forum, FireBoard, joomla, community, social networking" />
<meta name="description" content="Kunena! - To Speak! Next Generation Forum Component for Joomla" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
The first one is for responsive design. The second one is for the character type. The third is the keywords. Fourth is the description and the fifth is the CMS generator. I did not see any other meta tags. Am I missing something? I looked at the source code with the latest versions of FireFox and Google Chrome on a few of the pages.
The following user(s) said Thank You: ssh
Please Log in or Create an account to join the conversation.
11 years 3 months ago - 11 years 3 months ago #165040
by ssh
Replied by ssh on topic [K4.0.0B3] Duplicate meta descriptions
These are duplicated:
<meta name="description" content="Kunena! - To Speak! Next Generation Forum Component for Joomla" />
and
<meta name="description" content="hello, I have a section on my site where i can post html table representing chess position, I create the diagram ..." />
Please note, every page should have an unique Meta description content
I am not talking about duplicate Meta description within the same single page, I am talking about duplicate Meta description across multiple pages
In conclusion
This page:
view-source:http://www.kunena.org/forum/profile/1288-xillibit
and this page:
view-source:http://www.kunena.org/forum/profile/1230-josh
Should have different Meta description
<meta name="description" content="Kunena! - To Speak! Next Generation Forum Component for Joomla" />
and
<meta name="description" content="hello, I have a section on my site where i can post html table representing chess position, I create the diagram ..." />
Please note, every page should have an unique Meta description content
I am not talking about duplicate Meta description within the same single page, I am talking about duplicate Meta description across multiple pages
In conclusion
This page:
view-source:http://www.kunena.org/forum/profile/1288-xillibit
and this page:
view-source:http://www.kunena.org/forum/profile/1230-josh
Should have different Meta description
Last edit: 11 years 3 months ago by ssh.
The following user(s) said Thank You: Josh
Please Log in or Create an account to join the conversation.
Time to create page: 0.300 seconds