Drupal 从搜索中排除分类列表页面
我有一个 Drupal 5 站点,需要在搜索结果中排除分类列表页面。例如 http://site.com/category/role/guest-speaker 返回词汇表角色中标有 guest-speak 的所有节点的列表。
我尝试了高级搜索模块。这只会阻止搜索术语。
然后我有一种预感 lullabot 教程 将是使用,但不要认为我可以过滤类型。
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过编辑 robots.txt 将其从 Google 搜索中排除。
在 robots.txt 上查找 google 以了解更多详细信息...
You can exclude it from google search by editing robots.txt
Look up google on robots.txt for more details...
不知道它的效果如何,但是您检查过搜索配置模块吗?
Don't know how well it works, but have you checked search config module?