Skip to content

Commit b978efd

Browse files
committed
docs: complete the homepage metadata signals
Adds `og:type` alongside the other site-wide Open Graph defaults, and a description and url to the Organization identity so the JSON-LD node carries the fields agents use for entity resolution.
1 parent 226b93c commit b978efd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/app/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ useHead({
1717
if (import.meta.server) {
1818
useSeoMeta({
1919
ogSiteName: 'Nuxt UI',
20+
ogType: 'website',
2021
twitterCard: 'summary_large_image'
2122
})
2223

docs/nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ export default defineNuxtConfig({
474474
identity: {
475475
type: 'Organization',
476476
name: 'Nuxt',
477+
description: 'Nuxt is the open source team behind the Nuxt framework and Nuxt UI, a Vue component library built on Reka UI and Tailwind CSS.',
478+
url: 'https://ui.nuxt.com',
477479
logo: '/icon.svg',
478480
sameAs: [
479481
'https://github.com/nuxt',

0 commit comments

Comments
 (0)