Browse Source

add schema.org

windhamdavid 2 years ago
parent
commit
786ffb5ca9
1 changed files with 25 additions and 0 deletions
  1. 25 0
      front-page.php

+ 25 - 0
front-page.php

@@ -138,6 +138,31 @@
 	</div>
 </div>
 <script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/v3-front.min.js'></script>
+<script type="application/ld+json">
+{
+  "@context": "https://schema.org/",
+  "@type": "Person",
+  "name": "David Windham",
+  "url": "https://davidawindham.com",
+  "image": "https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg",
+  "sameAs": [
+		"https://davidwindham.com",
+		"https://twitter.com/windhamdavid",
+		"https://github.com/windhamdavid",
+		"https://en.wikipedia.org/wiki/User:Windhamdavid",
+    "https://www.reddit.com/user/windhamdavid",
+    "https://www.facebook.com/windhamdavid",
+    "https://www.linkedin.com/in/windhamdavid",
+    "https://www.youtube.com/user/windhamdavid",
+    "https://news.ycombinator.com/user?id=windhamdavid"
+  ],
+  "jobTitle": "Web Developer",
+  "worksFor": {
+    "@type": "Organization",
+    "name": "Self Employed"
+  }  
+}
+</script>
 <script type="application/ld+json">{"@context": "http://schema.org","@type": "WebSite","url":"https://davidawindham.com/","potentialAction":{"@type":"SearchAction","target":"https://davidawindham.com/?s={search_term_string}","query-input": "required name=search_term_string"}}
 </script>
 <?php dw_online_get_status(); ?>