3 Things about robots.txt I learned today.
you can ignore a certain file type
you can ignore a query string
Code:
Disallow: /*customerID=
hide directories without revealing the name of the directory (robots.txt ignores
directory names starting with first two characters)
Code:
Disallow: /as
Disallow: /ca
Disallow: /cg
Disallow: /do
Disallow: /la
Disallow: /ma
Disallow: /op
Disallow: /st