-
Notifications
You must be signed in to change notification settings - Fork 0
/
next-seo.config.js
28 lines (27 loc) · 981 Bytes
/
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
export default {
title: "Siddharth Ray | Personal and Portfolio Website | Software Developer",
description: "This is Siddharth Ray's personal and portfolio website. Siddharth Ray is the CEO and Founder of DJFlame and the Software Lead of FTC Team Juice 16236.",
canonical: "https://www.siddharthray.com/",
openGraph: {
type: 'website',
locale: 'en_US',
url: 'https://www.siddharthray.com/',
site_name: 'Siddharth Ray',
},
twitter: {
handle: '@TheSiddharthRay',
site: '@TheSiddharthRay',
cardType: 'summary_large_image',
},
additionalMetaTags: [{
property: 'keywords',
content: 'Siddharth Ray, Siddharth, Ray, Online Portfolio, Portfolio, Personal Website, Founder, CEO, Software Developer, DJFlame, FTC, FIRST Tech Challenge'
}, {
httpEquiv: 'x-ua-compatible',
content: 'IE=edge; chrome=1'
},
{
httpEquiv: "",
content: ""
}],
};