Wiki source for NoIndexAction


Show raw source

======##""{{noindex}}""## action======
>>See NoIndexActionInfo for usage instructions.>>::c::Save this code as ##plugins/actions/noindex.php##.
%%(php)
<?php
if ($this->GetMethod() == 'show' && $this->page["latest"] == 'Y' && $this->page["tag"] != 'SandBox') $this->AddCustomHeader("<meta name=\"robots\" content=\"noindex, nofollow, noarchive\" />\n");
?>
%%
::c::----
CategoryUserContributions
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki