Forum Moderators: goodroi
I want to block Site.com/en as this page features the same content as the homepage, but I do not want to block its contents (site.com/en/pagea.html , site.com/en/subdir/pagex.html , ...)
Have you guys any idea how would I achieve that? I've seen somewhat similar situations and solutions, but I'm scared of screwing up and would like to request your help.
Thank you!
if %URI% = 'http://www.example.com/en' {
add extra meta tag NOINDEX
} else {
don't add meta tag
}