-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
31 lines (31 loc) · 795 Bytes
/
Copy pathnext-seo.config.js
File metadata and controls
31 lines (31 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export default {
title: "ironsoul | Temirzhan Yussupov",
description: "Real full-stack ninja lives here.",
canonical: "https://ironsoul.lol",
openGraph: {
url: "https://ironsoul.lol",
title: "ironsoul | Temirzhan Yussupov",
description: "Real full-stack ninja lives here.",
images: [
{
url: "https://ironsoul.lol/og-image-01.png",
width: 800,
height: 600,
alt: "Og Image Alt",
},
{
url: "https://ironsoul.lol/og-image-02.png",
width: 800,
height: 800,
alt: "Og Image Alt 2",
},
{
url: "https://ironsoul.lol/og-image-03.png",
width: 900,
height: 800,
alt: "Og Image Alt 3",
},
],
site_name: "ironsoul | Temirzhan Yussupov",
},
};