How do I install the tracker snippet?

Choose PHP one-liner, pixel img, .htaccess block, or Cloudflare Worker.

Intermediate Last updated 2 May 2026

The tracker snippet logs AI bot visits to your site so the Track pillar can show you which crawlers are reading you. Install once per site:

1. Open /app/sites/{id}/install.
2. Pick a method based on your hosting:
- PHP - add a one-line require_once at the top of your front controller (most LAMP sites).
- Pixel img - drop a 1x1 <img> into your site footer.
- Apache log shipper - paste an .htaccess block that ships logs.
- Cloudflare Worker (Agency tier) - install the worker template.
3. Wait up to 5 minutes for the first beacon to arrive.

The install page polls and turns green the moment we see your first hit.

Open in LLM Submitter

Was this helpful?