Improve metadata for better presentation and semantic #19

Merged
lx merged 3 commits from tixie/garagehq.deuxfleurs.fr:master into master 2025-03-25 13:52:51 +00:00
Owner

This PR contains:

  1. Move favicon.ico and browserconfig.xml to the root for better browser compatibility
  2. Increase size of favicon.ico for better quality in search engines results
  3. Add favicon.svg since now some browsers are using it for better quality
  4. Add a landscape sized visual as open graph image
  5. Add open graph, schema.org and global html meta tags for better presentation of pages (especially blog posts) on platforms displaying link as cards
This PR contains: 1. Move favicon.ico and browserconfig.xml to the root for better browser compatibility 2. Increase size of favicon.ico for better quality in search engines results 3. Add favicon.svg since now some browsers are using it for better quality 3. Add a landscape sized visual as open graph image 4. Add open graph, schema.org and global html meta tags for better presentation of pages (especially blog posts) on platforms displaying link as cards
tixie added 3 commits 2025-03-25 13:06:21 +00:00
requested review from lx 2025-03-25 13:06:39 +00:00
lx requested changes 2025-03-25 13:38:37 +00:00
config.toml Outdated
@ -1,6 +1,6 @@
base_url = "https://garagehq.deuxfleurs.fr"
title = "Garage HQ"
description = "An open-source distributed object storage service tailored for self-hosting"
description = "An open-source distributed storage service you can self-host to fullfill many needs"
Owner

La description officielle c'est « An open-source distributed object storage service tailored for self-hosting ». Celle que tu as mise elle était effectivement dans la balise meta mais elle est moins bien donc je pense qu'on peut l'enlever

La description officielle c'est « An open-source distributed object storage service tailored for self-hosting ». Celle que tu as mise elle était effectivement dans la balise meta mais elle est moins bien donc je pense qu'on peut l'enlever
tixie marked this conversation as resolved
config.toml Outdated
@ -68,3 +71,3 @@
[extra.author]
name = "Garage"
name = "Garages team"
Owner

Plutôt "The Garage team"

Plutôt "The Garage team"
tixie marked this conversation as resolved
@ -0,0 +18,4 @@
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="650">
<meta property="og:image:alt" content="Garage, an open-source distributed object storage service tailored for self-hosting">
Owner

Du coup on peut mettre {{ config.description }} ici

Du coup on peut mettre `{{ config.description }}` ici
tixie marked this conversation as resolved
@ -0,0 +13,4 @@
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="650">
<meta property="og:image:alt" content="Garage, an open-source distributed object storage service tailored for self-hosting">
Owner

et ici aussi

et ici aussi
tixie marked this conversation as resolved
tixie force-pushed master from 2b751f2a08 to b4ba542cde 2025-03-25 13:44:11 +00:00 Compare
lx merged commit 1a9aa41a2c into master 2025-03-25 13:52:51 +00:00
Sign in to join this conversation.
No reviewers
lx
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garagehq.deuxfleurs.fr#19
No description provided.