Skip to content

Commit

Permalink
feat: define seo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
romangg committed Jun 23, 2024
1 parent cd16f11 commit f992e88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 11 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@
</NuxtLayout>
</div>
</template>

<script setup lang="ts">
useSeoMeta({
title: 'Manjaro – The Linux for People and Organizations',
ogTitle: 'Manjaro Linux Official',
description: 'This page provides an overview of Manjaro Linux, an open source operating system designed for ease of use. Learn about its features, installation, and support options. Get the most out of Manjaro Linux with the latest news, downloads, and tips from our helpful community.',
ogImage: 'https://manjaro.org/meta-image.jpg',
twitterCard: 'summary',
twitterImage: 'https://manjaro.org/meta-image.jpg',
})
</script>
6 changes: 0 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,3 @@
</div>
</div>
</template>

<script setup lang="ts">
useHead({
title: 'Manjaro' + ' – manjaro.org',
})
</script>
Binary file added public/meta-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f992e88

Please sign in to comment.