diff --git a/bedrock/firefox/redirects.py b/bedrock/firefox/redirects.py
index b56577029e0..2bc485d6194 100644
--- a/bedrock/firefox/redirects.py
+++ b/bedrock/firefox/redirects.py
@@ -56,14 +56,14 @@ def mobile_app(request, *args, **kwargs):
redirectpatterns = (
# overrides
# issue 8096
- redirect(r"^firefox/beta/all/?$", "firefox.all", anchor="product-desktop-beta"),
- redirect(r"^firefox/developer/all/?$", "firefox.all", anchor="product-desktop-developer"),
- redirect(r"^firefox/aurora/all/?$", "firefox.all", anchor="product-desktop-developer"),
- redirect(r"^firefox/nightly/all/?$", "firefox.all", anchor="product-desktop-nightly"),
- redirect(r"^firefox/organizations/all/?$", "firefox.all", anchor="product-desktop-esr"),
- redirect(r"^firefox/android/all/?$", "firefox.all", anchor="product-android-release"),
- redirect(r"^firefox/android/beta/all/?$", "firefox.all", anchor="product-android-beta"),
- redirect(r"^firefox/android/nightly/all/?$", "firefox.all", anchor="product-android-nightly"),
+ redirect(r"^firefox/beta/all/?$", "firefox.all.platforms", to_args=["desktop-beta"]),
+ redirect(r"^firefox/developer/all/?$", "firefox.all.platforms", to_args=["desktop-developer"]),
+ redirect(r"^firefox/aurora/all/?$", "firefox.all.platforms", to_args=["desktop-developer"]),
+ redirect(r"^firefox/nightly/all/?$", "firefox.all.platforms", to_args=["desktop-nightly"]),
+ redirect(r"^firefox/organizations/all/?$", "firefox.all.platforms", to_args=["desktop-esr"]),
+ redirect(r"^firefox/android/all/?$", "firefox.all.platforms", to_args=["android-release"]),
+ redirect(r"^firefox/android/beta/all/?$", "firefox.all.platforms", to_args=["android-beta"]),
+ redirect(r"^firefox/android/nightly/all/?$", "firefox.all.platforms", to_args=["android-nightly"]),
# bug 831810 & 1142583 & 1239960, 1329931
redirect(r"^mwc/?$", "https://support.mozilla.org/products/firefox-os", re_flags="i"),
# bug 748503
@@ -114,10 +114,10 @@ def mobile_app(request, *args, **kwargs):
# bug 727561
redirect(r"^firefox/search(?:\.html)?$", "firefox.new"),
# bug 860865, 1101220, issue 8096
- redirect(r"^firefox/all-(?:beta|rc)(?:/|\.html)?$", "firefox.all", anchor="product-desktop-beta"),
- redirect(r"^firefox/all-aurora(?:/|\.html)?$", "firefox.all", anchor="product-desktop-developer"),
+ redirect(r"^firefox/all-(?:beta|rc)(?:/|\.html)?$", "firefox.all.platforms", to_args=["desktop-beta"]),
+ redirect(r"^firefox/all-aurora(?:/|\.html)?$", "firefox.all.platforms", to_args=["desktop-developer"]),
redirect(r"^firefox/aurora/(?P