Skip to content

Commit

Permalink
feat: request robots to not index program certs (#2405)
Browse files Browse the repository at this point in the history
[APER-3269]

This PR updates the base template for edX specific themed pages. The change adds a meta tag requesting robots not to index our program certificate pages.
  • Loading branch information
justinhynes authored Mar 5, 2024
1 parent ca1e53d commit ddfb55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions credentials/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" context="noindex">
<title>{% block title %}{% endblock title %}</title>

<link rel="icon" type="image/x-icon" href="/favicon.ico" />
Expand Down

0 comments on commit ddfb55b

Please sign in to comment.