Skip to content

Instantly share code, notes, and snippets.

@joshuacharleslake
Created August 3, 2015 09:49
Show Gist options
  • Save joshuacharleslake/783163304ea45d158bd0 to your computer and use it in GitHub Desktop.
Save joshuacharleslake/783163304ea45d158bd0 to your computer and use it in GitHub Desktop.
<?php
$url = $_SERVER['REQUEST_URI'];
if(stristr($url,"/carpets")){
echo '<meta name="robots" content="NOINDEX,FOLLOW" />';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment