I have few questions regarding robots.txt
If I have following line in robots.txt
Disallow: /catalog/category/view/id/6
will this block the url
http://example.com/catalog/category/view/id/61as well?If I have
Disallow: /*education
will this block the url
http://example.com/some/uri/educationas well ashttp://example.com/some/uri/education/another/uriwhat makes the difference whether I have
/at the end of each rule?Is
*necessary inDisallow: /disallowme*if I want to disallow all url that starts withhttp://example.com/disallowme