The "noreferrer" link relation is used to instruct the browser not to send the HTTP Referer header when the user clicks a link. This can enhance privacy and security by not disclosing the URL of the current page to the server the link points to.
<a href="https://example.com" rel="noreferrer">External Site</a><a href="https://example.com" target="_blank">External Site</a>