Can you help me?
]]>Yandex send a mail for about “GET parameters” error on my sites.
Here are examples of pages and their duplicate pages with insignificant GET parameters:
add_to_wishlist:
– https://yagbakimi.com.tr/bakim-urunleri/elf-moto-chain-paste/?wccm=add-to-list&pid=5566&nonce=75cbcb7720
– https://yagbakimi.com.tr/bakim-urunleri/elf-moto-chain-paste/?wccm=add-to-list&pid=5566&nonce=75cbcb7720&add_to_wishlist=5608
These pages are duplicates, how can do the “Clean-param” directive in robots.txt? I want that the robot ignores insignificant GET parameters and combines signals from identical pages on the main page.
Can you write a sample robot file for me? I looked at this page but couldn’t write it correctly.
Thanks…
Please add the ability to choose domain for login via Yandex. For now there is the https://passport.yandex.com/ after clicking to the icon by default. However I need https://passport.yandex.ru/ for Russian users.
]]>Can you help me with that?
Screenshot https://prnt.sc/74DkTQnRiqDC
]]>This is the result of feed generation
<products>
<product>
<id>250214</id>
<title>Chair “Gothic”</title>
<description>Chair "Gothic" on a metal frame from the manufacturer. Withstands up to 200 kg.! Choice of frame and eco-leather color. Inexpensive.</description>
<link>
<![CDATA[ https://example.com/catalog/chairs-and-armchairs/metal-frame-chairs/chair-gothic ]]>
</link>
<image_link>
<![CDATA[ https://example.com/wp-content/uploads/2022/06/chair-gothic.jpg ]]>
</image_link>
<price>2400</price>
<categories>Chairs and armchairs > Metal frame chairs</categories>
</product>
..........
</products>
This is valid template
<?xml version="1.0" encoding="UTF-8"?>
<yml_catalog date="YYYY-MM-DD hh:mm">
<shop>
<name>Yandex Market</name>
<company>Yandex</company>
<url>https://market.yandex.ru/</url>
<currencies>
<currency id="RUB" rate="1"/>
</currencies>
<categories>
<category id="90401">Все товары</category>
<category id="198118" parentId="90401">Бытовая техника</category>
<category id="198119" parentId="90401">Электроника</category>
...
</categories>
<offers>
<offer id="..." available="true">
<name>...</name>
<price>...</price>
<currencyId>RUB</currencyId>
<categoryId>...</categoryId>
<picture>...</picture>
<url>...</url>
<group_id>...</group_id>
<vendor>...</vendor>
<oldprice>...</oldprice>
<description>...</description>
<barcode>...</barcode>
...
<barcode>...</barcode>
<param name="...">...</param>
...
<param name="...">...</param>
</offer>
...
</offers>
</shop>
</yml_catalog>
https://yandex.ru/support/market-distr/product-feed.html
]]>