I want to redirect the traffic from a blog to a sales page, but i dont want google to notice this redirect or I will stop receiving the organic traffic.
So this is what I had in mind
a php script to detect the user agent
if {user agent is not googlebot, use javascript function Document.Write to write a meta refresh tag} else {do nothing}
Is this a solid method? or does google have other kinds of spiders to detect this kind of cloak?
So this is what I had in mind
a php script to detect the user agent
if {user agent is not googlebot, use javascript function Document.Write to write a meta refresh tag} else {do nothing}
Is this a solid method? or does google have other kinds of spiders to detect this kind of cloak?