D
Deleted member 657006
Guest
this has been the cheapest and best and works.
https://www.profitwp.net/profit-redirect/
even some big boys say it Better then the bigger cloaker on the market.
@smimmer
you can not see a cloaked link you only no buy being a bot .
there no way as a website user to no if a url is cloaked it all done via programming and JavaScript encrypted code .
I can show you a htaccess code that does ig cloaking
have a look see if u understand the code.
#redirect bad bots to one page
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} facebookexternalhit [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Twitterbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} LinkedInBot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Instagram [NC,OR]
RewriteRule .* http://yoursite/nocrawler.htm [L]
Add this to .thaccess file so redirect the crawlers.
if you look at the code you should understand it...
the code used is mod rewrite from apache , so you no.
https://www.profitwp.net/profit-redirect/
even some big boys say it Better then the bigger cloaker on the market.
@smimmer
you can not see a cloaked link you only no buy being a bot .
there no way as a website user to no if a url is cloaked it all done via programming and JavaScript encrypted code .
I can show you a htaccess code that does ig cloaking
have a look see if u understand the code.
#redirect bad bots to one page
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} facebookexternalhit [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Twitterbot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} LinkedInBot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Instagram [NC,OR]
RewriteRule .* http://yoursite/nocrawler.htm [L]
Add this to .thaccess file so redirect the crawlers.
if you look at the code you should understand it...
the code used is mod rewrite from apache , so you no.