Hi,

on my drupal site, shortened user profiles are visible to not authenticated users. However, I don't want these user profiles to be listed in search engines. I am not quite sure, if robots.txt works for drupal pathes:

User-agent: *
Disallow: /?q=en/user/*
Disallow: /?q=de/user/*
Disallow: /?q=user/*

Is there another possibility to deal with this?