mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-01 00:39:34 +01:00
Merge branch 'MTRNord/SEO' into 'main'
Improve website SEO tagging See merge request famedly/fluffychat!616
This commit is contained in:
commit
afd8fe5fec
212
docs/index.html
212
docs/index.html
@ -6,8 +6,216 @@
|
|||||||
<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": "MobileApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "ANDROID",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"installUrl": "https://play.google.com/store/apps/details?id=chat.fluffy.fluffychat"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "MobileApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "ANDROID",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"installUrl": "https://f-droid.org/de/packages/chat.fluffy.fluffychat/"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "MobileApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "IOS",
|
||||||
|
"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.4",
|
||||||
|
"ratingCount": "28"
|
||||||
|
},
|
||||||
|
"installUrl": "https://apps.apple.com/app/fluffychat/id1551469600"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "WEB",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"url": "https://fluffychat.im/web",
|
||||||
|
"downloadUrl": "https://fluffychat.im/web",
|
||||||
|
"installUrl": "https://fluffychat.im/web"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "LINUX",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"downloadUrl": "https://snapcraft.io/fluffychat",
|
||||||
|
"installUrl": "https://snapcraft.io/fluffychat"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "Fluffychat",
|
||||||
|
"applicationCategory": "CommunicationApplication",
|
||||||
|
"countriesNotSupported": "fr",
|
||||||
|
"operatingSystem": "LINUX",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"downloadUrl": "https://flathub.org/apps/details/im.fluffychat.Fluffychat",
|
||||||
|
"installUrl": "https://flathub.org/apps/details/im.fluffychat.Fluffychat"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"name": "FluffyChat - Official Website",
|
||||||
|
"url": "https://fluffychat.im",
|
||||||
|
"description": "A cute and secure chatclient for the matrix protocol",
|
||||||
|
"thumbnailUrl": "https://fluffychat.im/favicon.png",
|
||||||
|
"inLanguage": "de-de"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "BreadcrumbList",
|
||||||
|
"description": "Breadcrumbs list",
|
||||||
|
"name": "Breadcrumbs",
|
||||||
|
"itemListElement": [
|
||||||
|
{
|
||||||
|
"@type": "ListItem",
|
||||||
|
"item": {
|
||||||
|
"@id": "https://fluffychat.im",
|
||||||
|
"name": "Homepage"
|
||||||
|
},
|
||||||
|
"position": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</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…
Reference in New Issue
Block a user