-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnext-seo.config.js
32 lines (32 loc) · 1.05 KB
/
next-seo.config.js
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
export default {
titleTemplate: "Sercan Yektas - Full Stack Developer | %s",
defaultTitle: "Sercan Yektas - Full Stack Developer",
description:
"I am a full stack developer who is passionate about the Blockchain Technology, Solidity and Web3",
canonical: "https://www.sercanyektas.com/",
openGraph: {
type: "website",
locale: "en",
url: "https://www.sercanyektas.com",
title: "Sercan Yektas - Full Stack Developer",
description:
"I am a full stack developer who is passionate about the Blockchain Technology, Solidity and Web3",
image:
"https://res.cloudinary.com/yektas/image/upload/v1640279619/Portfolio%20Website/ph6lccnydbjvm5zzqzjl.jpg",
site_name: "sercanyektas.com",
imageWidth: 1200,
imageHeight: 1200,
},
twitter: {
handle: "@syektas",
site: "@syektas",
cardType: "summary_large_image",
},
additionalMetaTags: [
{
name: "keywords",
content:
"developer, blockchain, solidity, smart contracts, web3, full stack, full stack developer, enthusiast",
},
],
};