I am trying to find a way to easily remove the nofollow attribute ONLY for all the internal links on my site (WordPress).
How can I do that?
I am trying to find a way to easily remove the nofollow attribute ONLY for all the internal links on my site (WordPress).
How can I do that?
Copyright © 2021 Jogjafile Inc.
The snippet below will check the page content and comment fields so see if a string contains the site url and, if true, remove the any no-follow attribute if set. This is assuming the links are using an absolute path.