Skip to content

Commit cd3b744

Browse files
committed
Seo
1 parent c0e8361 commit cd3b744

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

app/favicon.ico

-10.3 KB
Binary file not shown.

app/layout.js

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,35 @@ const graphik = localFont({
2020
});
2121

2222
export const metadata = {
23-
title: 'Create Next App',
24-
description: 'Generated by create next app'
23+
metadataBase: new URL('https://dpinto.dev'),
24+
title: {
25+
default: 'Derian Pinto',
26+
template: '%s | Derian Pinto'
27+
},
28+
description: 'Developer and gamer.',
29+
openGraph: {
30+
title: 'Derian Pinto',
31+
description: 'Developer and gamer.',
32+
url: 'https://dpinto.dev',
33+
siteName: 'Derian Pinto',
34+
locale: 'en-US',
35+
type: 'website'
36+
},
37+
robots: {
38+
index: true,
39+
follow: true,
40+
googleBot: {
41+
index: true,
42+
follow: true,
43+
'max-video-preview': -1,
44+
'max-image-preview': 'large',
45+
'max-snippet': -1
46+
}
47+
},
48+
twitter: {
49+
title: 'Derian Pinto',
50+
card: 'summary_large_image'
51+
}
2552
};
2653

2754
export default function RootLayout({ children }) {

app/opengraph-image.jpg

13.4 KB
Loading

0 commit comments

Comments
 (0)