Bot/Crawler Detection

Redirects and geo rules should often be skipped for bots.

if ( CFGP_U::is_bot() ) {
    // Skip geo personalization for crawlers/preview bots
    return;
}
Was this page helpful?