We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e3245 commit 75839a2Copy full SHA for 75839a2
1 file changed
index.html
@@ -114,6 +114,18 @@ <h3 class="text-light">Programmer Gaurav</h3>
114
<a target="blank" href="https://twitter.com/ProgrammerGRG" class="fa fan fa-twitter"></a>
115
</div>
116
<!-- Footer Ends -->
117
+ <!-- Schema Starts -->
118
+ <script type="application/ld+json">
119
+ {"@context" : "http://schema.org",
120
+ "@type" : "Person",
121
+ "name" : "programmergaurav",
122
+ "url" : "https://programmergaurav.github.io",
123
+ "sameAs" : [ "https://www.instagram.com/programmergaurav/",
124
+ "https://www.linkedin.com/in/gaurav-gupta-ab8b7a175/",
125
+ "https://twitter.com/ProgrammerGRG"]
126
+ }
127
+ </script>
128
+ <!-- schema ends -->
129
<script src="js/typed.min.js"></script>
130
<script src="js/jquery.min.js"></script>
131
<script src="js/popper.min.js"></script>
0 commit comments