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/61
as well?If I have
Disallow: /*education
will this block the url
http://example.com/some/uri/education
as well ashttp://example.com/some/uri/education/another/uri
what 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