Skip to content

Instantly share code, notes, and snippets.

@47ronin
Last active October 23, 2015 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 47ronin/be5536457876f497ff60 to your computer and use it in GitHub Desktop.
Save 47ronin/be5536457876f497ff60 to your computer and use it in GitHub Desktop.
JSON Structured Data Schema for Port of San Diego Social Profiles (Google). See https://developers.google.com/structured-data/customize/social-profiles
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Port of San Diego",
"url":"https://www.portofsandiego.org",
"logo":"https://www.portofsandiego.org/templates/yoo_sync/styles/SDUPD/images/logo-sdupd.png",
"contactPoint":[
{
"@type":"ContactPoint",
"telephone":"+1-800-854-2757",
"contactType":"customer service",
"contactOption":"TollFree",
"areaServed":"US"
},
{
"@type":"ContactPoint",
"telephone":"+1-619-686-6200",
"contactType":"customer service"
},
{
"@type":"ContactPoint",
"telephone":"+1-619-686-6272",
"contactType":"emergency",
"areaServed":["US","CA"],
"availableLanguage":["English","Spanish"]
}
],
"sameAs":[
"http://www.facebook.com/usa.portofsandiego",
"http://twitter.com/portofsandiego",
"http://youtube.com/portsandiego",
"http://instagram.com/portofsandiego",
"http://plus.google.com/+portofsandiego"]
}</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment