Add some SEO metas (WIP)

This commit is contained in:
2020-03-02 22:33:01 +01:00
parent 804880a908
commit 2fceb5d048
5 changed files with 55 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
import Globe from '../molecules/InteractiveGlobe'
import Locations from '../organisms/Locations'
import Footer from '../organisms/Footer'
import SocialMetas from '../utils/SocialMetas'
// Reset current location if existing
$: {
@@ -33,7 +34,14 @@
</script>
<svelte:head>
<title>Houses Of - Beautiful houses of planet Earth</title>
<title>Houses Of - {$site.seo_title_default} of planet Earth</title>
<meta name="description" content={$site.description}>
<SocialMetas
url="https://housesof.world"
title="Houses Of - {$site.seo_title_default} planet Earth"
description={$site.seo_description_default}
image={$site.seo_share_image.full_url}
/>
</svelte:head>
<section class="page explore">