Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
86809 Points
9646 Posts
Moderator
MVP
Sep 01, 2011 02:00 PM|LINK
There is no such "robots" HTTP Header. The header you want is "X-Robots-Tag"
HttpContext.Response.AppendHeader("X-Robots-Tag", "noindex");
HttpContext.Response.AppendHeader("X-Robots-Tag"
,
"noindex");
DarrellNorto...
All-Star
86809 Points
9646 Posts
Moderator
MVP
Re: telling robots to noindex of an handler
Sep 01, 2011 02:00 PM|LINK
There is no such "robots" HTTP Header. The header you want is "X-Robots-Tag"
HttpContext.Response.AppendHeader("X-Robots-Tag","noindex");Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.