|
@@ -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(); ?>
|