Organization Structured Data

Below is a sample of Organization Structured data.  This is typically included on the home page of a web site, but not other pages.

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Organization",
    "name":"MarketGrabber Classifieds Ad, Directory, Job Board, Software",
    "description": "MarketGrabber offers the best online suite of Classified Ad, Directory, Job Board, Auto, Real Estate, Horse and Event Software",
    "sameAs": [
      "https://www.facebook.com/MarketGrabber/",
      "https://twitter.com/marketgrabber"
    ],
    "url": "https://www.marketgrabber.com",  
    "logo": "https://www.marketgrabber.com/images/mglogosquare.png",
    "telephone":"+1-719-599-3449",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "2140 Hollow Brook Drive Suite 210",
        "addressLocality": "Colorado Springs",
        "addressRegion": "CO",
        "postalCode": "80918",
        "addressCountry": "US"
    }
}