How to put a nofollow link just for one directory of my forum?
Maybe also here: advanced search, FAQ, Register and Login (and print view in viewtopic)...
Moderator: Moderators

Stephen26 wrote:I would recommend using "noindex, follow" for files like: faq.php, ucp.php (login, register...), search.php, memberlist.php, viewonline.php... Simply add them to the File filter (ACP -> phpBB-SEO -> Extended Config) in this form: faq,ucp,search,memberlist,viewonline
faq,ucp,search,memberlist,viewonlineFile filter:
Coma separated list of physical php script file name that should not be indexed (robots:noindex,follow). Example : ucp,mcp

AVBrands wrote:And what about a one of directories?!
For example: "Off topic forums".
<IfModule mod_headers.c>
<FilesMatch "example\.txt">
Header set X-Robots-Tag "noindex, follow"
</FilesMatch>
</IfModule>

Users browsing this forum: No registered users and 57 guests