Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #806 from cagov/jbum-noindex
Browse files Browse the repository at this point in the history
Added noindex to all pages.
  • Loading branch information
jbum authored Jun 18, 2024
2 parents c623efc + 6351a3a commit 9e8f464
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/accordion/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for All files</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/accordion/coverage/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for index.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/pagerating/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for All files</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/pagerating/coverage/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for index.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/pagerating/coverage/template.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for template.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/step-list/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en" xml:lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for All files</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions components/step-list/coverage/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en" xml:lang="en">

<head>
<meta name="robots" content="noindex">
<title>Code coverage report for index.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="prettify.css" />
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en" xml:lang="en">

<head>
<meta name="robots" content="noindex">
<%= require('html-loader!./partials/meta-common.html') %>
<%= require('html-loader!./partials/favicons.html') %>
<!-- Social media post -->
Expand Down
1 change: 1 addition & 0 deletions src/partials/meta-common.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="[code-lang]">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit 9e8f464

Please sign in to comment.