Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seo improv #639

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading