• adding notes.arashfarr.com to google search console requests were being blocked by the rule on cloudflare that was set to block known bots. workaround for now was to modify the rule to only block if user-agent did not contain Googlebot or Google-InspectionTool. below is the rule for CF WAF rule used
(cf.client.bot and not http.user_agent contains "Googlebot" and not http.user_agent contains "Google-InspectionTool")