Sha256: d29b4f8b6d819c7acf88a772c0f7bb0479f5afae3fd2b3f918b2d1f9cf572a22
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 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 Chrome-Lighthouse ] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
legitbot-1.11.3 | lib/legitbot/google.rb |
legitbot-1.11.2 | lib/legitbot/google.rb |
legitbot-1.11.1 | lib/legitbot/google.rb |