Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Optimisation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Jan 2008 at 23:45 UTC
Updated:
14 May 2008 at 08:11 UTC
How can I include nofollow metatag for SEO purposes
Comments
Comment #1
zet commentedThere are 2 methods for what you want :
(If you want this for all spiders and for the entire site)
Or you can specify per spider settings and per directory or file name in your drupal root:
eg:
User-agent: googlebotor
User-agent: WebCrawlerand finally our list could look this way ( general example - adapt it to what your drupal site needs):
PS: If your Drupal setup has aliases for all nodes (mostly happens when you use path and pathauto both) then add Disallow: /node/ to your robots.txt. Nodes with aliases are accessible from 2 URIs: the default URI and the aliased URI. Search engine bots will discover both over a period of time and this might lead to penalisation for duplicate content as well as twice as much crawling as is really required.
With this module you can setup, among other things, Default robots meta tag: :
and
Comment #2
zet commentedComment #3
daniel.hunt commentedDid this solution work?
Comment #4
vipconsult commentedActually I am using Nodewords and all node have the option to include Nofollow whenever I want except the UIE Forum .
Asolution with Nodewords would be the best option
Comment #5
vipconsult commentedActually I am using Nodewords and all node have the option to include Nofollow whenever I want except the UIE Forum .
Asolution with Nodewords would be the best option
Comment #6
fuldespanto commentedI like nodewords since it lets you choose the description metatag, but it forces to choose between some combinations of indexing and following for the whole site, which seems to be a problem when you want to selectively add nofollow tags. Does anybody know a good approach to this issue?
Comment #7
daniel.hunt commented