howtothings.co.uk

Full Version: Making www_postbit links no follow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Making www_postbit links no follow

This is a very quick template edit tutorial on how you can make www links no follow. This can help with your SEO and stops bots leaving your site.

Steps
  • ACP
  • Templates and Style
  • Templates
  • *your template*
  • Post Bit Templates
  • postbit_www

Find the following code
[code=html]<a href="{$post['website']}" target="_blank">[/code]

and replace it with

[code=html]<a href="{$post['website']}" rel="nofollow" target="_blank">[/code]

Save the template.
Job done.