Page 1 of 1

Robots.txt

Posted: Thu Apr 08, 2010 12:05 am
by tb1254
Script URL: - http://support.3ldevelopment.com/
Version of script:2.1
Hosting company:one.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:robots.txt

Write your message below:

All,

Starting to really to get into this and expand it. I'm sure like many the help desk functionality is public facing and searchable by search engines. Yet, surely not everything (folders) etc. Needs to be searched and indexed.

What would you disallow from searching using a robots.txt file?

Thanks

TB

Posted: Fri Apr 09, 2010 6:18 pm
by Klemen
You shouldn't worry too much about it. The important thing is that the knowledgebase is indexed, for other pages it doesn't really matter.

Except tickets shouldn't be indexed, but HESK takes care of that by adding

Code: Select all

<meta name="robots" content="noindex, nofollow" />
tag to the tickets when viewed from the ticket.php file.

Posted: Sun Apr 11, 2010 6:34 am
by tb1254
That's great. Thanks!

TB