Selectivly hiding pages from search engines
I need to "hide" some pages from being crawled by Google (for example, ../tiki-index.php?page=Foo). How can I include
![Image](images/code.png)
Copy to clipboard
< meta name="robots" content="noindex,nofollow,noarchive" >
in specific wiki pages? I thought of simply having a plain text file with the necessary META information, then using an {INCLUDE} statement. But how can I move the META to the HEAD tag?