It would be:
Allow: /plans$
Disallow: /plans/
Entries are assumed to have a trailing wildcard so /plans/
and /plans/*
are the same thing. However, this also means that /plans
will also match /plansandstuff
. This can be dealt with by using $
which matches "end of path".
See also: Robots.txt Specification
Keep in mind that the robots.txt file is advisory and not all crawlers pay attention to it.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…