Skip to content

Commit

Permalink
Prevent search engine indexing (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Apr 3, 2024
1 parent fb9cf48 commit 663830f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

@section Head {
<meta name="robots" content="noindex">
@RenderSection("Head", required: false)
@PageTemplateHelper.GenerateStyleImports()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

@section Head {
<meta name="robots" content="noindex">
<link rel="stylesheet" asp-href-include="~/Styles/*.css">
@RenderSection("Styles", required: false)
@RenderSection("Scripts", required: false)
Expand Down

0 comments on commit 663830f

Please sign in to comment.