{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "url": "https://www.jmcparts.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.jmcparts.com/search/{search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "sameAs": 
    [
      "https://www.facebook.com/JMCpartsAgri",
      "https://www.instagram.com/jmc.parts/"
    ],
  "creator":[	
    {
      "@type": "Organization",
      "url": "https://www.jmcparts.com/",
      "name": "JMC Parts",
      "description": "JMC Parts is the largest supplier of agricultural parts and accessories in Ireland",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Reenascreena",
        "addressLocality": "Rosscarbery",
        "addressRegion": "Co. Cork",
        "addressCountry": "IE",
        "postalCode": "P85FF88"
      },
      "logo": "https://www.jmcparts.com/logo.png",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "url": "https://www.jmcparts.com/contact-us",
          "contactType": "Customer Service",
          "email": "sales@jmcparts.com",
          "telephone": "+353 (0)23 8838 038"
        }
      ]
    }
  ]
}