MyBB Community Forums

Full Version: bots and sub-folders
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to block bots from certain files and folder?
For html-based files, you can put the following code in the header:
<meta name="robots" content="noindex,nofollow">
Thanks.