A nofollow link is an HTML attribute added to a hyperlink that tells search engines not to pass link equity or authority to the linked website. It instructs search engine crawlers not to follow the link or consider it as an endorsement for ranking purposes.
Synonyms: No-follow link, Nofollow attribute, rel nofollow, Noindex link
Nofollow links are created by adding the rel="nofollow" attribute to an HTML link tag. When a search engine crawler encounters this attribute, it understands that the link should not be followed or considered as a vote of confidence for the linked page. This helps webmasters control the flow of link equity and prevents search engines from associating their site with potentially untrustworthy or irrelevant content.
Nofollow links play a crucial role in maintaining a healthy link profile and adhering to search engine guidelines. They help webmasters:
By using nofollow links appropriately, website owners can better manage their SEO strategy and maintain the integrity of their site in the eyes of search engines.
Nofollow links are commonly used in various scenarios:
Here's an example of how a nofollow link looks in HTML:
<a href="https://example.com" rel="nofollow">Example Website</a>