my robots.txt looks like this:
User-agent: *
Disallow: /admin
Disallow: /test
User-Agent: Googlebot
Disallow: /maps
Now Google ignores the user-agent * part and only obeys the specific Googlebot directives (/maps). Is this normal behaviour and shouldn’t also obey the useragent * directives (/admin, /test)?
It seems strange to have to add every line for every useragent?
Never mind, Google states this: