![]() |
How can i disallow indexing of one page if ...
How can i disallow indexing of one page only using meta tags if the script uses a global header?
Thanks :) |
robots.txt or
<? if($_SERVER['REQUEST_URI'] == "/blah/blah.html") { ?> <meta name="robots" content="noindex"> <? } ?> do <? echo $_SERVER['REQUEST_URI']; ?> to get the value for the page you are on. |
cheers :)
|
All times are GMT -7. The time now is 12:56 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123