Hi
I'm managing a Mambo site, that uses ExtCalendar.
Problem with this calendar is that most search engines are indexing many, many years when indexing the site. This month, search engines have used almost 2GB bandwidth!
I can see in the logs, as I write this, that it's indexing the year 2022!!!!!
And this is not only Google.
This is some of the urls in the log:
Code:
/index.php?option=com_extcalendar&Itemid=27&extmode=addevent&date=2022-06-21
Http Code: 200 Date: Aug 23 20:49:36 Http Version: HTTP/1.1 Size in Bytes: 60608
Referer: http://www.cochleaklubben.no/index.php?option=com_extcalendar&Itemid=27&date=2022-06-01
Agent: Findexa Crawler (http://www.findexa.no/gulesider/article26548.ece)
|
|
|
/index.php?option=com_extcalendar&Itemid=27&extmode=addevent&date=2022-06-22
Http Code: 403 Date: Aug 23 20:50:34 Http Version: HTTP/1.1 Size in Bytes: -
Referer: http://www.cochleaklubben.no/index.php?option=com_extcalendar&Itemid=27&date=2022-06-01
Agent: Findexa Crawler (http://www.findexa.no/gulesider/article26548.ece)
|
|
|
/index.php?option=com_extcalendar&Itemid=27&extmode=addevent&date=2022-06-23
Http Code: 403 Date: Aug 23 20:51:34 Http Version: HTTP/1.1 Size in Bytes: -
Referer: http://www.cochleaklubben.no/index.php?option=com_extcalendar&Itemid=27&date=2022-06-01
Agent: Findexa Crawler (http://www.findexa.no/gulesider/article26548.ece)
This is the robots.txt file I have now:
Code:
User-agent: *
Disallow: /administrator/
Disallow: /cache/
Disallow: /components/
Disallow: /editor/
Disallow: /help/
Disallow: /images/
Disallow: /includes/
Disallow: /language/
Disallow: /mambots/
Disallow: /media/
Disallow: /modules/
Disallow: /templates/
Disallow: /installation/
Disallow: /cgi-bin/
Disallow: /mambo/
Disallow: /orghtml/
Disallow: /phpmysqlautobackup/
disallow: /*?
Disallow: /index.php?option=com_extcalendar
As you can see on the two last entries, I have tried some new entries that does not look like it's making any changes in indexing.
Is there anybody that have some sulution to this, or is the ONLY way to stop this, to stop using any type of calendar in a Mambo site?