Quickstart
Run your first AI readability scan in under five minutes. This guide walks you through scanning a page, reading your AIA Score, and downloading your first AI-readable file package.
What You'll Need
- A live website URL (any public page)
- An AIA Matrix account (sign up free — no credit card required)
That's it. No installation, no code, no server access required to get your first score.
Step 1 — Run Your First Scan
- Log in to your AIA Matrix dashboard
- Paste the URL of the page you want to analyze — most people start with their homepage
- Click **Scan Page**
AIA Matrix will fetch the page, analyze its structure, and evaluate it across four dimensions:
| Dimension | What It Measures |
|---|---|
| Human Readability | Clarity, structure, and accessibility for human visitors |
| Generative Structure | How well content is organized for AI extraction (headings, semantic HTML, content hierarchy) |
| AI Credibility | Trust signals, factual density, and citation-worthiness |
| Generative Accessibility | Whether AI crawlers can actually reach and parse the content |
A scan typically completes in 15–30 seconds.
Step 2 — Read Your AIA Score
Once the scan completes, you'll see your composite **AIA Score** — a letter grade (A through D) along with a numeric score out of 100.
Your AIA Score: C+ (62/100)
Human Readability: 78/100
Generative Structure: 54/100
AI Credibility: 61/100
Generative Accessibility: 55/100Below the score, you'll see your **top recommendations** — the highest-impact changes you can make first. On the Free plan, you'll see your top 3 recommendations. On Professional, you'll see the complete, prioritized list.
Learn more about how scores are calculated in AIA Score Explained.
Step 3 — Download Your AI-Readable File Package
Every scan generates a starter package of AI-readable files based on the page you scanned:
semantic/index.json ← structured data for AI agents
markdown/index.md ← natural language summary for LLMsClick **Download Package** to get these as a ZIP file.
On the Professional plan, this package expands to include `llms.txt`, `llms-full.txt`, your full `/semantic/` and `/markdown/` directories, and an AI-ready `robots.txt` — generated automatically across your entire site, not just one page.
Step 4 — Upload to Your Server
To actually make your content AI-readable, the generated files need to live on your website's server, not just in your downloads folder.
- If you're comfortable with FTP/SFTP or your hosting control panel, see Installation
- If you're on WordPress, see the dedicated WordPress Setup guide
- Files generally belong at your site's root (`/llms.txt`, `/robots.txt`) or in their own folders (`/semantic/`, `/markdown/`)
Step 5 — Verify It's Working
After uploading, confirm your files are live and accessible:
- Visit `https://yourdomain.com/llms.txt` directly in your browser — you should see the plain text file, not a 404
- Visit `https://yourdomain.com/semantic/index.json` — should display raw JSON
- Run a check at [isitagentready.com](https://isitagentready.com) to validate your full AI-crawler setup
For a deeper walkthrough of validation and common issues, see [Validation](/docs/validation) and [Troubleshooting](/docs/troubleshooting).
What's Next
- **Scan your whole site** — upgrade to [Professional](/pricing) to analyze every page on your domain, not just one
- **Understand the file types** — read about [llms.txt](/docs/llms-txt), the [Semantic Knowledge Graph](/docs/semantic-knowledge-graph), and the [Markdown Knowledge Base](/docs/markdown-knowledge-base)
- **Track your progress** — re-scan periodically to see your AIA Score improve over time
Need Help?
If your scan fails, returns unexpected results, or you're not sure what a recommendation means, visit Troubleshooting or contact support at support@aiamatrix.com.