• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

My robots.txt file

I added also:

Disallow: /attachments - As I dont want images to be indexed.

I also see that quite a few pages with /goto are being indexed. Not sure to add that to disallow or not?
 
Here's another robots.txt
most search engines look for robots.txt in the site root.
it basically tells them what not to index.
this is my robots.txt:
Code:
User-agent: *
Disallow: /community/attachments/
Disallow: /community/misc/
Disallow: /community/help/
Disallow: /community/search/
Disallow: /community/members/
Disallow: /community/register/
Disallow: /community/login/
Disallow: /community/online/
Disallow: /community/lost-password/
Disallow: /community/recent-activity/
Allow: /

 
This is the file that XF uses, Any idea what the /-/ does?

PHP:
User-agent: *
Disallow: /community/find-new/
Disallow: /community/forums/-/
Disallow: /community/account/
Disallow: /community/attachments/
Disallow: /community/goto/
Disallow: /community/posts/
Disallow: /community/login/
Disallow: /community/admin.php
Allow: /
 
Top Bottom