Skip to content

Commit 7dc3030

Browse files
committed
chore(meta): added meta and social image
1 parent 5a81e60 commit 7dc3030

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

index.html

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<title>Projo</title>
10+
<meta name="identifier-url" content="https://projo.cauctus.net/" />
11+
<meta name="title" content="Projo" />
12+
<meta name="description" content="L’application de gestion des scores pour le théâtre d'improvisation" />
13+
<meta name="abstract" content="L’application de gestion des scores pour le théâtre d'improvisation" />
14+
<meta name="keywords" content="impro, projecteur, score, improvisation, theatre, improv, scoring, teams, equipes" />
15+
<meta name="author" content="Corentin Thomasset" />
16+
<meta name="language" content="fr" />
17+
<meta name="robots" content="All" />
18+
<meta property="og:title" content="Projo" />
19+
<meta property="og:site_name" content="Projo" />
20+
<meta property="og:url" content="https://projo.cauctus.net" />
21+
<meta property="og:description" content="L’application de gestion des scores pour le théâtre d'improvisation" />
22+
<meta property="og:type" content="website" />
23+
<meta property="og:image" content="/social.png" />
1024
</head>
1125
<body>
1226
<div id="app"></div>

public/humans.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* TEAM */
2+
Developer: Corentin Thomasset
3+
Site: https://github.com/CorentinTh
4+
Twitter: @cthmsst

public/robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow:

public/social.png

56.1 KB
Loading

0 commit comments

Comments
 (0)