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

Bug [K.5.0.RC3] Apache 2.4 Error: Invalid URI in request GET

More
9 years 10 months ago #176930 by ssh
I think I found a solution.

The Reason why this problem is happening to me is because I have this in my robots.txt:
User-agent: Googlebot
Disallow:

This means that google has full access to my website.

Solution 1:
Use the default joomla robots.txt:

User-agent: *
Disallow: /administrator/
Disallow: /bin/
Disallow: /cache/
Disallow: /cli/
Disallow: /components/
Disallow: /includes/
Disallow: /installation/
Disallow: /language/
Disallow: /layouts/
Disallow: /libraries/
Disallow: /logs/
Disallow: /modules/
Disallow: /plugins/
Disallow: /tmp/

The only problem with this option is that it will cause Fetch and render problems.
Google Webmaster Tools -> Fetch as google -> Fetch and render

Solution 2:
Do not allow google to look in that folder:

User-agent: Googlebot
Disallow: /components/

Again, the only problem with this option is that it will cause Fetch and render problems.
Google Webmaster Tools -> Fetch as google -> Fetch and render


Solution 3:
Improve the crypsis template by making use of "no index no follow" where needed.

Solution 4:
Ignore this issue and let's mark this topic as solved and remove the github request.
I will try to figure out what is the best for me and make some changes only for me.

Solution 5:
Suggest another solution

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #177021 by 810
Try solution 1:

but then only use

Disallow: /components/com_kunena/template/crypsis/assets/

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #177032 by ssh
Please take a look to this official document from google (The first part: Blocked JavaScript, CSS, and Image Files):
developers.google.com/webmasters/mobile-...-seo/common-mistakes

Please Log in or Create an account to join the conversation.

Time to create page: 0.273 seconds