Skip to content

Commit 73b64da

Browse files
committed
Merge branch 'dev'
2 parents b097d68 + 9b000c9 commit 73b64da

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
lines changed

docker-nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ server {
1010
add_header X-Content-Type-Options nosniff;
1111
add_header X-XSS-Protection "1; mode=block";
1212
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains;";
13+
add_header X-Robots-Tag noindex, nofollow;
1314

1415
### API
1516
location /quinoa/ {

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
1111
<link rel="manifest" href="/manifest.json">
1212
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
13-
<meta name="theme-color" content="#ffffff">
13+
<meta name="theme-color" content="#ffffff" />
1414
<!-- META DUBLIN CORE -->
1515
<meta name="DC.Title" lang="fr" content="Fonio" />
1616
<meta name="DC.Date.created" scheme="W3CDTF" content="2017-09-01" />
@@ -19,33 +19,34 @@
1919
<!-- END META DUBLIN CORE -->
2020

2121
<!-- REGULAR META -->
22-
<meta name="author" content="médialab Sciences Po"/>
23-
<meta name="keywords" content="data stories, data, data comment, rich media, academic editing, scholarly media, scholarly editor, academic editor"/>
22+
<meta name="author" content="médialab Sciences Po" />
23+
<meta name="keywords" content="data stories, data, data comment, rich media, academic editing, scholarly media, scholarly editor, academic editor" />
2424
<meta name="description" content="The data stories editor" />
2525
<meta name="viewport" content="user-scalable=no,width=device-width" />
26+
<meta name="robots" content="noindex, nofollow" />
2627
<!-- END REGULAR META -->
2728

2829
<!-- META TWITTER -->
29-
<meta name="twitter:card" value="summary">
30+
<meta name="twitter:card" value="summary" />
3031
<!-- <meta name="twitter:site" content="https://fonio.surge.sh/"> -->
31-
<meta name="twitter:title" content="Fonio">
32-
<meta name="twitter:description" content="The data stories editor">
33-
<meta name="twitter:creator" content="@medialab">
32+
<meta name="twitter:title" content="Fonio" />
33+
<meta name="twitter:description" content="The data stories editor" />
34+
<meta name="twitter:creator" content="@medialab" />
3435
<!-- todo : Twitter Summary card images must be at least 200x200px -->
3536
<!-- <meta name="twitter:image" content="https://fonio.surge.sh/apple-touch-icon.png"> -->
3637
<!-- end meta twitter-->
3738

3839
<!-- META GOOGLE + -->
39-
<meta itemprop="name" content="Fonio">
40-
<meta itemprop="description" content="The data stories editor">
40+
<meta itemprop="name" content="Fonio" />
41+
<meta itemprop="description" content="The data stories editor" />
4142
<!-- <meta itemprop="image" content="https://fonio.surge.sh/bulgur-rs.png"> -->
4243
<!-- END META GOOGLE + -->
4344

4445
<!-- META OPEN GRAPH / FACEBOOK -->
45-
<meta property="og:title" content="Fonio"/>
46-
<meta property="og:type" content="website"/>
46+
<meta property="og:title" content="Fonio" />
47+
<meta property="og:type" content="website" />
4748
<!-- <meta property="og:url" content="https://fonio.surge.sh/"/> -->
48-
<meta property="og:description" content="The data stories editor"/>
49+
<meta property="og:description" content="The data stories editor" />
4950
<!-- <meta property="og:image" content="https://fonio.surge.sh/fonio-rs.png"/> -->
5051
<!-- <meta property="og:image:width" content="1200"/> -->
5152
<!-- <meta property="og:image:height" content="900"/> -->

index.prod.html.template

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" type="image/png" sizes="16x16" href="${URL_PREFIX}/favicon-16x16.png">
1111
<link rel="manifest" href="${URL_PREFIX}/manifest.json">
1212
<link rel="mask-icon" href="${URL_PREFIX}/safari-pinned-tab.svg" color="#5bbad5">
13-
<meta name="theme-color" content="#ffffff">
13+
<meta name="theme-color" content="#ffffff" />
1414
<!-- META DUBLIN CORE -->
1515
<meta name="DC.Title" lang="fr" content="Fonio" />
1616
<meta name="DC.Date.created" scheme="W3CDTF" content="2017-09-01" />
@@ -19,33 +19,34 @@
1919
<!-- END META DUBLIN CORE -->
2020

2121
<!-- REGULAR META -->
22-
<meta name="author" content="médialab Sciences Po"/>
23-
<meta name="keywords" content="data stories, data, data comment, rich media, academic editing, scholarly media, scholarly editor, academic editor"/>
22+
<meta name="author" content="médialab Sciences Po" />
23+
<meta name="keywords" content="data stories, data, data comment, rich media, academic editing, scholarly media, scholarly editor, academic editor" />
2424
<meta name="description" content="The data stories editor" />
2525
<meta name="viewport" content="user-scalable=no,width=device-width" />
26+
<meta name="robots" content="noindex, nofollow" />
2627
<!-- END REGULAR META -->
2728

2829
<!-- META TWITTER -->
29-
<meta name="twitter:card" value="summary">
30+
<meta name="twitter:card" value="summary" />
3031
<!-- <meta name="twitter:site" content="https://fonio.surge.sh/"> -->
31-
<meta name="twitter:title" content="Fonio">
32-
<meta name="twitter:description" content="The data stories editor">
33-
<meta name="twitter:creator" content="@medialab">
32+
<meta name="twitter:title" content="Fonio" />
33+
<meta name="twitter:description" content="The data stories editor" />
34+
<meta name="twitter:creator" content="@medialab" />
3435
<!-- todo : Twitter Summary card images must be at least 200x200px -->
3536
<!-- <meta name="twitter:image" content="https://fonio.surge.sh/apple-touch-icon.png"> -->
3637
<!-- end meta twitter-->
3738

3839
<!-- META GOOGLE + -->
39-
<meta itemprop="name" content="Fonio">
40-
<meta itemprop="description" content="The data stories editor">
40+
<meta itemprop="name" content="Fonio" />
41+
<meta itemprop="description" content="The data stories editor" />
4142
<!-- <meta itemprop="image" content="https://fonio.surge.sh/bulgur-rs.png"> -->
4243
<!-- END META GOOGLE + -->
4344

4445
<!-- META OPEN GRAPH / FACEBOOK -->
45-
<meta property="og:title" content="Fonio"/>
46-
<meta property="og:type" content="website"/>
46+
<meta property="og:title" content="Fonio" />
47+
<meta property="og:type" content="website" />
4748
<!-- <meta property="og:url" content="https://fonio.surge.sh/"/> -->
48-
<meta property="og:description" content="The data stories editor"/>
49+
<meta property="og:description" content="The data stories editor" />
4950
<!-- <meta property="og:image" content="https://fonio.surge.sh/fonio-rs.png"/> -->
5051
<!-- <meta property="og:image:width" content="1200"/> -->
5152
<!-- <meta property="og:image:height" content="900"/> -->

0 commit comments

Comments
 (0)