# Referrers
Cabin attempts to obtain the referrering webpage when a visitor lands on you website. Various browser privacy features may prevent this.
There are a few reasons that a referrer may not be logged...
The visitor came directly to your site by typing the link into the browser's bar.
The visitor clicked a link on a https:// website and your site is http://
The visitor clicked a link that contains the attribute
rel="noreferrer"
and the browser automatically disabled the referrer. Try asking the author to remove the attribute from their link so that you can log these links.