Skip to content

Commit 654ebfa

Browse files
committed
🔧 page landing seo
1 parent 1d2c008 commit 654ebfa

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

Diff for: ‎ogi/pages/index.vue

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<template>
2-
<div>
3-
<NuxtWelcome />
4-
</div>
2+
<div></div>
53
</template>
64

75
<script lang="ts" setup>
8-
const route = useRoute()
9-
10-
const { image, text } = route.query
11-
12-
defineOgImage({
13-
component: 'base',
14-
props: {
15-
text: text,
16-
image: image,
17-
},
6+
useSeoMeta({
7+
title: 'KodaDot - Your Generative Art Marketplace',
8+
viewport: 'width=device-width, initial-scale=1',
9+
description: 'One Stop NFT Shop on Polkadot',
10+
ogTitle: 'KodaDot - NFT Market Explorer',
11+
ogDescription: 'One Stop NFT Shop on Polkadot',
12+
ogType: 'website',
13+
ogImage: 'https://koda.art/k_card.png',
14+
twitterCard: 'summary_large_image',
15+
twitterTitle: 'KodaDot - NFT Market Explorer',
16+
twitterDescription: 'One Stop NFT Shop on Polkadot',
17+
twitterImage: 'https://koda.art/k_card.png',
18+
twitterSite: '@KodaDot'
1819
})
1920
</script>

0 commit comments

Comments
 (0)