{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Transmotion Logistics",
  "url": "https://transmotion.co.uk",
  "logo": "https://transmotion.co.uk/images/transmotionlogo.png",
  "description": "Your reliable partner in global logistics solutions with a strong emphasis on effective communication and cutting-edge technology.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "49 Lampits Hill",
    "addressLocality": "Stanford-Le-Hope",
    "addressRegion": "Essex",
    "postalCode": "SS17 9AA",
    "addressCountry": "UK"
  },
  "telephone": "+441375511596",
  "email": "info@transmotion.co.uk",
  "foundingDate": "2007",
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "value": "30+"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
      "opens": "08:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "09:00",
      "closes": "14:00"
    }
  ],
  "sameAs": [
    "https://www.linkedin.com/company/transmotion-logistics",
    "https://twitter.com/transmotionlog",
    "https://www.facebook.com/transmotionlogistics",
    "https://www.instagram.com/transmotionlogistics"
  ],
  "potentialAction": {
    "@type": "RequestQuoteAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://transmotion.co.uk/#contact"
    },
    "result": {
      "@type": "Quote",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "priceCurrency": "GBP"
      }
    }
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Logistics Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "name": "Freight Forwarding",
        "description": "Comprehensive air, sea, and land freight services with end-to-end visibility and competitive rates."
      },
      {
        "@type": "Offer",
        "name": "Customs Clearance",
        "description": "Expert handling of documentation and regulatory compliance for smooth border crossings worldwide."
      },
      {
        "@type": "Offer",
        "name": "International Car Imports & Exports",
        "description": "Including NOVA registrations and DVLA registrations for imported vehicles."
      },
      {
        "@type": "Offer",
        "name": "Supply Chain Solutions",
        "description": "End-to-end supply chain optimisation with real-time tracking and analytics."
      },
      {
        "@type": "Offer",
        "name": "Project Cargo",
        "description": "Specialised handling of oversized and complex cargo with custom transportation solutions."
      },
      {
        "@type": "Offer",
        "name": "Private & Personal Projects",
        "description": "Tailored logistics solutions for individual needs including home removals and installations."
      }
    ]
  }
}