| Structured
    Data | 
      
         
        [
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "Traffic Lab",
    "legalName": "Traffic Lab ApS",
    "url": "http://trafficlab.dk",
    "logo": "http://trafficlab.dk/assets/ico/apple-touch-icon-114-precomposed.png",
    "foundingDate": 2013,
    "founders": [
      {
        "@type": "Person",
        "name": "Sebastian Agerskov"
      },
      {
        "@type": "Person",
        "name": "Tuomas Jauhiainen"
      }
    ],
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Arhusgade 118",
      "addressRegion": "DK",
      "postalCode": 2150,
      "addressCountry": "Denmark"
    },
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer support",
      "telephone": "+45 26786750",
      "email": "info@trafficlab.dk"
    },
    "sameAs": [
      "https://www.linkedin.com/company/traffic-lab-aps",
      "https://www.facebook.com/TrafficlabApS/"
    ]
  }
]
         
       |