Search engine indexing: Google, Bing, Yandex
In this article I want to share my experience of using search engine consoles, continuing an idea from a recent Telegram post. If it reduces frustration for someone, good. If it saves time, better.

During the ~3 months since my domain has been live I’m with Google search console and bit less with Bing and Yandex webmaster-tools.
# Who owns the search indexes
Initially, it’s useful to understand that there aren’t many truly independent players in this market. Here is what I know about it, based on public info:
- google.com has own index and reselling it to:
- startpage.com
- ecosia.org
- …
- bing.com has own index and reselling it to:
- yahoo.com
- duckduckgo.com
- …
- ya.ru has own index and I didn’t find info about reselling it
- baidu.com has own index and I didn’t find info about reselling it
- Newer AI-powered search engines have not publicly shared their indexing
information
- perplexity.ai
- chatgpt.com/?hints=search
What does this mean in practice? If Bing incorrectly caches my page, fixing it can be difficult – especially since other search engines rely on Bing’s index.
Issue example
- Outdated DuckDuckGo result
https://duckduckgo.com/?q=bogomolov+Software+engineer+Consultant:

- Current Google result
https://www.google.com/search?q=bogomolov+software+engineer+consultant:

That was changed about month ago and still inconsistent.
# Verify domain, submit sitemap
Even without verified ownership of my site/domain, search engines scrape the index page. Yep, based on my experience, only index. No DFS. And probably no return visit to check updates. Letting myself know.
To try to fix it I went to:
- Google search console
- Bing webmasters
- Yandex webmaster
- Omitting Baidu and AI-powered search engines this time
And proved site ownership. They provided different options; I chose domain records for all of them.
example
$ dig bogomolov.work TXT
...
;; ANSWER SECTION:
...
bogomolov.work. 300 IN TXT "yandex-verification: 7417053df139a332"
The next step is to provide a sitemap.xml and (optionally) set up robots.txt; others are specific.
However, these processes are not without their issues.
# Google: sitemap is not enough
Sitemap.xml provides full list of pages with dates when it was updated, my one is properly autogenerates and validated by:
- Removing and then re-adding the sitemap helps to verify the number of indexed pages
- Yandex provides validator
- Other search engines
But in my experience it’s never works, sometimes submitting new url directly thru UI helps, after several attempts and time. For example last one from 2025-03-12, it was submitted manually
and thru sitemap.xml too!
Other issue is it constantly adds nonexistent and undeclared page with redirect, which is hilightted as not indexed.
And once more - they crawler crashed on my page which caused it to be dropped from the index. Strange, case neither Bing nor Yandex have such issue. Validation took three days, what would be if it was my main selling landing?
# Bing: stale cache, ignored actions
Most dunno indexer. I would call it broken.
I disregard its suggestions about too short page titles and descriptions
some details for those who interested
h1 on single page and I fixed it (but okay-okay, here it was
right).because it completely ignores any actions from webmaster. Initially, likely upon domain registration, it indexes the site. However, it later detects a duplicate sitemap from the CNAME’d www subdomain.

And all what it knows:

…It has limits to add pages manually, 10 per day. Few times I exausted that limit, it takes few days, showing me “Not enough data”, in almost all pages in console. The overall result of all these manipulations: outdated /.
# Yandex: indexed, then called low-value
My simple metric to compare engines – how many pages are available in index:
| Query | Bing | Yandex | |
|---|---|---|---|
| Software engineer & Consultant site:bogomolov.work | ✅ | ❌ | ✅ |
| The Archive site:bogomolov.work | ❌ | ❌ | ❌ |
| Python3 Dockerfile with uv site:bogomolov.work | ✅ | ❌ | ❌ |
| DI Container vs. Service Template (generator) site:bogomolov.work | ✅ | ❌ | ❌ |
| (Almost) Free Google Drive Backup site:bogomolov.work | ❌ | ❌ | ❌ |
| Google Drive Backup Part 2 site:bogomolov.work | ✅ | ❌ | ❌ |
| Will AI Replace Developers? site:bogomolov.work | ❌ | ❌ | ❌ |
| Total | 4 | 0 | 1 |
In addition to that table Yandex has one more excuse, it sees both of:
but intentionally excludes them from search due to their Low-value or low-demand page classification.

This one and more unexplained and unaddressed problems still await me.
# Verdict: don’t bet the business on search
If even basic indexing is this unreliable, how can I trust search engines for business growth? AI-powered alternatives may soon change the game, making traditional SEO less relevant. It’s going to be too risky to rely on search results and position on it. So, long story short, I don’t see any reason to spend more time to SEO, better focus on another organic traffic source.


