 
{
  "@context": "https://www.schema.org",
  "@graph": [
  {
  "@type": "AccountingService",
  "name": "Gemini Accountants Ltd",
  "url": "https://www.gemini-accountants.co.uk",
  "logo": "https://www.gemini-accountants.co.uk/img/logo.png",
  "image": "https://www.gemini-accountants.co.uk/img/logo.png",
  "description": "Gemini Accountants Ltd are accountants in the centre of Ashford with clients across the East Midlands.",
  "priceRange": "&pound;&pound;&pound;",
  "areaServed" : ["Ashford", "Kent", "East Midlands"],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6 Hoppers Way",
    "addressLocality": "Ashford",
    "addressRegion": "Kent",
    "postalCode": "TN23 4GP",
    "addressCountry": "GB",
	"telephone": "07436895621"

  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "53.23731",
    "longitude": "-1.43434"
  },
  "hasMap": "https://www.google.co.uk/maps/place/business/@53.2372814,-1.4343203,972m",
  "openingHours": "Mo, Tu, We, Th, Fr 09:00-17:30",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "07436895621",
    "contactType": "Customer Support"
  }
},

{ "@context" : "https://schema.org",
  "@type" : "Organization",
  "name" : "Gemini Accountants Ltd",
 "legalName" : "Gemini Accountants Ltd Ltd",	
  "url" : "https://www.gemini-accountants.co.uk",
  "sameAs" : [ "https://find-and-update.company-information.service.gov.uk/company/123456789",
"https://www.linkedin.com/company/businesswiseaccountancyandtax/?originalSubdomain=uk",
"https://www.facebook.com/page_here",
"https://www.instagram.com/page_here_2/",
"http://google.com/maps?cid=cid_ref"] 
},


    {
      "@context" : "https://schema.org",
      "@type" : "WebSite",
      "name" : "Gemini Accountants Ltd",
      "description": "Accounting, bookkeeping and tax services for individuals and small businesses in Ashford and across the East Midlands",
 	"inLanguage": "en-GB",
       "alternateName": ["Gemini Accountants Ltd"],
      "url" : "https://www.gemini-accountants.co.uk"
    }
 ]
}