How do I set a link as a "do follow"?
-
I have a page from a state agency linking to my website. They have good PA and DA. How do I tell google to "do follow"? It is already showing up as linked to my site, I just want to make sure I'm getting the SEO juice!

-
You need to check the HTML code of the link. If it doesn't explicitly say nofollow in the rel tag then it is a dofollow link.
For example, this a nofollow link:
<a <strong="">rel="nofollow" href="https://www.mywebsite.com">Visit my website!</a>
If we remove the nofollow property the link becomes dofollow:
-
Thank you for clarifying!
-
This post is deleted!