-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnext-seo.config.ts
34 lines (34 loc) · 1.92 KB
/
next-seo.config.ts
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
32
33
34
export const NEXT_SEO_DEFAULT = {
title: "Hirwa Aldo",
description:
"Meet Hirwa Aldo, a highly skilled software engineer and full stack developer from Rwanda, with expertise in web and mobile development. And Experienced Software Engineer and Full Stack Developer from Rwanda - Specializing in web development and delivering high-quality software solutions",
openGraph: {
type: "website",
locale: "en_IE",
url: "https://www.linkedin.com/in/aldo-hirwa/",
title: "LinkedIn Profile Hirwa aldo",
description:
"Meet Hirwa Aldo, a highly skilled software engineer and full stack developer from Rwanda, with expertise in web and mobile development. And Experienced Software Engineer and Full Stack Developer from Rwanda - Specializing in web development and delivering high-quality software solutions",
images: [
{
url: "https://media.licdn.com/dms/image/D4D03AQGjwtW6ELCpUw/profile-displayphoto-shrink_800_800/0/1675683807183?e=2147483647&v=beta&t=af-hrXduCdVDra6qtJzC3VdwRlk5nPm0O0SYwzImC68",
width: 800,
height: 600,
alt: "Hirwa Aldo - Experienced Software Engineer and Full Stack Developer from Rwanda - Specializing in web development and delivering high-quality software solutions",
type: "image/jpeg",
secureUrl:
"https://media.licdn.com/dms/image/D4D03AQGjwtW6ELCpUw/profile-displayphoto-shrink_800_800/0/1675683807183?e=2147483647&v=beta&t=af-hrXduCdVDra6qtJzC3VdwRlk5nPm0O0SYwzImC68",
},
],
siteName: "LinkedIn",
},
twitter: {
handle: "@handlea",
site: "@Aldo22954826",
cardType:
"Meet Hirwa Aldo, a highly skilled software engineer and full stack developer from Rwanda, with expertise in web and mobile development. And Experienced Software Engineer and Full Stack Developer from Rwanda - Specializing in web development and delivering high-quality software solutions",
},
facebook: {
appId: "826268034413071",
},
};