Regular Expressions 101

Community Patterns

Verify googlebot domain

0

Regular Expression
PCRE (PHP <7.3)

/
\S+(\-\d+){4}\.google\w*\.com
/
gm

Description

Verifying googlebot domain based on google docs: https://support.google.com/webmasters/answer/80553?hl=en

google | googlebot | bot | crawler

Submitted by anonymous - 4 years ago