Sha256: 5064c05d17359c30942d162ee9736ca45813d9f58ad9330574a4453181faa183
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://yandex.com/support/webmaster/robot-workings/check-yandex-robots.html class Yandex < BotMatch domains 'yandex.ru.', 'yandex.net.', 'yandex.com.' end rule Legitbot::Yandex, %w[ YandexBot YandexAccessibilityBot YandexMobileBot YandexDirectDyn YandexScreenshotBot YandexImages YandexVideo YandexVideoParser YandexMedia YandexBlogs YandexFavicons YandexWebmaster YandexPagechecker YandexImageResizer YaDirectFetcher YandexCalendar YandexSitelinks YandexMetrika YandexNews YandexVertis YandexSearchShop YandexVerticals ] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
legitbot-0.4.2 | lib/legitbot/yandex.rb |
legitbot-0.4.1 | lib/legitbot/yandex.rb |
legitbot-0.4.0 | lib/legitbot/yandex.rb |