1

I have a Drupal 5 site that needs to have has taxonomny listing pages excluded in the search results. For instance http://site.com/category/role/guest-speaker returns a listing of all of the nodes tagged with guest-speak in the vocabulary role.

I tried Advanced Search module. This just prevents searching for terms.

I then had a hunch that the lullabot tutorial would be of use, but don't think that I can filter on type.

Any ideas?

googletorp
  • 33,075
  • 15
  • 67
  • 82
easement
  • 6,119
  • 3
  • 29
  • 36

2 Answers2

0

You can exclude it from google search by editing robots.txt

User Agent: *
Disallow: /category

Look up google on robots.txt for more details...

Sid Kshatriya
  • 4,965
  • 3
  • 25
  • 29
0

Don't know how well it works, but have you checked search config module?

Unreason
  • 12,556
  • 2
  • 34
  • 50