﻿{
    "@context":  "https://schema.org",
    "@graph":  [
                   {
                       "@id":  "https://dalmiacomputers.in/#localbusiness",
                       "@type":  "LocalBusiness",
                       "sameAs":  [

                                  ],
                       "url":  "https://dalmiacomputers.in",
                       "name":  "Dalmia Computers",
                       "telephone":  "+91 9734290001",
                       "areaServed":  [
                                          "Purulia",
                                          "West Bengal",
                                          "India"
                                      ],
                       "address":  {
                                       "addressLocality":  "Purulia",
                                       "addressRegion":  "West Bengal",
                                       "streetAddress":  "Near ICICI Bank, Bikash Bhawan, Ranchi Road",
                                       "postalCode":  "723101",
                                       "addressCountry":  "IN",
                                       "@type":  "PostalAddress"
                                   }
                   },
                   {
                       "name":  "Dalmia Computers",
                       "@id":  "https://dalmiacomputers.in/#website",
                       "publisher":  {
                                         "@id":  "https://dalmiacomputers.in/#localbusiness"
                                     },
                       "@type":  "WebSite",
                       "url":  "https://dalmiacomputers.in",
                       "potentialAction":  {
                                               "query-input":  "required name=search_term_string",
                                               "target":  "https://dalmiacomputers.in/search?q={search_term_string}",
                                               "@type":  "SearchAction"
                                           }
                   },
                   {
                       "contactPoint":  {
                                            "telephone":  "+91 9734290001",
                                            "areaServed":  "IN",
                                            "contactType":  "customer support",
                                            "@type":  "ContactPoint",
                                            "availableLanguage":  [
                                                                      "English",
                                                                      "Hindi",
                                                                      "Bengali"
                                                                  ]
                                        },
                       "url":  "https://dalmiacomputers.in",
                       "name":  "Dalmia Computers",
                       "@id":  "https://dalmiacomputers.in/#organization",
                       "@type":  "Organization"
                   }
               ]
}
