I have my site setup in php and I'm using the HTTP_GET_VARS approach to dynamically call content onto my index page. So index.php?c=hosting is pulling from the hosting.php file. Since the hosting.php file is just a table with text in it, should I tell the spiders not to index it and just index index.php?c=hosting instead? Don't really want the SE's to show the files like hosting.php
What should I do here?