Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Предоставление Google сведений об исходящих ссылках на вашем ресурсе
Если на вашем сайте размещены ссылки, вам может понадобиться сообщить Google, какое отношение вы имеете к ресурсам, на которые они ведут. Для этого необходимо использовать одно из приведенных ниже значений атрибута rel в теге <a>.
Атрибут rel можно не указывать в обычных ссылках, которые Google будет извлекать и обрабатывать, не проверяя их. Пример:
<p>My favorite horse is the <a href="https://horses.example.com/Palomino">palomino</a>.</p>
Значения для прочих ссылок перечислены ниже.
Значения атрибута rel
rel="sponsored"
Ссылки, связанные с рекламными материалами или платными местами размещения (они обычно называются платными ссылками), следует помечать атрибутом sponsored. Подробнее об использовании платных ссылок в Google…
Если вам не подходят описанные выше атрибуты и вы не хотите, чтобы роботы Google переходили по ссылкам на вашем сайте и связывали с ним эти ссылки, используйте значение nofollow. Для ссылок на другие страницы собственного сайта воспользуйтесь правилом disallow в файле robots.txt .
Вы можете указать несколько значений атрибута rel, разделив их пробелами или запятыми. Примеры:
<p>I love <a rel="ugc nofollow" href="https://cheese.example.com/Appenzeller_cheese">Appenzeller</a> cheese.</p>
<p>I hate <a rel="ugc,nofollow" href="https://cheese.example.com/blue_cheese">Blue</a> cheese.</p>
Обычно роботы не переходят по ссылкам с атрибутами rel. Помните, что роботы Googlebot могут находить (и сканировать) целевые страницы и другими способами, например с помощью файлов Sitemap или ссылок с других ресурсов. Эти атрибуты rel используются только в элементах <a>, которые могут просканировать роботы Google. Исключением является атрибут nofollow, который также доступен в качестве тега robots (meta).
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-09-01 UTC."],[[["\u003cp\u003eUse \u003ccode\u003erel\u003c/code\u003e attributes in \u003ccode\u003e<a>\u003c/code\u003e tags to specify your relationship with outbound links, guiding how Google interacts with them.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esponsored\u003c/code\u003e attribute should be used for paid or advertisement links, while \u003ccode\u003eugc\u003c/code\u003e is designated for user-generated content.\u003c/p\u003e\n"],["\u003cp\u003eEmploy the \u003ccode\u003enofollow\u003c/code\u003e attribute when you prefer Google to not associate or crawl a linked page from your site, especially when other attributes are not applicable.\u003c/p\u003e\n"],["\u003cp\u003eMultiple \u003ccode\u003erel\u003c/code\u003e attribute values can be used for the same link by separating them with spaces or commas.\u003c/p\u003e\n"],["\u003cp\u003eGoogle might still find and crawl the linked pages even with these attributes through other sources like sitemaps.\u003c/p\u003e\n"]]],["To manage how Google interacts with outbound links, use `rel` attributes within `\u003ca\u003e` tags. `rel=\"sponsored\"` marks paid links; `rel=\"ugc\"` designates user-generated content. `rel=\"nofollow\"` signals that Google should not associate your site with the linked page or crawl it. Multiple `rel` values can be used together. Links with these attributes generally won't be followed, but can still be found through other sources. For links on your site, use the `robots.txt disallow` rule.\n"],null,[]]