mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-31 21:21:41 +00:00
seo: per-locale HowTo schema (8 new keys × 6 languages)
HowTo schema was hardcoded English — now uses {{HOWTO_*}}
placeholders. All 3 rich-result schemas are now locale-aware:
- FAQPage (expandable SERP snippets)
- HowTo (step-by-step SERP snippets)
- SoftwareApplication (entity understanding)
SoftwareApplication and Organization use language-neutral
brand name — no locale keys needed.
This commit is contained in:
@@ -96,28 +96,28 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "HowTo",
|
||||
"name": "How to synchronize videos with friends using KoalaSync",
|
||||
"description": "Watch any video in perfect sync with friends across YouTube, Netflix, Twitch and more. No sign-up, no tracking.",
|
||||
"name": "Comment synchroniser des vidéos avec des amis avec KoalaSync",
|
||||
"description": "Regardez des vidéos en parfaite synchronisation avec vos amis sur YouTube, Netflix, Twitch et plus. Sans inscription, sans pistage.",
|
||||
"step": [
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"position": 1,
|
||||
"name": "Install the browser extension",
|
||||
"text": "Add KoalaSync to your browser from Chrome Web Store or Firefox Add-ons. It works on any website with a video element.",
|
||||
"name": "Installer l'extension",
|
||||
"text": "Ajoutez KoalaSync à votre navigateur depuis le Chrome Web Store ou les modules complémentaires Firefox. Fonctionne sur tout site avec un élément vidéo.",
|
||||
"url": "https://sync.koalastuff.net/#how-it-works"
|
||||
},
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"position": 2,
|
||||
"name": "Create a room",
|
||||
"text": "Open the extension popup and click Create New Room. The invite link is automatically copied to your clipboard.",
|
||||
"name": "Créer un salon",
|
||||
"text": "Ouvrez l'extension et cliquez sur Créer un nouveau salon. Le lien d'invitation est automatiquement copié dans votre presse-papiers.",
|
||||
"url": "https://sync.koalastuff.net/#how-it-works"
|
||||
},
|
||||
{
|
||||
"@type": "HowToStep",
|
||||
"position": 3,
|
||||
"name": "Share and sync",
|
||||
"text": "Send the invite link to your friends. Pick a video tab and enjoy synchronized playback in real time.",
|
||||
"name": "Partager et synchroniser",
|
||||
"text": "Envoyez le lien d'invitation à vos amis. Sélectionnez un onglet vidéo et profitez de la lecture synchronisée en temps réel.",
|
||||
"url": "https://sync.koalastuff.net/#how-it-works"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user