Skip to content

Instantly share code, notes, and snippets.

View xlamplighter's full-sized avatar

RJ Jacques xlamplighter

  • Fulcrum
  • St Petersburg, FL
View GitHub Profile
@xlamplighter
xlamplighter / gist:d6025338d27f431ac142
Created October 29, 2015 18:58
JSON-LD adding customer service number to search
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Organization",
"url" : "http://www.your-company-site.com",
"contactPoint" : [{
"@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
}]