How to add nofollow to a single internal link in X

I am using X theme

I have numerous blog posts each with several links some internal some external.

I don’t want to make all links on a post Nofollow I just want to make one single link to its specific page nofollow.

I can’t seem to find out how to make a single specific link on a post Nofollow in X

I have found out how to do it in a menu item but not a specific link

Hi James,

Can you provide us the url of the page where we can see the link and please specify which link you wanted to add the nofollow. If the link is in your content, you can simply add rel="nofollow".

eg.

 <a href="signin.php" rel="nofollow">sign in</a>

Thanks

A link similar to what I want to nofollow is on this page

An example link is frond in the Q&A near the bottom and is highlighted “Vice grips”

Hey James,

You can edit the text content in HTML mode and add rel="nofollow" to the <a> tag like this:

Hope this helps.

that will do nicley thank you

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.