URL: /rules/ai

---
title: "AI"
description: "AI-powered page classification, parsability, and content analysis"
---

<Note>**Cloud rules** - these rules use AI analysis in the cloud and require login (`squirrel auth login`). They are skipped (never failed) when you're not logged in. See [Cloud rules](/cloud/rules) for costs and behavior.</Note>

AI-powered page classification, parsability, and content analysis.

## Rules

<CardGroup cols={2}>
  <Card title="LLM Parsability" icon="circle-info" href="/rules/ai/llm-parsability">
    Analyzes how well LLMs can parse and understand the content
  </Card>
  <Card title="Page Type Match" icon="triangle-exclamation" href="/rules/ai/page-type-match">
    Checks the AI-classified page type agrees with declared structured data
  </Card>
  <Card title="Site Type" icon="circle-info" href="/rules/ai/site-type">
    Classifies the overall site type (blog, ecommerce, saas, docs, ...)
  </Card>
  <Card title="AI Content Detection" icon="circle-info" href="/rules/ai/ai-content">
    Detects if content appears to be AI-generated (currently disabled)
  </Card>
</CardGroup>

## Disable All AI Rules

```toml squirrel.toml
[rules]
disable = ["ai/*"]
```
