Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
579 Points
465 Posts
Sep 01, 2011 01:52 PM|LINK
public void ProcessRequest(HttpContext context) { context.Response.AddHeader("robots", "Content = \"noindex\"");
is the way ? or how can I block search robots to no index handler ?
hcetiner
Member
579 Points
465 Posts
telling robots to noindex of an handler
Sep 01, 2011 01:52 PM|LINK
public void ProcessRequest(HttpContext context)
{
context.Response.AddHeader("robots", "Content = \"noindex\"");
is the way ? or how can I block search robots to no index handler ?