Skip to content

Commit 5c7f799

Browse files
committed
chore: 🔍 improve seo meta
1 parent d83dd5d commit 5c7f799

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/app.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ useHead({
66
})
77
useSeoMeta({
88
title: 'Chat with PDF',
9-
ogTitle: 'Chat with your PDF documents',
10-
description:
11-
'Chat with PDF lets you ask questions to PDFs. Built using NuxtHub and Nuxt UI.',
12-
ogImage: '', // TODO:
9+
ogTitle: 'Chat with PDF',
10+
ogDescription: 'Chat with PDF is a full-stack AI-powered application that lets you to ask questions to PDF documents. Built using NuxtHub, and powered by Cloudflare Workers AI and Vectorize.',
11+
description: 'Chat with PDF is a full-stack AI-powered application that lets you to ask questions to PDF documents. Built using NuxtHub, and powered by Cloudflare Workers AI and Vectorize.',
12+
ogImage: '/image.png',
1313
twitterCard: 'summary_large_image',
1414
})
1515
</script>

public/image.png

125 KB
Loading

0 commit comments

Comments
 (0)