ASP.Net How to Allow Google to Skip a Disclaimer Page
-
I have an ASP.NET website witch forces users to accept a disclaimer before accessing the website.
I want to allow Google and other Searchbots to index/craw all the pages without accepting the disclaimer.
What is to best way to do this?
Thanks
-
You want to use a nofollow & a noindex tag on it. Here's a guide for going it in ASP .NET.