Skip to content

Commit

Permalink
Added schema for Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
davenichols-DHLS committed Jul 10, 2024
1 parent 504a34d commit 6874d64
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions head.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="/scripts/aem.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>

<!-- Aldevron styles -->
<link rel="stylesheet" href="/styles/Typo.css"/>
<link rel="stylesheet" href="/styles/template.css"/>
<link rel="stylesheet" href="/styles/responsive.css"/>
<link rel="stylesheet" href="/styles/gcse.css"/>
<link rel="stylesheet" href="/styles/styles_2020.css"/>
<link rel="stylesheet" href="/styles/list.css"/>
<link rel="stylesheet" href="/styles/Typo.css" />
<link rel="stylesheet" href="/styles/template.css" />
<link rel="stylesheet" href="/styles/responsive.css" />
<link rel="stylesheet" href="/styles/gcse.css" />
<link rel="stylesheet" href="/styles/styles_2020.css" />
<link rel="stylesheet" href="/styles/list.css" />

<script type="application/ld+json">
{ "@context" : "https://schema.org",
"@type" : "Organization",
"name" : "Aldevron LLC",
"alternateName" : "Aldevron",
"url" : "https://www.aldevron.com/",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"addressLocality": "Fargo, North Dakota, USA",
"postalCode": "58104",
"streetAddress": "4055 41st Avenue South"
},
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
} ] }
</script>

0 comments on commit 6874d64

Please sign in to comment.