diff --git a/company_site/docs/agentic-browsing.md b/company_site/docs/agentic-browsing.md new file mode 100644 index 0000000..c67bc33 --- /dev/null +++ b/company_site/docs/agentic-browsing.md @@ -0,0 +1,45 @@ +# Agentic Browsing Readiness + +This site targets Google's experimental **Agentic Browsing** Lighthouse category (v13.3+), which checks whether AI agents can read, navigate, and act on public pages. + +PageSpeed Insights does not yet expose this category. Run audits locally: + +```bash +npx lighthouse@latest https://aimloperations.com \ + --only-categories=agentic-browsing \ + --chrome-flags="--enable-experimental-web-platform-features" \ + --output=html --output-path=agentic-browsing-report.html +``` + +Test at minimum: + +- `/` (homepage) +- `/contact` (primary conversion page) + +## What we ship + +| Check | Implementation | +|-------|----------------| +| **llms.txt** | `GET /llms.txt` — machine-readable site summary | +| **robots.txt** | `GET /robots.txt` — crawl rules + sitemap reference | +| **sitemap.xml** | `GET /sitemap.xml` — public marketing URLs | +| **Accessibility tree** | Form labels, semantic nav controls, ARIA on dialogs | +| **Layout stability** | Fixed cookie banner, reserved hero/marquee space, font fallbacks | + +WebMCP is intentionally deferred until browser and agent support stabilizes. + +## Regression checklist + +Before merging public-facing template or CSS changes: + +1. Contact form fields have associated `