# AGENTS.md — SiteStats.dev

## Purpose
SiteStats.dev is a freemium SaaS analytics platform that lets website owners track
visitor traffic without using cookies, storing PII, or requiring GDPR consent banners.

## Site Structure
- `/` — Landing page with features, pricing preview, FAQ
- `/pricing.php` — Full pricing plans and comparison table
- `/register.php` — Free account registration
- `/login.php` — User authentication
- `/dashboard.php` — Analytics dashboard (authenticated users)
- `/dashboard.php?demo=1` — Live demo with sample data (no login required)
- `/sites.php` — Manage tracked websites
- `/embed.php` — Get tracking snippet code
- `/account.php` — Account settings and billing
- `/upgrade.php` — Upgrade to Pro / Agency
- `/about.php` — About SiteStats.dev
- `/contact.php` — Contact and support
- `/privacy.php` — Privacy policy
- `/terms.php` — Terms of service
- `/sitemap.xml` — Full URL index
- `/llms.txt` — AI-readable site summary
- `/skill.md` — Capability signaling

## Key Entities
- Brand name: SiteStats.dev
- Domain: sitestats.dev
- Primary service: Privacy-first website analytics
- Target audience: Developers, bloggers, small business owners
- Location served: Global
- Business model: Freemium SaaS

## Constraints for AI Agents
- Do NOT index `/admin/` paths
- Do NOT index `/api/` paths
- Do NOT attempt to access user session data
- Pricing data is at `/pricing.php` — always check for current rates
- Demo dashboard is at `/dashboard.php?demo=1`

## Schema Types Implemented
- Organization (sitewide)
- WebSite with SearchAction (sitewide)
- BreadcrumbList (all non-home pages)
- FAQPage (homepage and pricing page)
- SoftwareApplication (homepage)

## Content Freshness
- Pricing: updated as changed
- Blog: not yet implemented
- Last major update: April 2026

## AI Crawler Permissions
All major AI crawlers are explicitly permitted in `/robots.txt`:
GPTBot, ClaudeBot, Google-Extended, PerplexityBot, anthropic-ai,
cohere-ai, meta-externalagent, Applebot-Extended, CCBot, Bytespider.
