How to add the ‘no follow‘ attribute to the links to blog posts
Open the following file: <web site folder>/CMSBlog/BlogCommentDetail.ascx.cs Around line 70, add the following statement: lnkName.Attributes.Add("rel", "nofollow"); This adds the rel=“nofollow“ attribute to the link to the name of author.
Please, sign in to be able to submit a new answer.