Vocabulary Deprecated
More information...

TollFree

schema:Thing > schema:Intangible > schema:Enumeration > schema:ContactPointOption :: schema:TollFree

The associated telephone number is toll free.

Prefixes used:

  • schema: http://schema.org/
  • Examples

    A fuller example that illustrates multiple contact numbers for a company,
    including US toll-free numbers, a hearing-impaired number, and several contact categories.
    
    This example is JSON-only.
    
    This example is JSON-only.
    
    <script type="application/ld+json">
    { "@context" : "http://schema.org",
      "@type" : "Organization",
      "url" : "http://www.t-mobile.com",
      "contactPoint" : [
        { "@type" : "ContactPoint",
          "telephone" : "+1-877-746-0909",
          "contactType" : "customer service",
          "contactOption" : "TollFree",
          "areaServed" : "US"
        } , {
          "@type" : "ContactPoint",
          "telephone" : "+1-505-998-3793",
          "contactType" : "customer service"
        } , {
          "@type" : "ContactPoint",
          "telephone" : "+1-877-296-1018",
          "contactType" : "customer service",
          "contactOption" : ["HearingImpairedSupported","TollFree"] ,
          "areaServed" : "US"
        } , {
          "@type" : "ContactPoint",
          "telephone" : "+1-877-453-1304",
          "contactType" : "technical support",
          "contactOption" : "TollFree",
          "areaServed" : ["US","CA"],
          "availableLanguage" : ["English","French"]
        } , {
          "@type" : "ContactPoint",
          "telephone" : "+1-877-453-1304",
          "contactType" : "bill payment",
          "contactOption" : "TollFree",
          "areaServed" : ["US","CA"]
        } ] }
    </script>
    

    BiblioGraph.net Version 1.1
    Schema.org Version 1.93
    Code Version 1.1