From 7898eb9bec2e89bd2d96795d257755d829f86ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 26 Sep 2022 23:13:45 +0200 Subject: [PATCH] Add SEO stuff --- src/components/Metas.svelte | 5 +++++ src/routes/+layout.svelte | 2 ++ static/manifest.json | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/Metas.svelte b/src/components/Metas.svelte index d3ba8f1..4a20e3a 100644 --- a/src/components/Metas.svelte +++ b/src/components/Metas.svelte @@ -18,10 +18,15 @@ + + {#if description} + + {/if} {#if image} + {/if} {#if url} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 578e6b9..a20ac68 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -65,6 +65,8 @@ + + {#each fonts as font} {/each} diff --git a/static/manifest.json b/static/manifest.json index 1d53dab..e91c155 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Houses Of", - "name": "Houses Of - Beautiful houses around the world", - "description": "", + "name": "Houses Of the World", + "description": "Houses Of is a project showcasing charismatic houses around the world.", "icons": [ { "src": "/images/siteicon-192.png",