Quickstart

Run your first AI-Readiness audit in a few minutes. The free plan scans your homepage; paid plans let you audit any page on your site and unlock Marketing Signal and Website Security.

1. Add your site

Create an account, then add a project by entering your domain. You confirm you are authorized to audit the public site; index365 only reads publicly visible pages and never logs into private systems.

2. Run the free homepage audit

From the project, run the AI-Readiness audit. The free plan includes one homepage result each month. The scan reads your page the way an answer engine does: crawlability, metadata, schema, content structure, and how quotable your value proposition is. It finishes in about a minute.

What the score means

AI-Readiness returns a 0-100 score with severity-ranked findings. The score reflects how ready the page is for AI search and citation; each finding names the consequence and a recommended fix.

3. Review and act on findings

Open the report to see findings grouped by area (discoverability, structured data, metadata, content, answerability) and severity. Each finding includes the affected URL, the evidence, and a recommended fix. You can copy a ready-to-paste fix prompt straight into your coding agent.

Run it from the CLI instead

Prefer the terminal? Install the CLI, authenticate with a scoped key, and run the same audit. See Authentication for how to mint a key.

bash
npm i -g @index365/cli
index365 login                                   # paste your i365_ key
index365 projects create --domain acme.com --name "Acme"
index365 runs start --project <projectId> --wait # polls until the run is done
index365 reports context <runId> --json          # compact, agent-ready result
Drive it from your agent

Install the agent skills with npx skills add index365usa/agent-skills and your coding agent can run an audit, apply the fixes in your repo, and re-run to confirm the score moved, all in one flow.

Next steps