{"id":6686,"date":"2024-03-18T09:57:39","date_gmt":"2024-03-18T09:57:39","guid":{"rendered":"https:\/\/www.oshaoutreachcourses.com\/blog\/?p=6686"},"modified":"2026-01-13T08:07:25","modified_gmt":"2026-01-13T08:07:25","slug":"national-ladder-safety","status":"publish","type":"post","link":"https:\/\/www.oshaoutreachcourses.com\/blog\/national-ladder-safety\/","title":{"rendered":"Understanding Ladder Safety (Statistics &#038; Best Practices)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6686\" class=\"elementor elementor-6686\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7231728 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7231728\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba75707 elementor-widget elementor-widget-text-editor\" data-id=\"ba75707\" data-element_type=\"widget\" data-e-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>OSHA\u2019s ladder regulations were among the four fall prevention-related standards that ranked in the agency\u2019s top ten most cited violations in 2023. Ladders were the main cause of 161 fatal work injuries in 2020, according to the\u00a0<a href=\"https:\/\/www.bls.gov\/opub\/ted\/2022\/fatal-injuries-from-ladders-down-in-2020-nonfatal-ladder-injuries-were-essentially-unchanged.htm\">Bureau of Labor Statistics<\/a>. Although this is a\u00a0<strong>5.8%<\/strong>\u00a0decrease from 171 deaths in 2019, it may not actually be a sign of success because of pandemic shutdowns.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b89b8d5 elementor-widget elementor-widget-html\" data-id=\"b89b8d5\" data-element_type=\"widget\" data-e-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  \r\n  <script src=\"https:\/\/www.gstatic.com\/charts\/loader.js\"><\/script>\r\n  <style>\r\n    :root {\r\n      --bg: #f5f7fb;\r\n      --text: #2c3e50;\r\n      --primary: #e74c3c;\r\n      --secondary: #2980b9;\r\n      --card: #f5f7fb;\r\n    }\r\n\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Segoe UI', sans-serif;\r\n      background-color: var(--bg);\r\n      color: var(--text);\r\n      padding: 2rem;\r\n      text-align: center;\r\n    }\r\n\r\n    h2 {\r\n      font-size: 2rem;\r\n      margin-bottom: 0.5rem;\r\n      animation: slideDown 0.8s ease-out forwards;\r\n    }\r\n\r\n    p {\r\n      font-size: 1rem;\r\n      color: #666;\r\n      margin-bottom: 2rem;\r\n      animation: slideDown 0.8s ease-out forwards;\r\n      animation-delay: 0.3s;\r\n    }\r\n\r\n    .chart-container {\r\n      background-color: var(--card);\r\n      border-radius: 16px;\r\n      padding: 1rem;\r\n      max-width: 1000px;\r\n      margin: auto;\r\n      box-shadow: 0 8px 16px rgba(0,0,0,0.06);\r\n      opacity: 0;\r\n      transform: scale(0.95);\r\n      animation: zoomFade 1s ease-out forwards;\r\n      animation-delay: 0.5s;\r\n    }\r\n\r\n    #columnChart {\r\n      width: 100%;\r\n      height: 500px;\r\n    }\r\n\r\n    @keyframes slideDown {\r\n      from { opacity: 0; transform: translateY(-20px); }\r\n      to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @keyframes zoomFade {\r\n      to { opacity: 1; transform: scale(1); }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      h2 { font-size: 1.5rem; }\r\n      p { font-size: 0.9rem; }\r\n    }\r\n  <\/style>\r\n\r\n  <script>\r\n    google.charts.load(\"current\", { packages: [\"corechart\"] });\r\n    google.charts.setOnLoadCallback(drawChart);\r\n\r\n    function drawChart() {\r\n      const data = google.visualization.arrayToDataTable([\r\n        ['Year', 'Ladders (Total)', 'Movable Ladders'],\r\n        ['2016', 183, 142],\r\n        ['2017', 156, 115],\r\n        ['2018', 145, 109],\r\n        ['2019', 171, 126],\r\n        ['2020', 161, 105]\r\n      ]);\r\n\r\n      const options = {\r\n        title: '',\r\n        animation: {\r\n          startup: true,\r\n          duration: 1200,\r\n          easing: 'out'\r\n        },\r\n        legend: { position: 'top', alignment: 'center' },\r\n        hAxis: {\r\n          title: 'Year',\r\n          textStyle: { fontSize: 12 },\r\n          titleTextStyle: { bold: true }\r\n        },\r\n        vAxis: {\r\n          title: 'Number of Fatalities',\r\n          textStyle: { fontSize: 12 },\r\n          titleTextStyle: { bold: true }\r\n        },\r\n        colors: ['#00A4FF', '#02D1FE'],\r\n        backgroundColor: 'transparent'\r\n      };\r\n\r\n      const chart = new google.visualization.ColumnChart(document.getElementById('columnChart'));\r\n      chart.draw(data, options);\r\n\r\n      window.addEventListener('resize', () => chart.draw(data, options));\r\n    }\r\n  <\/script>\r\n<\/head>\r\n<body>\r\n  <h2>Fatal work injuries due to ladders, all ownerships, 2016\u201320\r\n<\/h2>\r\n  <p>2016\u20132020 | OSHA Fatality Data<\/p>\r\n  <div class=\"chart-container\">\r\n    <div id=\"columnChart\"><\/div>\r\n  <\/div>\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-ad9264b elementor-widget elementor-widget-heading\" data-id=\"ad9264b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">[rcblock id=\"7656\"]<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6842a1 elementor-widget elementor-widget-html\" data-id=\"f6842a1\" data-element_type=\"widget\" data-e-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 \r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <script src=\"https:\/\/www.gstatic.com\/charts\/loader.js\"><\/script>\r\n\r\n  <style>\r\n    :root {\r\n      --bg: #f5f7fb;\r\n      --text: #2c3e50;\r\n      --primary: #e74c3c;\r\n      --secondary: #2980b9;\r\n      --card: #f5f7fb;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Segoe UI', sans-serif;\r\n      background-color: var(--bg);\r\n      color: var(--text);\r\n      margin: 0;\r\n      padding: 2rem;\r\n      text-align: center;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    h2 {\r\n      font-size: 2rem;\r\n      margin-bottom: 0.5rem;\r\n      animation: fadeSlideDown 1s ease-out forwards;\r\n    }\r\n\r\n    p {\r\n      font-size: 1rem;\r\n      color: #666;\r\n      margin-bottom: 2rem;\r\n      animation: fadeSlideDown 1s ease-out forwards;\r\n      animation-delay: 0.2s;\r\n    }\r\n\r\n    .chart-wrapper {\r\n      background-color: var(--card);\r\n      border-radius: 16px;\r\n      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);\r\n      padding: 1rem;\r\n      margin: auto;\r\n      max-width: 1100px;\r\n      opacity: 0;\r\n      transform: scale(0.95);\r\n      animation: zoomFadeIn 1.2s ease-out forwards;\r\n      animation-delay: 0.4s;\r\n    }\r\n\r\n    #barChart {\r\n      width: 100%;\r\n      height: 600px;\r\n      margin-left: auto;\r\n      margin-right: auto;\r\n    }\r\n\r\n    @keyframes fadeSlideDown {\r\n      from { opacity: 0; transform: translateY(-20px); }\r\n      to   { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @keyframes zoomFadeIn {\r\n      to {\r\n        opacity: 1;\r\n        transform: scale(1);\r\n      }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      h2 { font-size: 1.5rem; }\r\n      p { font-size: 0.95rem; }\r\n      #barChart { height: 500px; }\r\n    }\r\n  <\/style>\r\n\r\n  <script>\r\n    google.charts.load('current', {packages: ['corechart']});\r\n    google.charts.setOnLoadCallback(drawChart);\r\n\r\n    function drawChart() {\r\n      const data = google.visualization.arrayToDataTable([\r\n        ['Occupational Group', 'Nonfatal Injuries'],\r\n        ['Installation, Maintenance & Repair', 5790],\r\n        ['Construction & Extraction', 5370],\r\n        ['Service', 3160],\r\n        ['Sales & Related', 2680],\r\n        ['Transportation & Material Moving', 1670],\r\n        ['Production', 1360],\r\n        ['Management, Business & Financial', 1060],\r\n        ['Farming, Fishing & Forestry', 660],\r\n        ['Office & Admin Support', 340],\r\n        ['Healthcare Practitioners & Technical', 300],\r\n        ['Computer, Engineering & Science', 190],\r\n        ['Education, Legal, Arts & Media', 140]\r\n      ]);\r\n\r\n      const options = {\r\n        title: '',\r\n        bars: 'horizontal',\r\n        animation: {\r\n          startup: true,\r\n          duration: 1300,\r\n          easing: 'out'\r\n        },\r\n        legend: { position: 'none' },\r\n        colors: ['#02D1FE'],\r\n        hAxis: {\r\n          title: 'Number of Injuries',\r\n          minValue: 0,\r\n          textStyle: { fontSize: 12 },\r\n          titleTextStyle: { bold: true }\r\n        },\r\n        vAxis: {\r\n          title: '',\r\n          textStyle: { fontSize: 12 }\r\n        },\r\n        tooltip: { isHtml: true },\r\n        backgroundColor: 'transparent'\r\n      };\r\n\r\n      const chart = new google.visualization.BarChart(document.getElementById('barChart'));\r\n      chart.draw(data, options);\r\n      window.addEventListener('resize', () => chart.draw(data, options));\r\n    }\r\n  <\/script>\r\n<\/head>\r\n<body>\r\n  <h2>Nonfatal workplace injuries involving days away from work, with ladders as the primary source, for occupational groups, all ownerships, 2020\r\n<\/h2>\r\n  <p>Reported by Occupational Group<\/p>\r\n\r\n  <div class=\"chart-wrapper\">\r\n    <div id=\"barChart\"><\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9416a80 elementor-widget elementor-widget-image\" data-id=\"9416a80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"780\" height=\"780\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 1024&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15183 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-1024x1024.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-1024x1024.webp 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-300x300.webp 300w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-150x150.webp 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-470x470.webp 470w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-600x600.webp 600w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-350x350.webp 350w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image-160x160.webp 160w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/MicrosoftTeams-image.webp 1080w\" data-aspect=\"1\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dbea8e2 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"dbea8e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        OSHA Ladder Safety\n                        \n                    <\/h3>\n                                                        <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65071fe elementor-widget elementor-widget-text-editor\" data-id=\"65071fe\" data-element_type=\"widget\" data-e-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>Basic <a href=\"https:\/\/www.oshaoutreachcourses.com\/ladder-safety-for-construction-parts-1-2\">ladder safety knowledge<\/a> is essential to safeguarding oneself from potentially catastrophic falls and other unanticipated mishaps. Therefore, it is essential for individuals who are working in construction companies to follow the OSHA ladder safety rules in order to avoid any workplace injury or accidental death.<\/p><p>In this article, we will discuss the 9 ladder safety rules that should be followed by every employee at the construction site. Let\u2019s have a look at the basic rules of ladder safety.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7a67c5 elementor-widget elementor-widget-heading\" data-id=\"f7a67c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Make Sure To Use the Right Ladder\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c53aa1 elementor-widget elementor-widget-image\" data-id=\"4c53aa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"780\" height=\"518\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 680&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15112 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-1024x680.jpg\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-1024x680.jpg 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-452x300.jpg 452w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-150x100.jpg 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-1536x1020.jpg 1536w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-2048x1360.jpg 2048w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-925489008-450x300.jpg 450w\" data-aspect=\"1.5058823529412\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc8d68a ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"bc8d68a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Ladders come in a variety of forms\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        Ladders come in a variety of forms, each with unique applications and goals. Additionally, the load ratings of each of these ladders vary. It\u2019s crucial to take the user\u2019s weight into account while selecting the best ladder for the task, as well as the tools and gear they want to bring with them.\n\n<br><br>\n\nHere is a brief summary of five main ladder classifications, together with the associated duty grade and weight capacity, to assist you choose the best ladder for your needs:\n\n                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-08d0f7c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"08d0f7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4269d84 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4269d84\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b9d5c8 elementor-widget elementor-widget-counter\" data-id=\"8b9d5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"500\" data-to-value=\"375\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfe5845 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"bfe5845\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLBS\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cca8d7a elementor-widget elementor-widget-text-editor\" data-id=\"cca8d7a\" data-element_type=\"widget\" data-e-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>Up to 375 lbs. is considered Special Duty (IAA).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-856c119 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"856c119\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0540240 elementor-widget elementor-widget-counter\" data-id=\"0540240\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"500\" data-to-value=\"300\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78969e2 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"78969e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLBS\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b4f6a2 elementor-widget elementor-widget-text-editor\" data-id=\"7b4f6a2\" data-element_type=\"widget\" data-e-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>Up to 300 lbs. is considered Extra Heavy Duty (IA).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c86e661 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"c86e661\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2145714 elementor-widget elementor-widget-counter\" data-id=\"2145714\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"500\" data-to-value=\"250\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f5bf08 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"3f5bf08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLBS\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cbcb91 elementor-widget elementor-widget-text-editor\" data-id=\"0cbcb91\" data-element_type=\"widget\" data-e-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>Heavy Duty: 250 lbs and above.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65e7c65 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"65e7c65\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7531569 elementor-widget elementor-widget-counter\" data-id=\"7531569\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"500\" data-to-value=\"225\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9297680 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"9297680\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLBS\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7371caf elementor-widget elementor-widget-text-editor\" data-id=\"7371caf\" data-element_type=\"widget\" data-e-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>Upper Limit of Medium Duty: 225 lbs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5096b1f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"5096b1f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3b2143 elementor-widget elementor-widget-counter\" data-id=\"e3b2143\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"500\" data-to-value=\"200\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1cc815 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"e1cc815\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLBS\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4430c23 elementor-widget elementor-widget-text-editor\" data-id=\"4430c23\" data-element_type=\"widget\" data-e-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>Light Duty: 200 lbs. and above.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f17e278 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f17e278\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-088e8da elementor-widget elementor-widget-heading\" data-id=\"088e8da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Make Sure The Ladder Is Not Damaged<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47354ba elementor-widget elementor-widget-heading\" data-id=\"47354ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ladder Hazards To Remember<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f746be9 elementor-widget elementor-widget-heading\" data-id=\"f746be9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">A ladder that is used frequently may eventually cause problems. To make sure the ladder is still safe to use, the person assigned to it should visually examine it for any potential problems. The ladder should be taken out of use for repairs and not utilized if it has any damage.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8e2f45 elementor-widget elementor-widget-heading\" data-id=\"f8e2f45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">The following are some possible ladder flaws to be aware of:<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22c455a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"22c455a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9a0ee48 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"9a0ee48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96fc853 elementor-widget elementor-widget-text-editor\" data-id=\"96fc853\" data-element_type=\"widget\" data-e-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>Any gouges or marks that might weaken the ladder<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6786a5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"d6786a5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35c99d3 elementor-widget elementor-widget-text-editor\" data-id=\"35c99d3\" data-element_type=\"widget\" data-e-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>Missing or loose rivets or bolts can pose serious safety hazards<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fb7508 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6fb7508\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84b215e elementor-widget elementor-widget-text-editor\" data-id=\"84b215e\" data-element_type=\"widget\" data-e-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>Structural flaws include broken rungs, sharp bends, or cracks<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8da127 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"e8da127\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f43b8c4 elementor-widget elementor-widget-text-editor\" data-id=\"f43b8c4\" data-element_type=\"widget\" data-e-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>Components that are broken or absent, such as railings or footpads<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2630a8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c2630a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-951e0da elementor-widget elementor-widget-heading\" data-id=\"951e0da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ensure the Physical Capability Of the Ladder<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d703e17 elementor-widget elementor-widget-image\" data-id=\"d703e17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"780\" height=\"520\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 683&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15185 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-1024x683.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-1024x683.webp 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-450x300.webp 450w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-150x100.webp 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-1536x1024.webp 1536w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1492734703-2048x1365.webp 2048w\" data-aspect=\"1.4992679355783\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8abf4ad ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"8abf4ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Dangerous for them to Utilize the Ladder\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        For instance, using a ladder is not advised for someone with low eyesight. It\u2019s also not appropriate for someone under the influence of alcohol or drugs to use a ladder.\n\n\n<br><br>\n\nA person\u2019s physical fitness alone is insufficient; they also need to be free of any conditions that might make it dangerous for them to utilize the ladder.\n                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83d92b9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"83d92b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-641917d elementor-widget elementor-widget-heading\" data-id=\"641917d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ladder Load Limits<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c7985b elementor-widget elementor-widget-heading\" data-id=\"3c7985b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Weight without Breaking<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f73b382 elementor-widget elementor-widget-text-editor\" data-id=\"f73b382\" data-element_type=\"widget\" data-e-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>According to <a href=\"https:\/\/www.oshaoutreachcourses.com\/ladder-safety-for-construction-parts-1-2\">OSHA ladder safety<\/a> rules, using safe ladders usually requires certain weight restrictions. The weight ratings and classifications that ladder manufacturers assign to each unit are therefore often limited to or multiples of the OSHA ladder weight restrictions. They must be able to endure an 18-inch (41 cm) drop test using a 500-pound (226 kg) weight without breaking.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0a310d elementor-widget elementor-widget-text-editor\" data-id=\"e0a310d\" data-element_type=\"widget\" data-e-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>According to <a href=\"https:\/\/www.oshaoutreachcourses.com\/ladder-safety-for-construction-parts-1-2\">OSHA ladder safety<\/a> rules, using safe ladders usually requires certain weight restrictions. The weight ratings and classifications that ladder manufacturers assign to each unit are therefore often limited to or multiples of the OSHA ladder weight restrictions. They must be able to endure an 18-inch (41 cm) drop test using a 500-pound (226 kg) weight without breaking.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-215310d elementor-widget elementor-widget-heading\" data-id=\"215310d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Basic Practice Rules<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccab225 elementor-widget elementor-widget-image\" data-id=\"ccab225\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"503\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 660&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15178 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-1024x660.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-1024x660.webp 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-465x300.webp 465w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-150x97.webp 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-1536x990.webp 1536w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-2010324293-2048x1320.webp 2048w\" data-aspect=\"1.5515151515152\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f8e417 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"7f8e417\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Guidelines for Safety Precautions\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        If your staff members exercise common sense, climbing ladders at work may be a rather safe activity. OSHA does, however, often include guidelines for safety precautions that are obvious like Ladders must only be used for the intended purpose and only level.\n\n<br><br>\n\nStable surfaces should be used with ladders.\n                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c78607 elementor-widget elementor-widget-heading\" data-id=\"5c78607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stairways<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1aa61a elementor-widget elementor-widget-video\" data-id=\"b1aa61a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=2NJazykm5iI&amp;ab_channel=OSHAOutreachCourses&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-873df33 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"873df33\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-169613d elementor-widget elementor-widget-heading\" data-id=\"169613d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Worker is on a Ladder<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4f81b5 elementor-widget elementor-widget-text-editor\" data-id=\"f4f81b5\" data-element_type=\"widget\" data-e-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>That is unless they are stabilized or fastened to avoid unintentional movement when a worker is on a ladder, no ladder is extended, relocated, or otherwise changed, and on slick terrain, portable ladders are stabilized and fastened.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-205d607 elementor-widget elementor-widget-heading\" data-id=\"205d607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Inspecting The Ladder Before And After Using<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83badd8 elementor-widget elementor-widget-image\" data-id=\"83badd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"780\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 1024&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15189 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-1024x1024.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-1024x1024.webp 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-300x300.webp 300w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-150x150.webp 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-470x470.webp 470w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-600x600.webp 600w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-350x350.webp 350w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1-160x160.webp 160w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/org.chromium.Chromium-1.webp 1080w\" data-aspect=\"1\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d80cf26 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"d80cf26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Verify the Stability of the Ladder\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        Verify the stability of the ladder and make sure the ladder\u2019s base is securely fastened and that all of the screws, nuts, and hinges are snug. Also, check for any additional structural problems as well as any loose or broken rungs, stairs, side rails, and supports. Look for any paint, grease, or grime that can lead to falls and slides. And remove from service any ladders that have structural problems. Also, note that the electrical wire shouldn\u2019t be too close to your ladder.\n\n<br><br>\n\nOn the other hand, after using the ladder, verify if the stairs, side rails, rungs, and supports have sustained any additional structural damage and look for any bending and loose bolts, hinges, and screws. Also, verify the stability of the ladder again.                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1cc83f elementor-widget elementor-widget-heading\" data-id=\"d1cc83f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Setting The Ladder Correctly<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9f9206 elementor-widget elementor-widget-image\" data-id=\"d9f9206\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"519\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1024 681&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15179 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 780px) 100vw, 780px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-1024x681.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-1024x681.webp 1024w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-451x300.webp 451w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-150x100.webp 150w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-1536x1022.webp 1536w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-2048x1363.webp 2048w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1288264468-450x300.webp 450w\" data-aspect=\"1.503671071953\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9197459 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"9197459\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Non-Slip Base Cushions\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        Placement of the ladder is crucial. Make sure a portable ladder has non-slip base cushions and is set up on a level area before using it. In places with heavy traffic, erect a barricade to protect the ladder\u2019s base. Make sure that any doors that open in your direction are locked or blocked. Before utilizing a stepladder, be sure it is completely open.\n\n\n<br><br>\n\nThe base of a straight ladder should be one foot away from a wall or other vertical surface for every four feet of height to the point of support, or at a four-to-one ratio.\n                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-210143b elementor-widget elementor-widget-heading\" data-id=\"210143b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Climb Down Carefully<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-060f2ad elementor-widget elementor-widget-heading\" data-id=\"060f2ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">When descending the ladder<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4289ab8 elementor-widget elementor-widget-text-editor\" data-id=\"4289ab8\" data-element_type=\"widget\" data-e-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>When descending the ladder, keep your back to it and the three points of contact intact. Take your time and don\u2019t make any abrupt movements. When employing leaning ladders, such as extension ladders, the ladder\u2019s angle should be set at a 1:4 ratio. For every four meters in height, the ladder\u2019s base is one meter away from the structure. These recommendation must be included in ladder safety program of all every construction company.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2689ee1 elementor-widget elementor-widget-heading\" data-id=\"2689ee1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Maintain Three Points Of Contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec85ed5 elementor-widget elementor-widget-image\" data-id=\"ec85ed5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"483\" src=\"image\/svg+xml;charset=utf-8,&lt;svg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 724 483&#039;%2F&gt;\" class=\"elementor-animation-grow attachment-large size-large wp-image-15210 ld-lazyload\" alt=\"\" srcset=\"\" sizes=\"(max-width: 724px) 100vw, 724px\" data-src=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1318356884.webp\" data-srcset=\"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1318356884.webp 724w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1318356884-450x300.webp 450w, https:\/\/www.oshaoutreachcourses.com\/blog\/wp-content\/uploads\/2024\/03\/iStock-1318356884-150x100.webp 150w\" data-aspect=\"1.4989648033126\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7e29ae ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"b7e29ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n            <div class=\"elementskit-info-image-box ekit-image-box text-center hover_from_center hover-border-bottom\" >\n\n                \n                <div class=\"elementskit-box-header image-box-img-center\">\n\n                    \n                <\/div>\n                \n                <div class=\"elementskit-box-body ekit-image-box-body\">\n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">\n                                                <h3 class=\"elementskit-info-box-title\">\n\n                        Ladders require workers\n                        \n                    <\/h3>\n                                                            <div class=\"elementskit-box-style-content\">\n                        However, adhering to this guideline becomes difficult in an industrial context because workers frequently need to ascend with equipment or goods. Ladders require workers to perform a delicate balancing act as they rise to breathtaking heights while just using one hand for support.\n\n\n<br><br>\n\nKeeping three points of contact at all times\u2014two hands and one foot or two feet and one hand\u2014is one of the basic safety guidelines for utilizing ladders. In order to improve balance and stability and lower the danger of falls, this activity is essential.\n                    <\/div>\n                                    <\/div>\n\n                            <\/div>\n            <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6d052 elementor-widget elementor-widget-heading\" data-id=\"fd6d052\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">[rcblock id=\"5815\"]<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0427fe elementor-widget elementor-widget-heading\" data-id=\"a0427fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conclusion<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fd70e0 elementor-widget elementor-widget-heading\" data-id=\"3fd70e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ladders are excellent tools<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8b8600 elementor-widget elementor-widget-text-editor\" data-id=\"c8b8600\" data-element_type=\"widget\" data-e-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>Ladders are excellent tools with a wide range of applications. Nonetheless, in order to prevent mishaps or injuries, it\u2019s critical to adhere to the correct OSHA ladder rules when utilizing them. Every march, the ladder safety month is observed to raise awareness about proper usage of this tool. The month serves as a reminder to all businesses about the importance of implementing workplace ladder safety tips.<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>OSHA\u2019s ladder regulations were among the four fall prevention-related standards that ranked in the agency\u2019s&#8230;<\/p>\n","protected":false},"author":1,"featured_media":6709,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[329,207,208,328,159,210,209,167,211,330],"class_list":["post-6686","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-duty","tag-ladder","tag-ladder-safety","tag-ladders","tag-osha","tag-osha-ladder-safety","tag-portable-ladders","tag-safety","tag-stairs","tag-weight"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/posts\/6686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/comments?post=6686"}],"version-history":[{"count":0,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/posts\/6686\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/media\/6709"}],"wp:attachment":[{"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/media?parent=6686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/categories?post=6686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.oshaoutreachcourses.com\/blog\/wp-json\/wp\/v2\/tags?post=6686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}