Posted - 12/01/2018 : 06:15:04
For ASP, put this in the head of your pages since bots do not use browsers. <% test=(Request.ServerVariables("http_user_agent")) IF test="" THEN Response.Redirect "PUT URL OF WHERE YOU WANT THEM TO GO" END IF %> PUT URL OF WHERE YOU WANT THEM TO GO - you can send them to Google or create a dead end (blank) .htm page on you site, e.g. yoursite.com/rejected.htm MarshallCENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|