When should I use rel=noreferrer?

In short, the noreferrer link type hides referrer information when the link is clicked. A link with the noreferrer link type looks something like this: <a href=”http://www.example.com” rel=”noreferrer”>Click here for more info</a> If someone arrives at your site from a link that uses this link type, your analytics won’t show who refered that link. Instead, … Read more

What rel=profile is for?

In HTML 4.01, there is the profile attribute for the head element: This attribute specifies the location of one or more meta data profiles, separated by white space. For future extensions, user agents should consider the value to be a list even though this specification only considers the first URI to be significant. It is … Read more