Skip to content

Commit

Permalink
resolves JSON-LD syntaxical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwii1981 committed Dec 12, 2024
1 parent 867882a commit 25fecd5
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,28 @@
<meta name="twitter:description" content="The portfolio of Jan Michael Wallace II. An inclusive, future-forward product design leader and technologist.">
<meta name="twitter:image" content="{{ site.url }}{{ site.baseurl }}/images/twitter-og-image.jpg">

<script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-53BZRHG"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jan Michael Wallace II",
"url": "{{ site.url }}",
"sameAs": [
"https://linkedin.com/in/jmwii1981",
"https://medium.com/@jmwii1981",
"https://codepen.io/jmwii1981",
"https://github.com/jmwii1981",
"https://figma.com/@jmwii1981",
],
"jobTitle": "Manager of Product Design",
"worksFor": {
"@type": "Organization",
"name": "Global Payments"
}
"@context": "https://schema.org",
"@type": "Person",
"name": "Jan Michael Wallace II",
"url": "http://janmichael.io",
"sameAs": [
"https://linkedin.com/in/jmwii1981",
"https://medium.com/@jmwii1981",
"https://codepen.io/jmwii1981",
"https://github.com/jmwii1981",
"https://figma.com/@jmwii1981"
],
"jobTitle": "Manager of Product Design",
"worksFor": {
"@type": "Organization",
"name": "Global Payments"
}
}
</script>


<!-- favicons and app identification meta -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.url }}{{ site.baseurl }}/favicons/apple-touch-icon.png">
Expand Down

0 comments on commit 25fecd5

Please sign in to comment.