Nofollow attribute in Wordpress link embed code?

I am including links to items I've written for clients in a WP post, but want them to be "no follow" to avoid any issues with those same clients.

The links are posted as embed code and I'm not sure how or where to add the rel="nofollow" attribute. The code looks like this:

    figure class="wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider"div class="wp-block-embed__wrapper"

https://www.clientssite.com/their-blog-post/

Can you point me in the right direction? Thx

Topic embed nofollow Wordpress

Category Web


If you have used anchor tag manually than in post editor switch to html editor, now add rel="nofollow" in anchor tag like this :

<a href="http://www.example.com" rel="nofollow" >Click me text</a>

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.