diff --git a/cms/templates/base.html b/cms/templates/base.html
index e087a2ff6f..e910cac839 100644
--- a/cms/templates/base.html
+++ b/cms/templates/base.html
@@ -63,6 +63,7 @@ from openedx.core.release import RELEASE_LINE
+ <%block name="header_meta">%block>
<% favicon_url = branding_api.get_favicon_url() %>
<%static:css group='style-vendor'/>
diff --git a/lms/templates/main.html b/lms/templates/main.html
index ac43e6eba2..a723e1835f 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -85,7 +85,7 @@ from common.djangoapps.pipeline_mako import render_require_js_path_overrides
<% favicon_url = branding_api.get_favicon_url() %>
-
+ <%block name="header_meta"/>
<%static:css group='style-vendor'/>
% if '/' in self.attr.main_css:
diff --git a/lms/templates/public_video.html b/lms/templates/public_video.html
index 8ea48fd659..5193f8fbce 100644
--- a/lms/templates/public_video.html
+++ b/lms/templates/public_video.html
@@ -4,9 +4,8 @@ from django.utils.translation import gettext as _
%>
<%inherit file="courseware/courseware-chromeless.html"/>
-<%block name="head_extra">
+<%block name="header_meta">
-