> For the complete documentation index, see [llms.txt](https://help.rankability.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rankability.com/copywriter/understanding-your-content-score.md).

# Understanding your content score

The content score is a 0–100 rating that measures how well your draft covers recommended topics and places your primary keyword in key positions.

## How it works

A circular gauge appears in the top-right sidebar. The score has two components:

### Coverage

Measures how many recommended keywords appear in your draft. Keywords are color-coded: green (used sufficiently), yellow (used but could use more), red (missing). The total is displayed, for example “50/74 Keywords.”

### Placement

Checks whether your primary keyword appears in 5 key positions:

* Title tag
* H1
* First 100 words
* Meta description
* Early H2/H3

Each position shows a green checkmark or red X.

## Additional context

* Word count and target range are shown below the score.
* The keyword list is sortable (default: Relevance) and searchable.
* You can add custom keywords, copy to clipboard, or export as CSV.

## Tips and best practices

* Focus on Coverage first – incorporate missing (red) keywords naturally.
* Check Placement second – ensure your primary keyword is in the H1, first 100 words, and meta description.
* A higher score does not guarantee rankings but indicates topical completeness.
* Prioritize red keywords for the biggest score improvements.

## Troubleshooting

* **Score seems stuck** – Make a small edit to trigger a refresh.
* **Placement X for Title tag** – The title tag is set in the Brief tab, not in the draft body.

## Related articles

* [Creating a content project (Copywriter)](/copywriter/creating-a-content-project.md) — The full content creation workflow that produces your score.
* [Content editor reference](/copywriter/content-editor-reference.md) — Detailed reference for the editor sidebar and keyword tools.
* [Running an editor review](/copywriter/running-an-editor-review.md) — Get AI editorial feedback to improve your score.
* [Content types: Educate, Discover, Compete, Convert](/copywriter/content-types-reference.md) — How content type affects scoring and optimization.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.rankability.com/copywriter/understanding-your-content-score.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
