Robot - Follow / NoFollow instruction

Robots Useragent

About

The follow or nofollow instructions tells bot:

  • to analyze or not the page for links.
  • to give credit to another page. (ie to endorse for ranking)

Meaning

Value Level Description
nofollow Page Don't analyze the page for links
nofollow Hyperlink No endorsement, including passing along ranking credit to another page.

Set

Page level: META

The meta name=“ROBOTS” tell visiting robots whether a document may be used to harvest more links.

In the following meta example a robot should neither index this document, nor analyze it for links.

<META name="ROBOTS" content="NOINDEX, NOFOLLOW">

Specific to a bot: googlebot cannot harvest links

<meta name="robots" content="nofollow">

On a link level with the rel attributes

Example:

<a href="https://example.com" rel="nofollow">An example</a>

Links marked with rel attributes will generally not be followed.





Discover More
HTML - A element (anchor)

HTML The a (or anchor) is a html element that represents a hyperlink. It is the cornerstone: of every navigation scheme on the web. and of the importance of a page on the internet (pagerank) ...
HTML - Hyper(Link) (href elements)

A link in HTML is an element that have the href attributes with an URL value An hyperlink is a contraction of hypertext link. link element The following elements are hyperlink because they have the...
Search Engine Optimization (SEO)

Add structured data to your site to help Google understand the page: for example, a review, recipe, business, or event. rich results: and Meta description tags: Google sometimes uses search engine Too...
Robots Useragent
Web - Robots (Wanderers | Crawlers | Spiders)

This page is in a web context. Web Robots (also known as Web Wanderers, Crawlers, or Spiders), are crawler program that scan the web generally in order to: create an search engine. See or seo...



Share this page:
Follow us:
Task Runner