Skip to content

Commit

Permalink
Improvements for SEO (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaibax authored Aug 2, 2023
1 parent 50d7c8d commit 5e8d873
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/vector/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<!doctype html>
<html lang="en" style="height: 100%;">
<html lang="fr" style="height: 100%;">
<head>
<meta charset="utf-8">
<title>Tchap</title>
<title>Tchap - la messagerie instantanée des agents de la fonction publique</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": ["MobileApplication", "WebApplication"],
"url": "https://tchap.gouv.fr",
"applicationCategory": "CommunicationApplication",
"logo": "https://tchap.gouv.fr/<%= require('../../res/vector-icons/apple-touch-icon-180.png') %>"
}
</script>
<link rel="apple-touch-icon" sizes="57x57" href="<%= require('../../res/vector-icons/apple-touch-icon-57.png') %>">
<link rel="apple-touch-icon" sizes="60x60" href="<%= require('../../res/vector-icons/apple-touch-icon-60.png') %>">
<link rel="apple-touch-icon" sizes="72x72" href="<%= require('../../res/vector-icons/apple-touch-icon-72.png') %>">
Expand All @@ -15,6 +24,8 @@
<link rel="manifest" href="manifest.json">
<meta name="referrer" content="no-referrer">
<link rel="shortcut icon" href="<%= require('../../res/vector-icons/favicon.ico') %>">
<meta name="description" content="Conçue et gérée par l'Administration française, pour les agents des trois fonctions publiques, pour communiquer facilement en toute sécurité.
Utilisée par plus de 400 000 agents publics.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-title" content="Tchap">
<meta name="application-name" content="Tchap">
Expand Down

0 comments on commit 5e8d873

Please sign in to comment.