Add rel nofollow to all external links in the node body and comment body For for node body field use below code: /** * Override or insert variables into the node template. */ function template_preprocess_node(&$variables) { /* Add nofollow */ Continue reading →