{"id":1289,"date":"2025-01-27T08:05:44","date_gmt":"2025-01-27T08:05:44","guid":{"rendered":"https:\/\/tigerlogistics.in\/blogs\/?p=1289"},"modified":"2025-01-27T11:24:03","modified_gmt":"2025-01-27T11:24:03","slug":"air-freight-chargeable-weight-calculator","status":"publish","type":"post","link":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/","title":{"rendered":"Air Freight Chargeable Weight Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1289\" class=\"elementor elementor-1289\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1521885 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1521885\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e6b72eb\" data-id=\"e6b72eb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1a6fcae elementor-widget elementor-widget-html\" data-id=\"1a6fcae\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Air Freight Chargeable Weight Calculator<\/title>\r\n    <style>\r\n        body {\r\n            font-family: 'Arial', sans-serif;\r\n            background-color: #f9f9f9;\r\n            color: #000;\r\n            margin: 0;\r\n            padding: 0;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            min-height: 100vh;\r\n        }\r\n        .container {\r\n            background-color: #fff;\r\n            padding: 30px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n            max-width: 500px;\r\n            width: 100%;\r\n        }\r\n        .header {\r\n            text-align: center;\r\n            margin-bottom: 25px;\r\n        }\r\n        .header h1 {\r\n            color: #f5c21c;\r\n            font-size: 28px;\r\n            margin: 0;\r\n        }\r\n        .header p {\r\n            color: #666;\r\n            font-size: 14px;\r\n            margin: 5px 0 0;\r\n        }\r\n        .form-group {\r\n            margin-bottom: 20px;\r\n        }\r\n        .form-group label {\r\n            display: block;\r\n            font-weight: bold;\r\n            margin-bottom: 8px;\r\n            color: #000;\r\n        }\r\n        .form-group input[type=\"number\"],\r\n        .form-group select {\r\n            width: 100%;\r\n            padding: 10px;\r\n            border: 1px solid #ddd;\r\n            border-radius: 8px;\r\n            font-size: 16px;\r\n            box-sizing: border-box;\r\n            margin-top: 5px;\r\n        }\r\n        .calculate-btn {\r\n            width: 100%;\r\n            background-color: #f5c21c;\r\n            color: #000;\r\n            border: none;\r\n            padding: 14px;\r\n            border-radius: 8px;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            cursor: pointer;\r\n        }\r\n        .calculate-btn:hover {\r\n            background-color: #e0b018;\r\n        }\r\n        .result {\r\n            margin-top: 25px;\r\n            padding: 20px;\r\n            background-color: #f5f5f5;\r\n            border: 1px solid #ddd;\r\n            border-radius: 8px;\r\n            text-align: center;\r\n        }\r\n        .result h2 {\r\n            color: #f5c21c;\r\n            font-size: 22px;\r\n            margin: 0 0 15px;\r\n        }\r\n        .error {\r\n            color: #f00;\r\n            margin-bottom: 15px;\r\n            text-align: center;\r\n        }\r\n        .dimension-group {\r\n            display: flex;\r\n            gap: 10px;\r\n        }\r\n        .dimension-group input {\r\n            flex: 1;\r\n        }\r\n        .dimension-group select {\r\n            width: 100px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <div class=\"header\">\r\n            <h1>Air Freight Calculator<\/h1>\r\n            <p>Calculate the chargeable weight for air freight shipments.<\/p>\r\n        <\/div>\r\n        <form id=\"freight-calculator\">\r\n            <div class=\"form-group\">\r\n                <label for=\"boxes\">Number of Boxes:<\/label>\r\n                <input type=\"number\" id=\"boxes\" name=\"boxes\" min=\"1\" required>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Dimensions (Length x Width x Height):<\/label>\r\n                <div class=\"dimension-group\">\r\n                    <input type=\"number\" id=\"length\" name=\"length\" placeholder=\"Length\" min=\"1\" required>\r\n                    <input type=\"number\" id=\"width\" name=\"width\" placeholder=\"Width\" min=\"1\" required>\r\n                    <input type=\"number\" id=\"height\" name=\"height\" placeholder=\"Height\" min=\"1\" required>\r\n                <\/div>\r\n                <select id=\"dimension-unit\" name=\"dimension-unit\" required>\r\n                    <option value=\"cm\">CM<\/option>\r\n                    <option value=\"mm\">MM<\/option>\r\n                <\/select>\r\n            <\/div>\r\n            <div class=\"form-group\">\r\n                <label>Weight:<\/label>\r\n                <div class=\"dimension-group\">\r\n                    <input type=\"number\" id=\"weight\" name=\"weight\" placeholder=\"Weight\" min=\"0.1\" step=\"0.1\" required>\r\n                <\/div>\r\n                <select id=\"weight-type\" name=\"weight-type\" required>\r\n                    <option value=\"per_piece\">Per Piece (kg)<\/option>\r\n                    <option value=\"total\">Total (kg)<\/option>\r\n                <\/select>\r\n            <\/div>\r\n            <button type=\"button\" class=\"calculate-btn\" onclick=\"calculateFreight()\">Calculate<\/button>\r\n        <\/form>\r\n        <div id=\"result\" class=\"result\" style=\"display: none;\"><\/div>\r\n        <div id=\"error\" class=\"error\" style=\"display: none;\"><\/div>\r\n    <\/div>\r\n    <script>\r\n        function calculateFreight() {\r\n            const errorDiv = document.getElementById('error');\r\n            const resultDiv = document.getElementById('result');\r\n            errorDiv.style.display = 'none';\r\n            resultDiv.style.display = 'none';\r\n\r\n            const boxes = parseInt(document.getElementById('boxes').value);\r\n            const length = parseFloat(document.getElementById('length').value);\r\n            const width = parseFloat(document.getElementById('width').value);\r\n            const height = parseFloat(document.getElementById('height').value);\r\n            const weight = parseFloat(document.getElementById('weight').value);\r\n            const dimensionUnit = document.getElementById('dimension-unit').value;\r\n            const weightType = document.getElementById('weight-type').value;\r\n\r\n            if (isNaN(boxes) || boxes <= 0 || isNaN(length) || length <= 0 || isNaN(width) || width <= 0 || isNaN(height) || height <= 0 || isNaN(weight) || weight <= 0) {\r\n                errorDiv.textContent = 'All inputs must be valid positive numbers.';\r\n                errorDiv.style.display = 'block';\r\n                return;\r\n            }\r\n\r\n            const convertToCM = (value, unit) => (unit === 'mm' ? value \/ 10 : value);\r\n\r\n            const convertedLength = convertToCM(length, dimensionUnit);\r\n            const convertedWidth = convertToCM(width, dimensionUnit);\r\n            const convertedHeight = convertToCM(height, dimensionUnit);\r\n\r\n            const volumetricWeightPerBox = (convertedLength * convertedWidth * convertedHeight) \/ 6000;\r\n            const totalVolumetricWeight = volumetricWeightPerBox * boxes;\r\n            const totalActualWeight = weightType === 'per_piece' ? weight * boxes : weight;\r\n\r\n            const chargeableWeight = Math.max(totalVolumetricWeight, totalActualWeight);\r\n\r\n            resultDiv.innerHTML = `\r\n                <h2>Result<\/h2>\r\n                <p>Volumetric Weight per Box: ${volumetricWeightPerBox.toFixed(2)} kg<\/p>\r\n                <p>Total Volumetric Weight: ${totalVolumetricWeight.toFixed(2)} kg<\/p>\r\n                <p>Total Actual Weight: ${totalActualWeight.toFixed(2)} kg<\/p>\r\n                <p>Chargeable Weight: ${chargeableWeight.toFixed(2)} kg<\/p>\r\n            `;\r\n            resultDiv.style.display = 'block';\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b1441d elementor-widget elementor-widget-text-editor\" data-id=\"2b1441d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Air freight chargeable weight is a key factor in determining shipping costs. It considers both the actual weight and volumetric weight (calculated as length \u00d7 width \u00d7 height \u00f7 6000 in cm or 166 in inches). Whichever is higher becomes the chargeable weight. An air freight chargeable weight calculator simplifies this process, allowing shippers to calculate costs accurately before shipping. It ensures you avoid surprises, optimize packaging, and make informed shipping decisions. Use an online chargeable weight calculator today to streamline your logistics planning. <a href=\"https:\/\/tigerlogistics.in\/blogs\/how-to-calculate-chargeable-weight-in-shipments\/\">Read our detailed Article to Know more.<\/a><\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; Air Freight Calculator Calculate the chargeable weight for air freight shipments. Number of Boxes: Dimensions (Length x Width x Height): CMMM Weight: Per Piece (kg)Total (kg) Calculate &nbsp; Air freight chargeable weight is a key factor in determining shipping costs. It considers both the actual weight and volumetric weight (calculated as length \u00d7 [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","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":"var(--ast-global-color-4)","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":""},"categories":[1],"tags":[],"class_list":["post-1289","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Air Freight Chargeable Weight Calculator - Tiger logistics<\/title>\n<meta name=\"description\" content=\"Calculate air freight chargeable weight with ease.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Air Freight Chargeable Weight Calculator - Tiger logistics\" \/>\n<meta property=\"og:description\" content=\"Calculate air freight chargeable weight with ease.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tiger logistics\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tlogis\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-27T08:05:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-27T11:24:03+00:00\" \/>\n<meta name=\"author\" content=\"team_tiger\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@TigerLogistics\" \/>\n<meta name=\"twitter:site\" content=\"@TigerLogistics\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"team_tiger\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\"},\"author\":{\"name\":\"team_tiger\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/0df0cdab3b9d5a5dbeb9a7ad066e0093\"},\"headline\":\"Air Freight Chargeable Weight Calculator\",\"datePublished\":\"2025-01-27T08:05:44+00:00\",\"dateModified\":\"2025-01-27T11:24:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\"},\"wordCount\":123,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\",\"url\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\",\"name\":\"Air Freight Chargeable Weight Calculator - Tiger logistics\",\"isPartOf\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#website\"},\"datePublished\":\"2025-01-27T08:05:44+00:00\",\"dateModified\":\"2025-01-27T11:24:03+00:00\",\"description\":\"Calculate air freight chargeable weight with ease.\",\"breadcrumb\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tigerlogistics.in\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Air Freight Chargeable Weight Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#website\",\"url\":\"https:\/\/tigerlogistics.in\/blogs\/\",\"name\":\"Tiger logistics\",\"description\":\"World&#039;s leading freight forwarders\",\"publisher\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tigerlogistics.in\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#organization\",\"name\":\"Tiger logistics\",\"url\":\"https:\/\/tigerlogistics.in\/blogs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tigerlogistics.in\/blogs\/wp-content\/uploads\/2023\/01\/tiger.png\",\"contentUrl\":\"https:\/\/tigerlogistics.in\/blogs\/wp-content\/uploads\/2023\/01\/tiger.png\",\"width\":1039,\"height\":500,\"caption\":\"Tiger logistics\"},\"image\":{\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tlogis\",\"https:\/\/x.com\/TigerLogistics\",\"https:\/\/www.youtube.com\/channel\/UC3p2MMz0DtlYXA-X5AGX4ew\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/0df0cdab3b9d5a5dbeb9a7ad066e0093\",\"name\":\"team_tiger\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e658850487256e857d035e51e4d949dd4fe4366ffe17ffd1c38b2d84860c7f3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e658850487256e857d035e51e4d949dd4fe4366ffe17ffd1c38b2d84860c7f3e?s=96&d=mm&r=g\",\"caption\":\"team_tiger\"},\"url\":\"https:\/\/tigerlogistics.in\/blogs\/author\/tushar_tiger\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Air Freight Chargeable Weight Calculator - Tiger logistics","description":"Calculate air freight chargeable weight with ease.","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:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Air Freight Chargeable Weight Calculator - Tiger logistics","og_description":"Calculate air freight chargeable weight with ease.","og_url":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/","og_site_name":"Tiger logistics","article_publisher":"https:\/\/www.facebook.com\/tlogis","article_published_time":"2025-01-27T08:05:44+00:00","article_modified_time":"2025-01-27T11:24:03+00:00","author":"team_tiger","twitter_card":"summary_large_image","twitter_creator":"@TigerLogistics","twitter_site":"@TigerLogistics","twitter_misc":{"Written by":"team_tiger","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#article","isPartOf":{"@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/"},"author":{"name":"team_tiger","@id":"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/0df0cdab3b9d5a5dbeb9a7ad066e0093"},"headline":"Air Freight Chargeable Weight Calculator","datePublished":"2025-01-27T08:05:44+00:00","dateModified":"2025-01-27T11:24:03+00:00","mainEntityOfPage":{"@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/"},"wordCount":123,"commentCount":0,"publisher":{"@id":"https:\/\/tigerlogistics.in\/blogs\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/","url":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/","name":"Air Freight Chargeable Weight Calculator - Tiger logistics","isPartOf":{"@id":"https:\/\/tigerlogistics.in\/blogs\/#website"},"datePublished":"2025-01-27T08:05:44+00:00","dateModified":"2025-01-27T11:24:03+00:00","description":"Calculate air freight chargeable weight with ease.","breadcrumb":{"@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tigerlogistics.in\/blogs\/air-freight-chargeable-weight-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tigerlogistics.in\/blogs\/"},{"@type":"ListItem","position":2,"name":"Air Freight Chargeable Weight Calculator"}]},{"@type":"WebSite","@id":"https:\/\/tigerlogistics.in\/blogs\/#website","url":"https:\/\/tigerlogistics.in\/blogs\/","name":"Tiger logistics","description":"World&#039;s leading freight forwarders","publisher":{"@id":"https:\/\/tigerlogistics.in\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tigerlogistics.in\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tigerlogistics.in\/blogs\/#organization","name":"Tiger logistics","url":"https:\/\/tigerlogistics.in\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/tigerlogistics.in\/blogs\/wp-content\/uploads\/2023\/01\/tiger.png","contentUrl":"https:\/\/tigerlogistics.in\/blogs\/wp-content\/uploads\/2023\/01\/tiger.png","width":1039,"height":500,"caption":"Tiger logistics"},"image":{"@id":"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tlogis","https:\/\/x.com\/TigerLogistics","https:\/\/www.youtube.com\/channel\/UC3p2MMz0DtlYXA-X5AGX4ew"]},{"@type":"Person","@id":"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/0df0cdab3b9d5a5dbeb9a7ad066e0093","name":"team_tiger","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tigerlogistics.in\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e658850487256e857d035e51e4d949dd4fe4366ffe17ffd1c38b2d84860c7f3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e658850487256e857d035e51e4d949dd4fe4366ffe17ffd1c38b2d84860c7f3e?s=96&d=mm&r=g","caption":"team_tiger"},"url":"https:\/\/tigerlogistics.in\/blogs\/author\/tushar_tiger\/"}]}},"_links":{"self":[{"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/posts\/1289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/comments?post=1289"}],"version-history":[{"count":27,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/posts\/1289\/revisions"}],"predecessor-version":[{"id":1324,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/posts\/1289\/revisions\/1324"}],"wp:attachment":[{"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/media?parent=1289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/categories?post=1289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tigerlogistics.in\/blogs\/wp-json\/wp\/v2\/tags?post=1289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}