I have some code that logs certain clicks, etc on our site.
It seems that the link of the url is being followed by google and giving us false button click audits.
I'm just wondering if there is a good way in c# to check the user-agent to see if it is a search engine.
This is obviously quite a common thing but I'm not finding anything obvious on google!