nofollowfy
The nofollow
attribute is used to indicate how search engines should see the href
in the link. The nofollowfy
modifier processes the anchor (a
) tags from the Template Tag it is applied to and adds a rel
attribute of nofollow
to it (or appends to an existing rel
attribute).
Example
<mt:CommentBody nofollowfy="1">
which might output:
This is my comment and a <a rel="nofollow" href="http://my-website.com">link to my website</a>.