Is this link being followed?

BloggerBY

Newbie
Joined
Nov 7, 2023
Messages
9
Reaction score
5
<a href="https://www.example.com" target="_blank" rel="noopener">example.com</a>

Is it useful to get this link? Is noopener a substitute for nofllow? Is it followed? thanks
 
Yes, it's a do follow link and works perfectly in terms of SEO,
As far as I can remember it's added to protect the website from some JS (window) manipulation
 
<a href="https://www.example.com" target="_blank" rel="noopener">example.com</a>

Is it useful to get this link? Is noopener a substitute for nofllow? Is it followed? thanks
The link has "noopener," which enhances security but doesn't affect follow/nofollow. To determine if it's followed, check the website's HTML or use browser extensions.
 
Thank you all.

The link has "noopener," which enhances security but doesn't affect follow/nofollow. To determine if it's followed, check the website's HTML or use browser extensions.

I checked through a website. The result: "Do follow"
 
Back
Top