/company/* |
- |
- |
true |
Matches any URL that starts with /company and excludes it. |
/sitemap/* |
- |
- |
true |
Matches any URL that starts with /sitemap and excludes it. |
/blog/* |
- |
- |
true |
Matches any URL that starts with /blog and excludes it. |
/research/* |
- |
- |
true |
Matches any URL that starts with /research and excludes it. |
/rentdefined/* |
- |
- |
true |
Matches any URL that starts with /rentdefined and excludes it. |
/mobile-apps/* |
- |
- |
true |
Matches any URL that starts with /mobile-apps and excludes it. |
/rent-estimator/* |
- |
- |
true |
Matches any URL that starts with /rent-estimator and excludes it. |
/*/*/rent-trends/* |
- |
- |
true |
Matches any URL that starts with /rent-estimator and excludes it. |
/list/* |
- |
- |
true |
Matches any URL that starts with /list and excludes it. |
/saved-search/* |
- |
- |
- |
Matches any URL that starts with /saved-search and excludes it. |
/saved-searches/* |
- |
- |
- |
Matches any URL that starts with /saved-searches and excludes it. |
/password-reset/* |
- |
- |
true |
Matches any URL that ends with -neighborhood and excludes it. |
/*/*-apartments/*-neighborhood |
- |
- |
- |
Matches any URL that ends with -neighborhood and includes a property type |
/*/*-condos/*-neighborhood |
- |
- |
- |
Matches any URL that ends with -neighborhood and includes a property type |
/*/*-houses/*-neighborhood |
- |
- |
- |
Matches any URL that ends with -neighborhood and includes a property type |
/*/*-townhouses/*-neighborhood |
- |
- |
- |
Matches any URL that ends with -neighborhood and includes a property type |
/*/*/*-neighborhood |
- |
- |
true |
Matches any URL that ends with -neighborhood and excludes it. |
/*/*/*-neighborhood/* |
- |
- |
- |
Matches any URL that contains -neighborhood and does not end with it and includes it. |
/p/* |
- |
- |
- |
Matches any POI |
/zip-?????/* |
- |
- |
- |
Matches any zip code |
/*/schools/* |
- |
- |
- |
Matches school district |
/*/*/schools/* |
- |
- |
- |
Matches (state/city/) school |
/*/* |
- |
- |
- |
Matches any url with at least 2 path parameters |