Skip to content

Commit 967215f

Browse files
authored
Merge pull request #76337 from aireilly/fix-telco-index
Remove robots nofollow command to allow indexing search for openshift-telco distro
2 parents ed9c9cb + c42e3ab commit 967215f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1212
<%= (distro_key == "openshift-webscale") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
1313
<%= (distro_key == "openshift-dpu") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
14-
<%= (distro_key == "openshift-telco") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
1514
<%= ((["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7"].include?(version)) && distro_key == "openshift-enterprise") ? '<meta name="googlebot" content="noindex">' : '' %>
1615
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
1716
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css"/>

0 commit comments

Comments
 (0)