Yandex treats example.com and www.example.com as different websites — and, combined with protocol, one domain can present four distinct addresses. Until the robot works out that the content is identical, those addresses compete with each other, and the loser gives up traffic and positions for nothing.
Yandex has no preference
It does not matter to Yandex whether the address carries the prefix. The prefix dates from the 1990s and today survives mostly in platform configuration. What matters is that you choose one and make it unambiguous.
The procedure
- Both addresses in the console, rights verified on each.
- Content and availability checks — the main content must match (text, graphics, contact details), the new address must not be grouped with someone else’s site, server response under 10 seconds,
200 OKon the new address and200or a redirect on the old, and both allowed in identicalrobots.txtfiles. - Point the old address at the new one by one of three means: a
301/302redirect page to page;rel="canonical"on the old pages pointing at the new ones, in the HTML or the HTTP header; or therefreshmeta tag, which is sometimes read as a302. - Relocate site under Indexing, choosing the direction of the move.
Note that this page offers canonical as a legitimate alternative to redirecting — the domain-move procedure does not. Where a redirect is impractical, that is the route.
What merging does and does not give you
Some accumulated signals transfer, and external links to the old address count for the new one. But Yandex repeats the caution: merging does not guarantee the same page count, ranking or traffic.
The redirect rule that matters
Redirect home page to home page and internal page to corresponding internal page. Collapsing everything onto the home page is explicitly discouraged — it strands users and slows the robot’s discovery of the new site.
How we apply this
On new client sites this is the first thing we test: request all four address variants and see what each returns. Finding two of them answering 200 with the same content is common, and it means the site has been quietly competing with itself, sometimes for years. Fixing it costs an afternoon of server configuration and one console request, and it is the cheapest recovery available on a Yandex site.
Related services