# Extract citable claims from a page

> Use when you want to know which sentences on a page an AI assistant could actually quote.

## Fill in before running

- `{{PAGE_URL}}`
- `{{PAGE_TEXT}}`
- `{{TOPIC}}`

## Prompt

```
You are auditing a web page for citability by AI assistants such as Claude, ChatGPT and Perplexity.

Page URL: {{PAGE_URL}}
Page content: {{PAGE_TEXT}}
Primary topic: {{TOPIC}}

A citable claim is a self-contained sentence that states a fact, a definition, a number, a rule or a clear judgement, and that still makes sense when lifted out of the page with no surrounding context.

Return a table with these columns:
| Claim (verbatim) | Type (definition / statistic / process / judgement) | Self-contained? (yes/no) | Why an assistant would or would not quote it | Rewritten version that is quotable |

Then list, as a numbered list, up to eight claims the page implies but never states outright in a liftable sentence.

Constraints:
- Quote claims verbatim in the first column. Do not paraphrase there.
- Do not invent statistics. If a number on the page has no source, mark it "unsourced" in the fourth column.
- Do not suggest adding claims the page has no basis to make.
- Rewrites must be under 40 words, plain language, no em dashes, no "it is not just X, it is Y" constructions.
```

## Getting a better result

- Paste the rendered text, not the HTML, so navigation and footer copy do not pollute the analysis.
- Run it on a competitor page too and compare how many self-contained claims each page has.
- Claims that depend on "this" or "as mentioned above" almost never get quoted; fix those first.

---

From the QuQi prompt library - https://www.quqi.io/prompts/extract-citable-claims
