Privacy
What this site measures, and what it doesn’t
allowed.bike is a reference you read, not an account you keep. This page is written from the code that actually runs—what analytics sees, what the two forms send, and where it all goes—so you can check it against reality rather than trust a template.
01 / Analytics
Google Analytics, loaded lightly and told to forget the details
The one page that carries your bike’s specs never hands them to analytics—they are stripped off before Google sees anything.
The site loads Google Analytics 4, and only when a measurement ID is configured for the deployment. It loads after the page is interactive, so it never blocks the content you came for. IP addresses are anonymized. GA4 sets its own measurement cookies to count repeat visits; that is the extent of the tracking here.
- Only the bare path is recorded
- Before analytics fires, the page pins the URL it reports to
origin + pathname—the query string and the#hash are dropped. Google records that you viewed /check, never the specs after the?. - Why that matters here
- The checker encodes your bike’s specs in the query string so a verdict is shareable by link. Stripping the query before analytics runs is a deliberate choice: those specs stay between you and your browser, and never turn into an analytics event.
02 / The two forms
Corrections and rider experiences go to a person, as email
Two forms on the site accept a submission. Each one sends its contents as an email to the people who run allowed.bike. There is no database behind either form—no record of your submission is stored on the site; the email is the whole delivery.
- The corrections form
- Sends the note you write about what looks wrong, plus the canonical source-page URL, state name and slug, and claim ID when available, while the statute or citation and a reply email remain optional, with any address used only as the reply-to and none sent when left blank.
- The rider-experiences form
- Sends the state and what happened, plus—each optional—the bike or class involved, an approximate date, a citation or ticket detail, and a reply email. Every experience is read by a person and moderated; nothing you send is published on the site without that review, and it is always kept separate from the cited law.
03 / What the site doesn’t do
No accounts, no advertising, no cross-site tracking
There is nothing to sign in to—the site has no accounts and no login. It runs no advertising and sets no ad or cross-site tracking cookies today. The only third-party the pages load is the Google Analytics measurement described above.
04 / Where it lives, and how to reach us
Form submissions live in an inbox; there’s no public mailbox to harvest
Because the forms send email rather than write to a store, a submission lives wherever the operators keep their mail—their inbox—not in any system this site controls in code. We make no automated-deletion promise the code doesn’t keep. Analytics data lives in Google Analytics under the operators’ account and Google’s own retention settings, not on this site.
Questions, or something here that doesn’t match what you see the site doing? The corrections form reaches us—there is no public email address to write to on purpose.