GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How can i disallow indexing of one page if ... (https://gfy.com/showthread.php?t=1077411)

rogueteens 08-09-2012 04:59 AM

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 :)

k0nr4d 08-09-2012 05:02 AM

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.

rogueteens 08-09-2012 05:20 AM

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