@@ -3,7 +3,7 @@ import { hostedUrl, profile } from "@/constants";
33export 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