We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9182934 commit 397aab2Copy full SHA for 397aab2
app/layout.tsx
@@ -9,6 +9,21 @@ const inter = Inter({ subsets: ["latin"] });
9
export const metadata: Metadata = {
10
title: "QuickCv - A simple AI CV builder",
11
description: "Generated your next ATS friendly CV with QuickCv",
12
+ openGraph: {
13
+ title: "QuickCv - A simple AI CV builder",
14
+ description: "Generated your next ATS friendly CV with QuickCv",
15
+ type: "website",
16
+ url: "https://quickcv.me",
17
+ siteName: 'QuickCv - A simple AI CV builder',
18
+ images: [
19
+ {
20
+ url: "https://quickcv.me/quickcv-banner.png",
21
+ width: 1500,
22
+ height: 500,
23
+ alt: "QuickCv - A simple AI CV builder",
24
+ },
25
+ ],
26
27
};
28
29
export default function RootLayout({
public/quickcv-banner.png
438 KB
0 commit comments