S
S
sk8er_boi2020-10-23 13:23:35
Search Engine Optimization
sk8er_boi, 2020-10-23 13:23:35

Where do utm tags come from in Yandex.Webmaster indexed pages?

A bunch of new ones appeared in the webmaster's indexed pages directly with utm-tags, duplicating the old ones and themselves, where do they come from? That is, why do they get into the list of indexed pages?

An example of an indexed page from Webmaster:

https://site.ru/catalog/section/?utm_source=yandex&utm_medium=cpc&utm_campaign=XXXXXXXX&utm_content=XXXXXXXXXX&utm_term=Заголовок%20рекламы&region=XX&region_name=Город.desktop.Город.&source=context.images.yandex.ru&_openstat&XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&yclid=XXXXXXXXXXXXXXXXXXX


It is

Array
(
    [utm_source] => yandex
    [utm_medium] => cpc
    [utm_campaign] => XXXXXXXX
    [utm_content] => XXXXXXXXXX
    [utm_term] => Заголовок рекламы
    [region] => XX
    [region_name] => Город.desktop.Город.
    [source] => context.images.yandex.ru
    [_openstat] => XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    [yclid] => XXXXXXXXXXXXXXXXXXX
)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-10-23
@sk8er_boi

1. In robots.txt, use the Clean-param directive . Example:

User-agent: Yandex
Disallow:
Clean-param: utm_source&utm_medium&utm_campaign&utm_content&utm_term&yclid

So you can check robots.txt https://yandex.ru/support/webmaster/indexing-optio...
2. Specify the canonical address of the page
<link rel="canonical" href="http://www.example.com/blog"/>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question