Sha256: 9bed11835a4abd3b979788858152d63620cacf07a1195326a75d501663e53f64
Contents?: true
Size: 571 Bytes
Versions: 8
Compression:
Stored size: 571 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://support.google.com/webmasters/answer/1061943 # https://support.google.com/webmasters/answer/80553 class Google < BotMatch domains 'google.com.', 'googlebot.com.' end rule Legitbot::Google, %w[ APIs-Google AdsBot-Google-Mobile AdsBot-Google Googlebot Mediapartners-Google AdsBot-Google-Mobile-Apps FeedFetcher-Google Google-Read-Aloud DuplexWeb-Google googleweblight Storebot-Google Google-Site-Verification Google-InspectionTool ] end
Version data entries
8 entries across 8 versions & 1 rubygems