Skip to content

Commit

Permalink
fix: block robot index on course certificate template
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Nov 21, 2024
1 parent 350ea6e commit 59b075b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nau_base_certificate.mako
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ nau_course_certificate_version = hashlib.sha1(json.dumps(nau_course_certificate_
<head dir="${dir_rtl}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="robots" content="noindex" />
<title>${document_title}</title>
</head>
<body>
Expand Down Expand Up @@ -252,6 +253,7 @@ nau_course_certificate_version = hashlib.sha1(json.dumps(nau_course_certificate_
<head dir="${dir_rtl}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="robots" content="noindex" />
<meta name="title" property="og:title" content="${document_title}, ${accomplishment_copy_course_name}, ${organization_short_name}">
<meta name="description" property="og:description" content="${document_meta_description} ${accomplishment_copy_course_name}">
<meta name="keywords" content="Certificado, ${accomplishment_copy_course_name}, ${organization_short_name}">
Expand Down

0 comments on commit 59b075b

Please sign in to comment.