Add some SEO metas (WIP)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user