mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-11-15 20:27:24 +01:00
Improve website SEO tagging
This commit is contained in:
parent
46096baf04
commit
e8fb93d5ad
@ -6,8 +6,36 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>FluffyChat - Official Website</title>
|
<title>FluffyChat - Official Website</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="A cute and secure chatclient for the matrix protocol">
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="Fluffychat, Matrix, Web, Android, iOS, Desktop, Chat, Client, Chatclient, Matrix.org, Secure, E2EE, End to End, Encryption, End to End Encryption, F-Droid, Foss, FOSS, OpenSource, Free, Community, Open">
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "ANDROID, IOS, WEB, LINUX, MACOS",
|
||||||
|
"releaseNotes": "https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md",
|
||||||
|
"screenshot": "https://gitlab.com/famedly/fluffychat/-/raw/main/docs/screenshots/mobile.png",
|
||||||
|
"softwareHelp": "https://gitlab.com/famedly/fluffychat/-/wikis/FAQ",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"callSign": "KrilleFear"
|
||||||
|
},
|
||||||
|
"license": "https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE",
|
||||||
|
"offers": {
|
||||||
|
"@type": "Offer",
|
||||||
|
"price": "0",
|
||||||
|
"priceCurrency": "USD"
|
||||||
|
},
|
||||||
|
"aggregateRating": {
|
||||||
|
"@type": "AggregateRating",
|
||||||
|
"ratingValue": "4.5",
|
||||||
|
"ratingCount": "133"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
<link rel="stylesheet" href="tailwind.css">
|
<link rel="stylesheet" href="tailwind.css">
|
||||||
<!-- Animation CSS-->
|
<!-- Animation CSS-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user