Active
Project:
Click HeatMap
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 05:58 UTC
Updated:
15 Feb 2010 at 21:13 UTC
I'm using the default Drupal robots.txt file which includes the line 'Disallow: /sites/' yet the file click.php of the clickheat library is currently being indexed by Google.
The path to the file is 'sites/all/modules/contrib/click_heatmap/clickheat/click.php'
Is this a problem with the robots.txt file, the click_heatmap module, the clickheat library, or something else?
Thanks.
Comments
Comment #1
elvis2 commentedYou might want to add a new disallow rule:
Disallow: /*click.php
Comment #2
langworthy commentedGoogle is probably finding this via the Javascript the module embeds (the full path to the file click.php).
Using the default Drupal robots.txt would be ideal; in the meantime I'll add a new rule.
I hope the module maintainer can comment on the best course of action.