Install SeenandCited
After you create a site in your workspace, you'll get a unique site ID. Paste the snippet into the <head> of every page you want to track.
1. Sample snippet
Replace SITE_ID with the value shown in your site settings.
<script async src="https://seenandcited.online/api/public/ingest-event?s=SITE_ID"></script>
<noscript><img src="https://seenandcited.online/api/public/ingest-pixel?s=SITE_ID" width="1" height="1" alt=""></noscript>2. Verify your site
Prove you own the domain using any one of three methods (whichever is easiest):
- Upload a file to
/.well-known/aeo-<token>.txt(recommended). - Upload the same file to the site root:
/aeo-<token>.txt(Windows/IIS-friendly). - Add a DNS TXT record at
_seenandcited.<domain>with the token as its value.
3. What we collect
- The page path that was loaded.
- The User-Agent (only matching known AI crawler patterns are logged).
- The referring host, when present.
- Anonymized country (geo-lookup from anonymized IP — IP is not stored).