-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
39 lines (31 loc) · 856 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[build.environment]
HUGO_VERSION = "0.105.0"
[context.deploy-preview]
command = "hugo --buildFuture"
## These entries are designed to stop webcrawlers indexing pages we don't want
## readers to find without following the correct links e.g. when the registration
## page is live but we only want people with a direct link to find it.
[[headers]]
for = "/registration*"
[headers.values]
X-Robots-Tag = "noindex"
[[headers]]
for = "/payment"
[headers.values]
X-Robots-Tag = "noindex"
[[headers]]
for = "/success"
[headers.values]
X-Robots-Tag = "noindex"
[[headers]]
for = "/cancellation"
[headers.values]
X-Robots-Tag = "noindex"
[[headers]]
for = "/workshop-payment"
[headers.values]
X-Robots-Tag = "noindex"
[[headers]]
for = "/workshop-payment-success"
[headers.values]
X-Robots-Tag = "noindex"