diff --git a/lib/dotcom_web/templates/layout/root.html.eex b/lib/dotcom_web/templates/layout/root.html.eex index 76d72957da..2eb7b50498 100644 --- a/lib/dotcom_web/templates/layout/root.html.eex +++ b/lib/dotcom_web/templates/layout/root.html.eex @@ -10,6 +10,11 @@ + <%= # hide any mbtace sub domain + if String.match?(@conn.host, ~r/mbtace/) do %> + + <% end %> + <%= # hide any page in /org directory from search engines if @conn.request_path == "/org" || String.slice(@conn.request_path, 0..4) == "/org/" do %>