Skip to content

Commit 2191bf8

Browse files
Alessandro100sylvansson
authored andcommitted
Add noindex meta tag to HTML report (#2041)
This change adds a meta tag to the HTML report template to prevent search engines from indexing or following links in the report.
1 parent 085ebe4 commit 2191bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/src/main/resources/report.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<title>GTFS Schedule Validation Report</title>
5+
<meta name="robots" content="noindex, nofollow">
56
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8; width=device-width, initial-scale=1"/>
67
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
78
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

0 commit comments

Comments
 (0)