Add some SEO metas (WIP)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
import LinkTranslate from '../atoms/LinkTranslate'
|
||||
import InteractiveGlobe from '../molecules/InteractiveGlobe'
|
||||
import Footer from '../organisms/Footer'
|
||||
import SocialMetas from '../utils/SocialMetas'
|
||||
|
||||
// Categories
|
||||
$: credits = $site.credits_list
|
||||
@@ -29,6 +30,13 @@
|
||||
|
||||
<svelte:head>
|
||||
<title>Houses Of - Credits</title>
|
||||
<meta name="description" content={$site.credits_text}>
|
||||
<SocialMetas
|
||||
url="https://housesof.world/credits"
|
||||
title="Houses Of - Credits"
|
||||
description={$site.credits_text}
|
||||
image={$site.seo_share_image.full_url}
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
<section class="page">
|
||||
|
||||
Reference in New Issue
Block a user