“Low-value or low-demand” is the exclusion reason that generates the most anxiety and the least action, because it sounds like a penalty and is not one. Yandex is explicit: pages with this status do not mean the site has violations or ranking restrictions — those live on a different page entirely, under Security and violations.
Two different verdicts under one label
- Low-value. The page duplicates another, or has no content the robot can see. This is a technical finding and it is fixable.
- Low-demand. The page has content and no errors, but there are no users or queries it could answer. This is an editorial finding, and no amount of technical work will change it.
Telling the two apart is the whole job, because the remedies have nothing in common.
Fixing a low-value page
First establish whether the robot can see the content at all:
titleand heading elements actually describe the page.- Important content is not delivered as an image.
- Important content is not injected by JavaScript — check the HTML the robot receives through the server response tool, not the rendered page in your browser.
- Content is not inside an
iframe.
If the page genuinely has no value, hide it deliberately: rel="canonical" to the original for duplicates, Clean-param in robots.txt for insignificant GET parameters, or Disallow / noindex for technical pages. An unwanted page left indexable is not neutral — it consumes crawl attention.
Fixing a low-demand page
Yandex’s advice is to look at the content rather than the markup, and to ask what query a real visitor would type. Wordstat, query statistics and query groups exist for exactly this. The uncomfortable case is a page written for a phrase nobody searches — it will not be included however well it is built.
Three facts worth quoting to a client
- There is no index quota. Yandex states that all pages the algorithm considers useful are indexed regardless of how many there are. A large site is not competing against itself for slots.
- The decision is re-evaluated almost daily. Pages appearing and disappearing without any change on the site is normal behaviour, not instability.
- Deleted pages can still be listed as low-demand. The algorithm assesses what is already in the database; it does not re-crawl. Pages that once returned
200keep their entry until the robot revisits. Blocking them inrobots.txtclears them from the robot’s database within about two weeks.
How we apply this
We separate this list into the two verdicts before doing anything, because clients arrive assuming a penalty and leave with a content plan. The most common genuine cause we find is content the robot cannot see — a specification table rendered by JavaScript, or a product description inside an iframe — and it takes one server response check to prove. When the answer is genuinely low demand, we say so plainly: the page can be improved, merged, or accepted as unindexed, and pretending otherwise costs the client money.
Related services