In folder "products" I have several pages and would like to exclude x.htm, y.htm, leaving others accessible.
Is this the correct way to specify them:
User-agent: *
Disallow: /products/x.htm
Disallow: /products/y.htm
or would this do?
User-agent: *
Disallow: x.htm
Disallow: x.htm