Redirect without Google

Hi, I have a little problem with the Rules Page, this is my expression:
(http.request.uri.path eq “/” and not ip.geoip.country in {“IT” “CH”} and not http.user_agent contains “bing”) or (http.request.uri.path eq “/” and not ip.geoip.country in {“IT” “CH”} and not http.user_agent contains “duck”) or (http.request.uri.path eq “/” and not ip.geoip.country in {“IT” “CH”} and ip.geoip.asnum ne 15169)
15169 > Google
I want to redirect human visitors from ex. USA to my website.com/en
but Googlebot (obviously from USA) scan only my URL website.com/en and skipping the URL website.com I want.
Is there a mistake in my expression or is not possible with Cloudflare’s Rules?