View Source PlausibleWeb.Plugs.NoRobots (Plausible v0.0.1)

Rejects bot requests by any means available.

We're adding x-robots-tag to the response header and annotate the conn with "noindex, nofollow" under private.robots key.

The only exception is, if the request is trying to access our live demo at plausible.io/plausible.io - in which case we'll allow indexing, but deny following links and skip the bot detection, in kind robots we trust.