Skip to content

Commit fc29093

Browse files
committed
Allow the app to be indexed by search engines
1 parent 9b5919d commit fc29093

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="robots" content="noindex">
76
<meta name="viewport" content="width=device-width, initial-scale=1" />
87
<link rel="stylesheet" type="text/css" href="/css/site.css" />
98
<link rel="shortcut icon" href="/images/logo.svg" />

build/public/robots.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
User-agent: *
2-
Disallow: /
2+
Allow: /
3+
# Disallow: /

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
X-Frame-Options = "DENY"
2929

3030
# Instruct crawlers not to index this site.
31-
X-Robots-Tag = "noindex"
31+
# X-Robots-Tag = "noindex"
3232

3333
# The HTTP X-XSS-Protection response header is a feature of Internet
3434
# Explorer, Chrome and Safari that stops pages from loading when they detect

0 commit comments

Comments
 (0)