Library code snippets
I, Robot II
Another way to prevent your Web pages from being indexed by roaming
Web spiders is through the use of a <meta> tag. This approach offers
three different options:
<meta name="robots" value="noindex">
This tag tells visiting robots not to index THIS page. They can,
however, follow its links to other pages.
<meta name="robots" value="nofollow">
This tag tells robots that they may index this page, but they're not
to follow any links on it to other pages.
<meta name="robots" value="none">
Finally, this tag tells robots neither to index this page nor to
follow any of the links on it to other pages.
You'll need to remember to place this <meta> tag inside every page you
wish to hide from visiting robots. As with the robots.txt file
technique, this approach isn't guaranteed. Between the two, however,
you'll probably have the obedience of 95 percent of the robots out on
the Web.
Related articles
Related discussion
-
Header and Footer in Web page print
by fhajaj (4 replies)
-
help me to get simple requirement
by Slicksim (1 replies)
-
Gridview -> Template Field -> Button
by antti.simonen (1 replies)
-
Classic ASP : Page expires
by chezhian_in05 (0 replies)
-
ASP VS PHP
by paulfp (9 replies)
Related podcasts
-
ASP.NET Caching and Performance
Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million...
Related jobs
-
Microsoft .Net Architect
in AMSTERDAM (€50K-€90K per annum) -
Microsoft Dynamics CRM Technical Consultant
in Netherlands (€50K-€90K per annum) -
Technical Support Engineer EMEA
in Reading (£50K-£50K per annum) -
Solutions Engineer
in Reading (£50K-£60K per annum)
This thread is for discussions of I, Robot II.