Skip to content

Commit 4fe629a

Browse files
committed
refactor: Use EmployeeRole in schema
1 parent fa74bdf commit 4fe629a

1 file changed

Lines changed: 42 additions & 12 deletions

File tree

src/schema.blog.js

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,48 @@ export function profilePage(){
9696
"sameAs": "https://www.wikidata.org/wiki/Q388",
9797
},
9898
],
99-
// "hasOccupation": [
100-
// {
101-
// "@type": "Role",
102-
// "hasOccupation": {
103-
// "@type": "Occupation",
104-
// "name": "فني مواقع إلكترونية",
105-
// "alternateName": "Web Technician",
106-
// },
107-
// "startDate": "2022-09",
108-
// "endDate": "2023-09"
109-
// },
110-
// ]
99+
"alumniOf": {
100+
"@type": "CollegeOrUniversity",
101+
"name": "Umm Al-Qura University",
102+
"sameAs": "https://www.wikidata.org/wiki/Q1779835"
103+
},
104+
"worksFor": [
105+
{
106+
"@type": "Organization",
107+
"name": "منصة رواف العقارية",
108+
"url": "https://rawaf.ai"
109+
},
110+
{
111+
"@type": "Organization",
112+
"name": "إثراء الخير",
113+
"url": "https://ithraalkhair.com.sa"
114+
}
115+
],
116+
"hasOccupation": [
117+
{
118+
"@type": "Role",
119+
"roleName": "Bachelor of Arts - BA, Graphic Design",
120+
"endDate": "2023-07"
121+
},
122+
{
123+
"@type": "EmployeeRole",
124+
"roleName": "فني مواقع إلكترونية",
125+
"startDate": "2022-09",
126+
"endDate": "2023-09"
127+
},
128+
{
129+
"@type": "EmployeeRole",
130+
"roleName": "مختص تقني",
131+
"startDate": "2024-06",
132+
"endDate": "2024-07"
133+
},
134+
{
135+
"@type": "EmployeeRole",
136+
"roleName": "مهندس بيانات",
137+
"startDate": "2025-04",
138+
"endDate": "2025-07"
139+
}
140+
]
111141
},
112142
"isPartOf": JSON.parse(blog())
113143
}

0 commit comments

Comments
 (0)