Skip to content

Commit 09da46c

Browse files
committed
schema
1 parent 699a770 commit 09da46c

File tree

2 files changed

+45
-21
lines changed

2 files changed

+45
-21
lines changed

index.html

+11-21
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,24 @@
3434
<!-- Schema.org JSON-LD -->
3535
<script type="application/ld+json">
3636
{
37-
"@context": "https://schema.org/",
38-
"@type": "Person",
39-
"name": "Ankit Verma",
40-
"url": "https://avcodewizard.github.io/",
41-
"image": "https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg",
37+
"@context": "https://schema.org",
38+
"@type": "Organization",
39+
"url": "https://avcodewizard.github.io",
4240
"sameAs": [
4341
"https://www.instagram.com/pixels.queue/",
4442
"https://www.linkedin.com/in/ankitvermaonline/",
4543
"https://github.com/avcodewizard",
4644
"https://avcodewizard.github.io"
4745
],
48-
"jobTitle": "Software Engineer",
49-
"alumniOf": {
50-
"@type": "EducationalOrganization",
51-
"name": "Chhatrapati Shahu Ji Maharaj University, Kanpur"
52-
},
53-
"knowsAbout": [
54-
"Web Development",
55-
"Software Engineering",
56-
"Full Stack Development",
57-
"JavaScript",
58-
"Laravel",
59-
"Php",
60-
"Wordpress",
61-
"Codeigniter"
62-
]
46+
"logo": "https://avcodewizard.github.io/assets/img/my-profile.png",
47+
"name": "Ankit Verma",
48+
"description": "Discover Ankit Verma's projects and professional journey in software engineering and web development.",
49+
"email": "ankitv4087@gmail.com",
50+
"telephone": "+918887382475"
6351
}
64-
</script>
52+
</script>
53+
54+
6555

6656
<!-- Fonts -->
6757
<link href="https://fonts.googleapis.com" rel="preconnect">

schema.txt

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<script type="application/ld+json">
2+
{
3+
"@context": "https://schema.org/",
4+
"@type": "WebSite",
5+
"publisher": {
6+
"@type": "Organization",
7+
"name": "Ankit Verma"
8+
},
9+
"name": "Ankit Verma",
10+
"url": "https://avcodewizard.github.io/",
11+
"image": "https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg",
12+
"sameAs": [
13+
"https://www.instagram.com/pixels.queue/",
14+
"https://www.linkedin.com/in/ankitvermaonline/",
15+
"https://github.com/avcodewizard",
16+
"https://avcodewizard.github.io"
17+
],
18+
"jobTitle": "Software Engineer",
19+
"alumniOf": {
20+
"@type": "EducationalOrganization",
21+
"name": "Chhatrapati Shahu Ji Maharaj University, Kanpur"
22+
},
23+
"knowsAbout": [
24+
"Web Development",
25+
"Software Engineering",
26+
"Full Stack Development",
27+
"JavaScript",
28+
"Laravel",
29+
"Php",
30+
"Wordpress",
31+
"Codeigniter"
32+
]
33+
}
34+
</script>

0 commit comments

Comments
 (0)