Browse Source

jsonld for business

windhamdavid 2 years ago
parent
commit
ba090fffd9
3 changed files with 94 additions and 0 deletions
  1. 47 0
      app/index.html
  2. 0 0
      app/index.min.html/index.html
  3. 47 0
      index.html

+ 47 - 0
app/index.html

@@ -11,6 +11,53 @@
 <meta property="og:description" content="Something Else"/>
 <meta property="og:type" content="website"/><meta property="og:url" content="https://davidwindham.com"/><meta property="og:site_name" content="David Windham"/><meta property="og:image" content="img/og_image.jpg"/><meta property="fb:app_id" content="203136806559589" /><meta name="twitter:site" content="@windhamdavid"><meta name="twitter:creator" content="@windhamdavid"><meta name="twitter:title" content="David Windham"><meta name="twitter:description" content="Something Else"><meta name="twitter:image" content="img/ogt_image.jpg"><meta name="twitter:card" content="summary_large_image"><link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"><link rel="manifest" href="img/site.webmanifest"><link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#3f3f3f"><meta name="msapplication-TileColor" content="#000000"><meta name="theme-color" content="#ffffff">
 <link rel="stylesheet" href="css/dw.css">
+<script type="application/ld+json">
+  {
+    "@context": "https://schema.org",
+    "@type": "LocalBusiness",
+    "name": "David Windham",
+    "image": "https://davidwindham.com/ogt_image.jpg",
+    "@id": "https://davidwindham.com/#who",
+    "url": "https://davidwindham.com",
+    "telephone": "+18037123283",
+    "address": {
+      "@type": "PostalAddress",
+      "streetAddress": "102 Glenridge Circle",
+      "addressLocality": "Greenwood",
+      "addressRegion": "SC",
+      "postalCode": "29646",
+      "addressCountry": "US"
+    },
+    "geo": {
+      "@type": "GeoCoordinates",
+      "latitude": 34.1765603,
+      "longitude": -82.20454029999999
+    },
+    "openingHoursSpecification": {
+      "@type": "OpeningHoursSpecification",
+      "dayOfWeek": [
+        "Monday",
+        "Tuesday",
+        "Wednesday",
+        "Thursday",
+        "Friday"
+      ],
+      "opens": "09:00",
+      "closes": "15:00"
+    },
+    "sameAs": [
+      "https://davidawindham.com",
+      "https://twitter.com/windhamdavid",
+      "https://linkedin.com/in/windhamdavid",
+      "https://en.wikipedia.org/wiki/User:Windhamdavid",
+      "https://github.com/windhamdavid",
+      "https://www.youtube.com/user/windhamdavid",
+      "https://www.facebook.com/windhamdavid",
+      "https://windhamdavid.tumblr.com/",
+      "https://www.reddit.com/user/windhamdavid"
+    ] 
+  }
+  </script>
 </head>
 <body>
 

File diff suppressed because it is too large
+ 0 - 0
app/index.min.html/index.html


+ 47 - 0
index.html

@@ -17,6 +17,53 @@
 <link rel="stylesheet" href="./css/fullcalendar-timegrid.css">
 <link rel="stylesheet" href="css/style.css">
 <!-- endbuild -->
+<script type="application/ld+json">
+  {
+    "@context": "https://schema.org",
+    "@type": "LocalBusiness",
+    "name": "David Windham",
+    "image": "https://davidwindham.com/ogt_image.jpg",
+    "@id": "https://davidwindham.com/#who",
+    "url": "https://davidwindham.com",
+    "telephone": "803-712-3283",
+    "address": {
+      "@type": "PostalAddress",
+      "streetAddress": "102 Glenridge Circle",
+      "addressLocality": "Greenwood",
+      "addressRegion": "SC",
+      "postalCode": "29646",
+      "addressCountry": "US"
+    },
+    "geo": {
+      "@type": "GeoCoordinates",
+      "latitude": 34.1765603,
+      "longitude": -82.20454029999999
+    },
+    "openingHoursSpecification": {
+      "@type": "OpeningHoursSpecification",
+      "dayOfWeek": [
+        "Monday",
+        "Tuesday",
+        "Wednesday",
+        "Thursday",
+        "Friday"
+      ],
+      "opens": "09:00",
+      "closes": "15:00"
+    },
+    "sameAs": [
+      "https://davidawindham.com",
+      "https://twitter.com/windhamdavid",
+      "https://linkedin.com/in/windhamdavid",
+      "https://en.wikipedia.org/wiki/User:Windhamdavid",
+      "https://github.com/windhamdavid",
+      "https://www.youtube.com/user/windhamdavid",
+      "https://www.facebook.com/windhamdavid",
+      "https://windhamdavid.tumblr.com/",
+      "https://www.reddit.com/user/windhamdavid"
+    ] 
+  }
+  </script>
 </head>
 <body>
 

Some files were not shown because too many files changed in this diff