| /signup |
- |
- |
true |
Matches any URL with a path that starts with /signup and instructs the system not to open it as a universal link. |
| /signup/* |
- |
- |
true |
Matches any URL with a path that starts with /signup and instructs the system not to open it as a universal link. |
| /help/* |
- |
- |
true |
Matches any URL with a path that starts with /help and instructs the system not to open it as a universal link. |
| /faqs |
- |
- |
true |
Matches any URL with a path that starts with /faqs and instructs the system not to open it as a universal link. |
| /blog |
- |
- |
true |
Matches any URL with a path that starts with /blog and instructs the system not to open it as a universal link. |
| /terms-and-conditions |
- |
- |
true |
Matches any URL with a path that starts with /terms-and-conditions and instructs the system not to open it as a universal link. |
| /privacy-policy |
- |
- |
true |
Matches any URL with a path that starts with /privacy-policy and instructs the system not to open it as a universal link. |
| /smart-imports-explained |
- |
- |
true |
Matches any URL with a path that starts with /smart-imports-explained and instructs the system not to open it as a universal link. |
| /guides |
- |
- |
true |
Matches any URL with a path that starts with /guides and instructs the system not to open it as a universal link. |
| /guides/* |
- |
- |
true |
Matches any URL with a path that starts with /guides and instructs the system not to open it as a universal link. |
| /u/* |
- |
- |
- |
Matches any ReciMe user URLs with a path that starts with /u/. |
| /p/* |
- |
- |
- |
Matches any ReciMe post URLs with a path that starts with /p/. |
| /c/* |
- |
- |
- |
Matches any ReciMe cookbook URLs with a path that starts with /c/. |
| /discount/* |
- |
- |
- |
Matches any ReciMe discount URLs with a path that starts with /discount/. |
| /dashboard/recipes/* |
- |
- |
- |
Matches any ReciMe Web App recipe URLs with a path that starts with /dashboard/recipes/. |
| /account/* |
- |
- |
- |
Matches any ReciMe Web App account URLs with a path that starts with /account/. |
| /trending-recipes |
- |
- |
- |
Matches the trending recipes landing page so it opens directly in the app. |
| /thanksgiving-collection-2025 |
- |
- |
- |
Matches the Thanksgiving collection landing page so it opens directly in the app. |
| /holiday-collection-2025 |
- |
- |
- |
Matches the Holiday collection landing page so it opens directly in the app. |
| /* |
- |
- |
- |
Matches any ReciMe user URLs with a path that starts with /. |