I must get rel=“nofollow” to work as intended on RTF for client blog.
Here is an RTF Block
This sentence has a link that I want to follow.
This sentence has a link that I do not want to follow.
<a href="https://www.webflow.com/" ">
this is a standard link </a>
. This works as intended in RTF / CMS.
<a href="https://www.webflow.com/" rel="nofollow">
this is a nofollow-link </a>
. This does not work as intended in RTF / CMS.
<a href="https://www.webflow.com/" rel="ugc">
this is a ugc-link </a>
. This does not work as intended in RTF / CMS.
<a href="https://www.webflow.com/" rel="sponsored">
this is a sponsored-link </a>
. This does not work as intended in RTF / CMS.