Skip to content

Commit e997a43

Browse files
committed
metadata updated
1 parent 3b32b08 commit e997a43

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

app/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ export const metadata: Metadata = {
2222
"Kerala Full Stack Developer",
2323
"India MERN Stack Developer",
2424
"Kozhikode Software Engineer",
25-
"MERN Stack Projects Showcase",
2625
"Portfolio Web Developer India",
27-
"Muhammed Sinan MERN Projects",
26+
"Muhammed Sinan MERN",
2827
"Software Engineer Portfolio India",
2928
"MERN Developer in Kerala",
3029
"Muhammed Sinan Professional Portfolio",
3130
"Top MERN Stack Developer India",
3231
"Next.js Developer Portfolio",
32+
"Muhammed sinan kozhikode"
3333
],
3434
authors: [
3535
{

app/schema.ts

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { hostedUrl, profile } from "@/constants";
33
export const personSchema = {
44
"@context": "https://schema.org",
55
"@type": "Person",
6-
"@id": `${hostedUrl}#person`,
6+
"@id": `${hostedUrl}#person`,
77
name: profile.name,
88
alternateName: "sinanptm",
99
jobTitle: "Full Stack Web Developer",
@@ -14,7 +14,7 @@ export const personSchema = {
1414
birthDate: "2005-06-02",
1515
nationality: "Indian",
1616
keywords: [
17-
"Web Development", "Full Stack", "JavaScript",
17+
"Web Development", "Full Stack", "JavaScript",
1818
"React", "Node.js", "TypeScript"
1919
],
2020
sameAs: [
@@ -25,36 +25,12 @@ export const personSchema = {
2525
],
2626
knowsLanguage: ["Malayalam", "English"],
2727
knowsAbout: [
28-
"Web Development", "MERN Stack",
29-
"TypeScript", "JavaScript",
28+
"Web Development", "MERN Stack",
29+
"TypeScript", "JavaScript",
3030
"NodeJS", "ExpressJS", "Nest JS",
31-
"ReactJS", "Next JS", "Vite",
32-
"MongoDB", "Postgres", "MySQL",
33-
"AWS", "Docker", "Nginx", "Vercel",
34-
"WebRTC", "State Management",
35-
"Authentication", "API Development"
31+
"ReactJS", "Next JS",
32+
"MongoDB", "API Development"
3633
],
37-
skills: [
38-
{
39-
"@type": "DefinedTerm",
40-
name: "Languages",
41-
hasDefinedTerm: ["TypeScript", "JavaScript"]
42-
},
43-
{
44-
"@type": "DefinedTerm",
45-
name: "Backend Frameworks",
46-
hasDefinedTerm: ["NodeJS", "ExpressJS", "Nest JS"]
47-
},
48-
{
49-
"@type": "DefinedTerm",
50-
name: "Frontend Technologies",
51-
hasDefinedTerm: ["ReactJS", "Next JS", "Vite"]
52-
}
53-
],
54-
worksFor: {
55-
"@type": "Organization",
56-
name: "Freelance/Independent"
57-
},
5834
address: {
5935
"@type": "PostalAddress",
6036
addressLocality: "Kozhikode",

0 commit comments

Comments
 (0)