20-11-2010, 11:40 PM
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
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.
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.