Sha256: ba1179eac62618048e47f676c644b740b125dad7b273e2c2f84549a5cfe82c29

Contents?: true

Size: 434 Bytes

Versions: 7

Compression:

Stored size: 434 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
  ]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
legitbot-1.7.1 lib/legitbot/google.rb
legitbot-1.7.0 lib/legitbot/google.rb
legitbot-1.6.1 lib/legitbot/google.rb
legitbot-1.6.0 lib/legitbot/google.rb
legitbot-1.5.1 lib/legitbot/google.rb
legitbot-1.5.0 lib/legitbot/google.rb
legitbot-1.4.5 lib/legitbot/google.rb