diff --git a/bedrock/mozorg/redirects.py b/bedrock/mozorg/redirects.py
index f5662608c6..7b3e051f64 100644
--- a/bedrock/mozorg/redirects.py
+++ b/bedrock/mozorg/redirects.py
@@ -184,8 +184,8 @@ redirectpatterns = (
# Bug 784411 /about/mission/ -> /mission/
redirect(r'^about/mission/?$', '/mission/'),
- # Bug 1171763 - delete researchers and projects and redirect
- redirect(r'^research/.+', '/research/'),
+ # Bug 1171763, 1347752 - /research/ -> research.m.o
+ redirect(r'^research(/.*)?$', 'https://research.mozilla.org/'),
# Bug 800298 /webmaker/ -> wm.o and /webmaker/videos/ ->
# wm.o/videos/
diff --git a/bedrock/research/__init__.py b/bedrock/research/__init__.py
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/bedrock/research/templates/research/base.html b/bedrock/research/templates/research/base.html
deleted file mode 100644
index 110d099c93..0000000000
--- a/bedrock/research/templates/research/base.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{# This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
-
-{% extends "base-resp.html" %}
-{% block body_class %}sand{% endblock %}
-
-{% set navigation_bar = [
- (url('research.research'), 'research', 'Mozilla Research'),
- ('https://blog.mozilla.org/research/', 'blog', 'Blog'),
-] -%}
-{% set active_page = active_page|default('index') -%}
-
-{% block page_css %}
- {% stylesheet 'research' %}
-{% endblock %}
-
-{% block page_title_prefix %}{{_('Mozilla Research โ ')}}{% endblock %}
-{% block page_title %}{% endblock %}
-{% block page_title_suffix %}{{_(' โ mozilla.org')}}{% endblock %}
-
-{% block twitter_id %}MozResearch{% endblock %}
-
-{% block breadcrumbs %}
-
-{% endblock %}
-
-{% block email_form %}{% endblock %}
diff --git a/bedrock/research/templates/research/research.html b/bedrock/research/templates/research/research.html
deleted file mode 100644
index c82d55e6b7..0000000000
--- a/bedrock/research/templates/research/research.html
+++ /dev/null
@@ -1,40 +0,0 @@
-{# This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
-
-{% extends "research/base.html" %}
-
-{% block body_id %}research{% endblock %}
-{% block page_title_prefix %}{% endblock %}
-{% block page_title %}{{_('Mozilla Research') }}{% endblock %}
-
-{% block twitter_id %}MozResearch{% endblock %}
-
-{% block breadcrumbs %}{% endblock %}
-
-{% block content %}
-
-
-
{{_('Mozilla Research') }}
-
{{_('Expanding the Foundations of the Open Web') }}
-
-
-
-
-
-{% trans %}
- At Mozilla Research, our focus is advanced Web platform technology.
- Specifically, we're out to prove that there are no limits on open technology and that it has the same capabilities and potential that closed technology does.
- We spend our days finding things that are impossible โ and then figuring out how to make them possible.
-{% endtrans %}
-