I have seen lots of questions sort of like this, but not exactly.
In my robots.txt I want to do something like:
Disallow: /home/[anything]/[anything]/personal/
yet allow access to /home
, home/xxx
, /home/xxx/yyy/
, etc
where *
can be any intervening directory. The example above is what I've tried and lots of variations on this, nothing seems to work.
*/personal
/home*/personal
just about every permutation.
Can this be done with the limited wildcards in robots? If so -- how?
There's lots of info out there on robots.txt, and a lot of it conflicting!]