# Audit whether a page answers its question directly

> Use when a page targets a question but you suspect the answer is buried.

## Fill in before running

- `{{QUESTION}}`
- `{{PAGE_TEXT}}`

## Prompt

```
You are auditing whether a page answers its target question directly enough to be used by an AI assistant.

Target question: {{QUESTION}}
Page content: {{PAGE_TEXT}}

Do this in order:
1. Quote the single passage that comes closest to a direct answer, and give its approximate position (percentage through the page).
2. Score the page 0 to 5 on each of: directness, completeness, self-containment, evidence, freshness signals. Give one sentence of justification per score, and quote evidence.
3. State plainly whether an assistant asked this question could answer it using only this page. Yes or no, then why.
4. List every sub-question a reader would still have, ranked by how likely it is to be asked.
5. Write a replacement answer block of 60 to 90 words to place directly under the H1.

Constraints:
- Do not pad scores. A 3 means average, not polite.
- Quote real text from the page for every claim you make about it. If you cannot find supporting text, say "not present on page".
- The replacement block must not use em dashes and must not restate the question before answering it.
```

## Getting a better result

- If the closest answer sits past 40 percent of the page, that is usually the whole problem.
- Run the audit again after editing to check the score moved for the right reason.
- Keep the replacement block as plain paragraph text; assistants lift prose more reliably than styled callouts.

---

From the QuQi prompt library - https://www.quqi.io/prompts/does-page-answer-question
