Robots.txt

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
tb1254
Posts: 14
Joined: Thu Nov 12, 2009 9:12 am

Robots.txt

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
tb1254
Posts: 14
Joined: Thu Nov 12, 2009 9:12 am

Post by tb1254 »

That's great. Thanks!

TB
Post Reply