# Why do my suggested optimizations only cover the first part or less of my article?

This behavior has been observed at different times for different articles.

BlitzBear will usually give the top 15-20 recommendations per article (sometimes even up to 30), however optimization suggestions may not necessarily cover the full span of the article's contents evenly.

This is due to current LLM limitations combined with the amount of processing that BlitzBear performs (e.g, we send many back-and-forth API requests to generate optimizations in a cohesive context with full markup intact). Because of this, the AI may not always provide recommendations spread evenly throughout the article. As LLM technology progresses, we anticipate this issue to be resolved completely.

It is important to note that even when SEO optimizations cover just the first half or less of an article, increases in SERP rankings can still be achieved. [Learn more by reading this case study](https://blitzbear.com/case-studies/growsurf#effects-on-article-positions-in-google).


---

# Agent Instructions: 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:

```
GET https://support.blitzbear.com/using-blitzbear/why-do-my-suggested-optimizations-only-cover-the-first-part-or-less-of-my-article.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
