Cached up in Google !
September 2, 2009
Problem:
A client accidentally found, to his surprise, that google had somehow managed to cache a “secure” page from his private web application !!
Solution:
To prevent something like this from happening again, the following meta tags must be included in the relevant html/jsp pages… to instruct search robots NOT to include the tagged pages into their search listings :-
<meta name="robots" content="none"> <meta name="robots" content="noarchive">
Reference:
Google – Using the robots meta tag
… wAllahu A’lam !
Entry Filed under: HTML, JSP, XHTML. Tags: robots meta tag, search indexing, crawl bots.
Trackback this post | Subscribe to the comments via RSS Feed