Hey guys. So i wanna cloak my affiliate site on adwords and for my backend i use node js(express js).
My idea is to basically set up a bunch of criterias like matching user ip to known crawler ip lists, user agent matching etc. All of this is done before rendering/redirecting in the GET request in my routes.
Im just wondering, since i have discovered most of the people doing cloaking are using php, is javascript inferior to php when it comes to cloaking? is it more easily detectable? Is there a component im not thinking about?
I can add that i have tried crawling a site i made with this logic using a googlebot user-agent etc and it turns out clean, but i dont know how this would work in a real-life situation.
/brgs
My idea is to basically set up a bunch of criterias like matching user ip to known crawler ip lists, user agent matching etc. All of this is done before rendering/redirecting in the GET request in my routes.
Im just wondering, since i have discovered most of the people doing cloaking are using php, is javascript inferior to php when it comes to cloaking? is it more easily detectable? Is there a component im not thinking about?
I can add that i have tried crawling a site i made with this logic using a googlebot user-agent etc and it turns out clean, but i dont know how this would work in a real-life situation.
/brgs