Organization Markup

Simplified Search

Address: 555 Main Street, Home Town, FL 32901

Phone: (855) 555-5555

Email: info@simplifiedsearch.net


JSON-LD

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Simplified Search",
  "url": "https://simplifiedsearch.net/",
  "logo": "https://simplifiedsearch.net/wp-content/uploads/2020/06/Simplified-Search-small-web.png",
  "sameAs": [
    "https:///facebook.com",
    "https:///youtube.com",
    "https:///twitter.com",
    "https:///linkedin.com"
  ],
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "(855) 555-5555",
      "contactType": "customer service",
      "areaServed": "US",
      "availableLanguage": "en"
    },
    {
      "@type": "ContactPoint",
      "email": "info@simplifiedsearch.net",
      "contactType": "customer service",
      "areaServed": "US"
    }
  ]
}
</script>