{"id":1218,"date":"2019-09-25T20:35:04","date_gmt":"2019-09-25T20:35:04","guid":{"rendered":"https:\/\/www.mol-logistics.com\/?page_id=1218"},"modified":"2019-09-30T17:48:28","modified_gmt":"2019-09-30T17:48:28","slug":"weight-calculator","status":"publish","type":"page","link":"https:\/\/www.mol-logistics.com\/weight-calculator\/","title":{"rendered":"Weight Calculator"},"content":{"rendered":"\n\t\t\t<h2>WEIGHT CALCULATOR<\/h2>\t\t\t\n\t<script>\n\t  jQuery(document).ready(function() {\n\t    function compute() {\n          var l = Math.round(jQuery('#l').val());\n          var w = Math.round(jQuery('#w').val());\n\t\t  var h = Math.round(jQuery('#h').val());\n\t\t  var l2 = Math.round(jQuery('#l2').val());\n\t\t  var d = Math.round(jQuery('#d').val());\n\t\t  var l3 = jQuery('#l3').val();\n          var w3= jQuery('#w3').val();\n\t\t  var h3 = jQuery('#h3').val();\n\t\t  var q = jQuery('#q').val();\n\n          var pt= jQuery('input[name=pt]:checked').val();\n\t\t  var uom= jQuery('input[name=uom]:checked').val();\n\t\t  var ms= jQuery('input[name=ms]:checked').val();\n\n\t\t  if (pt==\"box\" && uom==\"cm-kg\"){\n\t\t\tjQuery('div .input_form_tube').hide();\n\t\t\tjQuery('div .input_form_box').show();\n\t\t\tjQuery('span.unit-length').html('cm');\n\t\t\t jQuery('span.unit-weight').html('kg');\n\t\t\tvar vw =  ceilHalf(parseFloat(l * w * h) \/5000);\n\t\t\t\/\/console.log(parseFloat(l * w * h) \/5000);\n\t\t  }\n\t\t  if (pt==\"box\" && uom==\"inch-pounds\"){\n\t\t\tjQuery('div .input_form_tube').hide();\n\t\t\tjQuery('div .input_form_box').show();\n\t\t\tjQuery('span.unit-length').html('inch');\n\t\t\t jQuery('span.unit-weight').html('lbs');\n           var vw = Math.ceil(parseFloat(l * w * h) \/139);\n\t\t   \/\/console.log(parseFloat(l * w * h) \/139);\n\t\t  }\n\n\t\t  if (pt==\"tube\" && uom==\"cm-kg\"){\n\t\t\tjQuery('div .input_form_tube').show();\n\t\t\tjQuery('div .input_form_box').hide();\n\t\t\tjQuery('span.unit-length').html('cm');\n\t\t\tjQuery('span.unit-weight').html('kg');\n\t\t\tvar vw2 = ceilHalf(parseFloat(l2 * Math.pow(d\/2,2) * Math.PI) \/5000);\n\t\t\t\/\/console.log(parseFloat(l2 * Math.pow(d\/2,2) * Math.PI) \/5000);\n\n\t\t  }\n\t\t  if (pt==\"tube\" && uom==\"inch-pounds\"){\n\t\t\tjQuery('div .input_form_tube').show();\n\t\t\tjQuery('div .input_form_box').hide();\n\t\t\tjQuery('span.unit-length').html('inch');\n\t\t\tjQuery('span.unit-weight').html('lbs');\n\t\t\tvar vw2 =  Math.ceil(parseFloat(l2 * Math.pow(d\/2,2) * Math.PI) \/139);\n\t\t\t\/\/console.log(parseFloat(l2 * Math.pow(d\/2,2) * Math.PI) \/139);\n\t\t  }\n           if (ms==\"cm-kg\"){\n\t\t\tjQuery('span.unit-length-2').html('cm');\n\t\t\tjQuery('span.unit-weight-2').html('kg');\n\t\t\tvar vw3 = roundTwoDecimal((parseFloat(l3 * w3 * h3) \/0.006 * q).toFixed(3));\n\t\t\t\/\/ console.log((parseFloat(l3 * w3 * h3) \/0.006 * q).toFixed(3));\n\t\t  }\n\t\t  if (ms==\"inch-pounds\"){\n\t\t\tjQuery('span.unit-length-2').html('inch');\n\t\t\tjQuery('span.unit-weight-2').html('lbs');\n\n\t\t\tvar vw3 = roundTwoDecimal((parseFloat(l3 * w3 * h3) \/166 * q).toFixed(3));\n\t\t\t\/\/console.log((parseFloat(l3 * w3 * h3) \/166 * q).toFixed(3));\n\t\t  }\n\n          \/\/caculate\n          jQuery('#vw').val(vw);\n\t\t  jQuery('#vw2').val(vw2);\n\t\t  jQuery('#vw3').val(vw3);\n        }\n\t\tfunction roundHalf(num) {\n            return Math.round(num*2)\/2;\n\t\t}\n\n\t\tfunction ceilHalf(num) {\n            return Math.ceil(num*2)\/2;\n\t\t}\n\n\t\tfunction roundTwoDecimal(num){\n\t\t\treturn Math.round(num * 100) \/ 100;\n\t\t}\n\n        jQuery('#l, #w , #h , #l2, #d, #l3, #w3, #h3 , #q').change(compute);\n\t\tjQuery('.pt-option , .uom-option, .ms-option').change(compute);\n\t  });\n\t<\/script>\n    <div class=\"caculator\">\n\t\t\n\t\t\t\n\t\t\n\t\t   \n\t\t\t<div class=\"desc\">\n\t\t\t<h3>Units of Measure<\/h3>\nCM\/KG\nlength*width*height\/5000\n\nInches\/Pounds\nlength*width*height\/139\nThe Volumetric Tool rounds each dimension (length, width and height) to the nearest whole number using standard rounding rules. The resulting dimensional weight is then rounded to the next full pound or half kilogram. For example, a box with dimensions of 30.4\u201d(L) x 19.6\u201d(W) x 19.5\u201d(H), will be considered to be 30\u201d(L) x 20\u201d(W) x 20\u201d(H) = 12,000 cubic inches, and will be divided by 139 = 86.3 lbs. for a \u201cDimensional Weight\u201d of 87 lbs\n\n\t\n\t\t\t<\/div>\n          <div class=\"option\">\n\t\t\t  <h4>\n\t\t\t\tPackage type:  \n\t\t\t  <\/h4>\n\t\t\t  <div class=\"radio\">\n\t\t\t\t  <input id=\"box\" class=\"pt-option\" type=\"radio\" name=\"pt\" value=\"box\" checked><label for=\"box\">Box<\/label>\n\t\t\t  <\/div>\n\t\t\t  \n          <div class=\"radio\">\n\t\t  <input id=\"tube\" class=\"pt-option\" type=\"radio\" name=\"pt\" value=\"tube\"><label for=\"tube\">Tube<\/label>\n\t\t\t  <\/div>\n\t\t\t  \n\t\t  <h4>Units of Measure:<\/h4>\n\t\t\t  <div class=\"radio\">\n\t\t  <input id=\"metric\" class=\"uom-option\" type=\"radio\" name=\"uom\" value=\"cm-kg\" checked><label for=\"metric\">cm\/kg<\/label>\n\t\t\t\t  <\/div>\n\t\t\t  <div class=\"radio\">\n\t\t  <input id=\"english\" class=\"uom-option\" type=\"radio\" name=\"uom\" value=\"inch-pounds\"><label for=\"english\">Inches\/Pounds<\/label>\n\t\t\t\t  <\/div>\n\t\t   <\/div>\n\t\t   <div class=\"col-wrap\">\n\t\t\t   \n\t\t\n\t\t   <div class=\"input_form_box left-div\" >\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n          <label for=\"l\">Length (<span class=\"unit-length\">cm<\/span>): <\/label> \n\t\t  <input type=\"text\" name=\"l\" id=\"l\" value=\"0\"  \/>\n\t\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n\t\t  <label for=\"h\">Width (<span class=\"unit-length\">cm<\/span>):<\/label> \n\t\t  <input type=\"text\" name=\"w\" id=\"w\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n\t\t  <label for=\"h\">Height (<span class=\"unit-length\">cm<\/span>):<\/label> \n          <input type=\"text\" name=\"h\" id=\"h\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n          <label for=\"vw\">Volumetric Weight (<span class=\"unit-weight\">kg:<\/span>):<\/label> \n\t\t  <input type=\"text\" name=\"vw\" id=\"vw\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t  <\/div>  \n\t\t\n\t\t\n\t\t  <div class=\"input_form_tube left-div\" style=\"display:none\">\n\t\t\t  <div class=\"input-wrap\">\n          <label for=\"l2\">Length (<span class=\"unit-length\">cm<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"l2\" id=\"l2\" value=\"0\"  \/>\n\t\t\t  <\/div>\n\t\t\t  \n\t\t\t  <div class=\"input-wrap\">\n\t\t  <label for=\"d\">Diameter (<span class=\"unit-length\">cm<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"d\" id=\"d\" value=\"0\"  \/>\n\t\t\t  <\/div>\n\t\t\t  \n\t\t\t  <div class=\"input-wrap\">\n          <label for=\"vw2\">Volumetric Weight (<span class=\"unit-weight\">kg<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"vw2\" id=\"vw2\" value=\"0\"  \/>\n\t\t\t  <\/div>\n\t\t  <\/div>\n\t\t     <div class=\"box-img right-div\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/box.jpg\"><\/div>\n\t\t<\/div>\n\t\t\n          <div class=\"desc\">\n\t\t\t<h3>Air freight volumetric (chargeable weight) calculator<\/h3>\n\t\t\tAir freight calculator is based on volume measured weight also known as volumetric weight. The air freight will always be charged per kilogram against the greater weight whether it is the actual or volumetric weight.\n\t\t<\/div>\n          <div class=\"option\">\n\t\t  <h4>Choose metric system:<\/h4>\n\t\t\t  <div class=\"radio\">\n\t\t\t\t  <input id=\"metric2\" class=\"ms-option\" type=\"radio\" name=\"ms\" value=\"cm-kg\" checked><label for=\"metric2\">Metric (kg, cm)<\/label>\n\t\t\t\t  \n\t\t\t  <\/div>\n\t\t\t  \n\t\t\t  <div class=\"radio\">\n\t\t\t\t  <input id=\"imperial\" class=\"ms-option\" type=\"radio\" name=\"ms\" value=\"inch-pounds\"><label for=\"imperial\">Imperial (lb, inch)<\/label>\n\t\t\t  <\/div>\n\t\t   <\/div>\n\t\t   <div class=\"input_form\" >\n\t\t\t   <div class=\"input-wrap\">\n          <label for=\"q\">Quantity (pcs): <\/label>\n\t\t  <input type=\"number\" name=\"q\" id=\"q\" value=\"1\" min=\"1\" \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n\t\t  <label for=\"l3\">Length (<span class=\"unit-length-2\">cm<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"l3\" id=\"l3\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n\t\t\t\t   <label for=\"w3\">Width (<span class=\"unit-length-2\">cm<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"w3\" id=\"w3\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n\t\t  <label for=\"h3\">Height (<span class=\"unit-length-2\">cm<\/span>):<\/label>\n          <input type=\"text\" name=\"h3\" id=\"h3\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t\t   \n\t\t\t   <div class=\"input-wrap\">\n          <label for=\"vw3\">Weight (<span class=\"unit-weight-2\">kg<\/span>):<\/label>\n\t\t  <input type=\"text\" name=\"vw3\" id=\"vw3\" value=\"0\"  \/>\n\t\t\t   <\/div>\n\t\t  <\/div>\n\n\n        <\/div>\n\n\t<p><strong>Air freight chargeable weight calculation explained<\/strong><\/p>\n<ul>\n<li>6000 cubic centimeters per kg.<\/li>\n<li>366 cubic inches per kg.<\/li>\n<li>166 cubic inches per lbs (pound).<\/li>\n<\/ul>\n<p><strong>Example: Volumetric calculation<\/strong><\/p>\n<p>Example: Volumetric calculation 1 pallet: 140 x 100 x 90 cm Actual Volume &#8211; 1.4 x 1.0 x 0.9 = 1.26 cubic meters Calculating Volumetric Weight 1.26 Cbm Divide \/ by 0.006 = 210 \u2013 This will become the volumetric weight of the shipment in Kilograms.<\/p>\n<p>The actual weight of the pallet may be 150 kgs from which the Airfreight will be charged against the volumetric weight 210 kgs. If the pallets actual weight is 260 Kgs it would be charged against the actual weight of the shipment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WEIGHT CALCULATOR Air freight chargeable weight calculation explained 6000 cubic centimeters per kg. 366 cubic inches per kg. 166 cubic inches per lbs (pound). Example: Volumetric calculation Example: Volumetric calculation 1 pallet: 140 x 100 x 90 cm Actual Volume &#8211; 1.4 x 1.0 x 0.9 = 1.26 cubic meters Calculating Volumetric Weight 1.26 Cbm [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-1218","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Weight Calculator &#8211; MOL Logistics<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mol-logistics.com\/weight-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Weight Calculator &#8211; MOL Logistics\" \/>\n<meta property=\"og:description\" content=\"WEIGHT CALCULATOR Air freight chargeable weight calculation explained 6000 cubic centimeters per kg. 366 cubic inches per kg. 166 cubic inches per lbs (pound). Example: Volumetric calculation Example: Volumetric calculation 1 pallet: 140 x 100 x 90 cm Actual Volume &#8211; 1.4 x 1.0 x 0.9 = 1.26 cubic meters Calculating Volumetric Weight 1.26 Cbm [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mol-logistics.com\/weight-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"MOL Logistics\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-30T17:48:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@MOLLogisticsUSA\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mol-logistics.com\/weight-calculator\/\",\"url\":\"https:\/\/www.mol-logistics.com\/weight-calculator\/\",\"name\":\"Weight Calculator &#8211; MOL Logistics\",\"isPartOf\":{\"@id\":\"https:\/\/www.mol-logistics.com\/#website\"},\"datePublished\":\"2019-09-25T20:35:04+00:00\",\"dateModified\":\"2019-09-30T17:48:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mol-logistics.com\/weight-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mol-logistics.com\/weight-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mol-logistics.com\/weight-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mol-logistics.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Weight Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mol-logistics.com\/#website\",\"url\":\"https:\/\/www.mol-logistics.com\/\",\"name\":\"MOL Logistics\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.mol-logistics.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mol-logistics.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.mol-logistics.com\/#organization\",\"name\":\"MOL Logistics (USA) Inc.\",\"url\":\"https:\/\/www.mol-logistics.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mol-logistics.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.mol-logistics.com\/wp-content\/uploads\/logo_3-e1565887114369.png\",\"contentUrl\":\"https:\/\/www.mol-logistics.com\/wp-content\/uploads\/logo_3-e1565887114369.png\",\"width\":510,\"height\":62,\"caption\":\"MOL Logistics (USA) Inc.\"},\"image\":{\"@id\":\"https:\/\/www.mol-logistics.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/MOLLogisticsUSA\",\"http:\/\/mol-logistics-usa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Weight Calculator &#8211; MOL Logistics","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mol-logistics.com\/weight-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Weight Calculator &#8211; MOL Logistics","og_description":"WEIGHT CALCULATOR Air freight chargeable weight calculation explained 6000 cubic centimeters per kg. 366 cubic inches per kg. 166 cubic inches per lbs (pound). Example: Volumetric calculation Example: Volumetric calculation 1 pallet: 140 x 100 x 90 cm Actual Volume &#8211; 1.4 x 1.0 x 0.9 = 1.26 cubic meters Calculating Volumetric Weight 1.26 Cbm [&hellip;]","og_url":"https:\/\/www.mol-logistics.com\/weight-calculator\/","og_site_name":"MOL Logistics","article_modified_time":"2019-09-30T17:48:28+00:00","twitter_card":"summary_large_image","twitter_site":"@MOLLogisticsUSA","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mol-logistics.com\/weight-calculator\/","url":"https:\/\/www.mol-logistics.com\/weight-calculator\/","name":"Weight Calculator &#8211; MOL Logistics","isPartOf":{"@id":"https:\/\/www.mol-logistics.com\/#website"},"datePublished":"2019-09-25T20:35:04+00:00","dateModified":"2019-09-30T17:48:28+00:00","breadcrumb":{"@id":"https:\/\/www.mol-logistics.com\/weight-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mol-logistics.com\/weight-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mol-logistics.com\/weight-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mol-logistics.com\/"},{"@type":"ListItem","position":2,"name":"Weight Calculator"}]},{"@type":"WebSite","@id":"https:\/\/www.mol-logistics.com\/#website","url":"https:\/\/www.mol-logistics.com\/","name":"MOL Logistics","description":"","publisher":{"@id":"https:\/\/www.mol-logistics.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mol-logistics.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mol-logistics.com\/#organization","name":"MOL Logistics (USA) Inc.","url":"https:\/\/www.mol-logistics.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mol-logistics.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.mol-logistics.com\/wp-content\/uploads\/logo_3-e1565887114369.png","contentUrl":"https:\/\/www.mol-logistics.com\/wp-content\/uploads\/logo_3-e1565887114369.png","width":510,"height":62,"caption":"MOL Logistics (USA) Inc."},"image":{"@id":"https:\/\/www.mol-logistics.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/MOLLogisticsUSA","http:\/\/mol-logistics-usa"]}]}},"_links":{"self":[{"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/pages\/1218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/comments?post=1218"}],"version-history":[{"count":0,"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/pages\/1218\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.mol-logistics.com\/wp-json\/wp\/v2\/media?parent=1218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}