{"id":1993,"date":"2025-11-26T10:20:07","date_gmt":"2025-11-25T23:50:07","guid":{"rendered":"https:\/\/www.mss-safety.com.au\/au\/?page_id=1993"},"modified":"2026-01-08T12:04:54","modified_gmt":"2026-01-08T01:34:54","slug":"trfeb","status":"publish","type":"page","link":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/","title":{"rendered":"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility)"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h4 class=\"wp-block-heading\">PUAFER008 Confine small emergencies in a facility<\/h4>\n\n\n\n<p>Use of Fire Extinguishers &amp; Blankets &#8211; Who should attend? View <a href=\"https:\/\/mssonline.com.au\/documents\/rto\/nrt\/course-outlines\/Confine small emergencies in a facility.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Course Outline<\/a><br><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large is-resized\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"821\" src=\"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/NRT3_trans-1.png?resize=1024%2C821&#038;ssl=1\" alt=\"NRT LOGO\" class=\"wp-image-429\" style=\"width:97px;height:auto\" srcset=\"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/NRT3_trans-1.png?resize=1024%2C821&amp;ssl=1 1024w, https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/NRT3_trans-1.png?resize=300%2C241&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/NRT3_trans-1.png?resize=768%2C616&amp;ssl=1 768w, https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/NRT3_trans-1.png?w=1178&amp;ssl=1 1178w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<!-- MSS Safety \u2013 Arlo Course Dates Block (PUAFER008) with Dynamic CITB Discount + Seat Availability + Course Full + Urgency Styling -->\n<div\n  class=\"course-sessions-wrapper\"\n  data-arlo-filter=\"templatecode=PUAFER008-\"\n  data-citb-discount=\"75.00\">\n  Loading upcoming dates&#8230;\n<\/div>\n\n<style>\n  .course-sessions-wrapper { margin-top: 16px; }\n  .course-session-card {\n    border: 1px solid #ddd;\n    border-radius: 6px;\n    padding: 12px;\n    margin-bottom: 10px;\n    font-size: 0.95rem;\n    background: #fff;\n  }\n  .course-session-card p { margin: 4px 0; }\n  .course-title-line {\n    font-size: 1.05rem;\n    font-weight: 600;\n    color: #222;\n    margin: 4px 0 6px;\n  }\n  .price-line {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 6px 0;\n  }\n  .price-item { font-weight: 600; }\n  .citb-price { font-weight: 700; color: #444; }\n  .citb-note { font-size: 0.85rem; color: #444; margin-top: 4px; }\n  .session-book-btn {\n    display: inline-block;\n    padding: 8px 14px;\n    margin-top: 10px;\n    text-decoration: none;\n    border-radius: 4px;\n    background: #006bb3;\n    color: #fff;\n    font-weight: 600;\n  }\n  .region-badge {\n    display: inline-block;\n    padding: 2px 8px;\n    margin-left: 8px;\n    border-radius: 999px;\n    font-size: 0.75rem;\n    vertical-align: middle;\n  }\n  .region-adelaide { background: #e6f2ff; color: #004a80; }\n  .region-hervey { background: #e8f8f0; color: #006644; }\n  .full-badge {\n    display: inline-block;\n    padding: 2px 8px;\n    margin-left: 8px;\n    border-radius: 999px;\n    background: #ffe6e6;\n    color: #b30000;\n    font-size: 0.75rem;\n    font-weight: 700;\n  }\n  .low-seats-warning {\n    background: #fff4e5;\n    border-left: 4px solid #ff9900;\n    padding: 6px 10px;\n    border-radius: 4px;\n    font-weight: 600;\n    color: #cc5500;\n  }\n  @media (max-width: 600px) {\n    .course-session-card { padding: 10px; }\n    .price-line { flex-direction: column; gap: 4px; }\n    .session-book-btn { width: 100%; text-align: center; }\n  }\n<\/style>\n\n<script>\n  function formatAustralianDate(dateString) {\n    if (!dateString) return 'TBA';\n    const date = new Date(dateString);\n    return date.toLocaleString('en-AU', {\n      day: '2-digit',\n      month: 'long',\n      year: 'numeric',\n      hour: 'numeric',\n      minute: '2-digit',\n      hour12: true\n    });\n  }\n\n  function getPriceAmount(offer) {\n    return (\n      (offer && offer.OfferAmount && offer.OfferAmount.AmountTaxInclusive) ??\n      (offer && offer.OfferAmount && offer.OfferAmount.AmountTaxExclusive) ??\n      0\n    );\n  }\n\n  function pickRegularOffer(offers) {\n    const list = Array.isArray(offers) ? offers.slice() : [];\n    if (!list.length) return null;\n\n    const baseOffers = list.filter(o => o && o.IsDiscountOffer === false && o.OfferAmount);\n    const candidates = baseOffers.length ? baseOffers : list.filter(o => o && o.OfferAmount);\n\n    if (!candidates.length) return null;\n\n    candidates.sort((a, b) => getPriceAmount(a) - getPriceAmount(b));\n    return candidates[0] || null;\n  }\n\n  async function loadArloCourseSessionsForContainer(container) {\n    const filter = container.dataset.arloFilter || '';\n    const citbDiscountNum = parseFloat(container.dataset.citbDiscount || '0');\n\n    const baseUrl = 'https:\/\/msstraining.arlo.co\/api\/2012-02-01\/pub\/resources\/eventsearch\/';\n    const fields =\n      'EventID,Name,StartDateTime,Location,AdvertisedOffers,RegistrationInfo,TemplateCode,PlacesRemaining,IsFull,ViewUri';\n\n    const url =\n      baseUrl +\n      '?format=json' +\n      '&top=20' +\n      '&fields=' + encodeURIComponent(fields) +\n      (filter ? '&filter=' + encodeURIComponent(filter) : '');\n\n    try {\n      const response = await fetch(url);\n      if (!response.ok) throw new Error('HTTP ' + response.status);\n\n      const data = await response.json();\n      const items = (data && data.Items) || [];\n\n      if (!items.length) {\n        container.innerHTML =\n          '<p>No public dates scheduled right now. Please contact us for upcoming sessions.<\/p>';\n        return;\n      }\n\n      const fragment = document.createDocumentFragment();\n\n      items.forEach(ev => {\n        const card = document.createElement('div');\n        card.className = 'course-session-card';\n\n        const formattedDate = formatAustralianDate(ev.StartDateTime);\n\n        const loc = ev.Location || {};\n        const venueName = loc.VenueName || loc.Name || 'Venue TBA';\n        const city = (loc.City || loc.Suburb || '').trim();\n        const state = (loc.State || loc.Region || '').trim();\n        const cityStateLower = (city + ' ' + state).toLowerCase();\n\n        let regionBadgeHtml = '';\n        if (cityStateLower.includes('hervey bay') || cityStateLower.includes('qld')) {\n          regionBadgeHtml = '<span class=\"region-badge region-hervey\">Hervey Bay<\/span>';\n        } else if (cityStateLower.includes('adelaide') || cityStateLower.includes('sa')) {\n          regionBadgeHtml = '<span class=\"region-badge region-adelaide\">Adelaide<\/span>';\n        }\n\n        const isSalisburySouth = cityStateLower.includes('salisbury south');\n\n        const chosenOffer = pickRegularOffer(ev.AdvertisedOffers);\n        let regularPrice = '';\n        let regularPriceAmount = null;\n\n        if (chosenOffer && chosenOffer.OfferAmount) {\n          const amt = chosenOffer.OfferAmount;\n          regularPrice = amt.FormattedAmountTaxInclusive || amt.FormattedAmountTaxExclusive || '';\n          regularPriceAmount = amt.AmountTaxInclusive ?? amt.AmountTaxExclusive ?? null;\n        }\n\n        const placesRemaining = typeof ev.PlacesRemaining === 'number' ? ev.PlacesRemaining : null;\n        const isFull = ev.IsFull === true || placesRemaining === 0;\n\n        let seatsHtml = '';\n        if (isFull) {\n          seatsHtml = `<p><strong>Course Full<\/strong><\/p>`;\n        } else if (placesRemaining !== null) {\n          seatsHtml =\n            placesRemaining > 0 && placesRemaining < 5\n              ? `<p class=\"low-seats-warning\">Only ${placesRemaining} seats left, hurry!<\/p>`\n              : `<p><strong>Seats left:<\/strong> ${placesRemaining}<\/p>`;\n        }\n\n        const regInfo = ev.RegistrationInfo || {};\n        const regUrl = !isFull ? (regInfo.RegisterUri || ev.ViewUri || '') : '';\n        const regLabel = regInfo.RegisterMessage || 'View details or register';\n\n        let priceLine = '<div class=\"price-line\">';\n        if (regularPrice) {\n          priceLine += `<span class=\"price-item\">Regular Price: ${regularPrice}<\/span>`;\n        }\n\n        if (\n          citbDiscountNum > 0 &&\n          isSalisburySouth &&\n          regularPriceAmount !== null\n        ) {\n          const citbPrice = Math.max(regularPriceAmount - citbDiscountNum, 0);\n          priceLine += `<span class=\"citb-price\">CITB Member: $${citbPrice.toFixed(2)}<\/span>`;\n        }\n\n        priceLine += '<\/div>';\n\n        const citbNoteHtml =\n          citbDiscountNum > 0 && isSalisburySouth\n            ? `\n              <p class=\"citb-note\">\n                *CITB funding available for eligible SA learners.\n                <a href=\"https:\/\/citb.org.au\/citb-login\/\" title=\"Check my CITB\" target=\"_blank\" rel=\"noopener\">\n                  Check my CITB\n                <\/a>\n              <\/p>\n            `\n            : '';\n\n        card.innerHTML = `\n          <p><strong>${formattedDate}<\/strong> ${regionBadgeHtml} ${isFull ? '<span class=\"full-badge\">Full<\/span>' : ''}<\/p>\n\n          <p class=\"course-title-line\"><strong>${ev.Name}<\/strong><\/p>\n\n          <p>${venueName}${city ? ', ' + city : ''}<\/p>\n\n          ${seatsHtml}\n\n          ${priceLine}\n\n          ${citbNoteHtml}\n\n          ${!isFull && regUrl ? `<a class=\"session-book-btn\" href=\"${regUrl}\">${regLabel}<\/a>` : ''}\n        `;\n\n        fragment.appendChild(card);\n      });\n\n      container.innerHTML = '';\n      container.appendChild(fragment);\n\n    } catch (err) {\n      console.error('Arlo fetch error', err);\n      container.innerHTML = '<p>Could not load course dates right now.<\/p>';\n    }\n  }\n\n  async function loadAllArloCourseBlocks() {\n    const containers = document.querySelectorAll('.course-sessions-wrapper');\n    if (!containers.length) return;\n\n    for (const container of containers) {\n      await loadArloCourseSessionsForContainer(container);\n    }\n  }\n\n  document.addEventListener('DOMContentLoaded', loadAllArloCourseBlocks);\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>PUAFER008 Confine small emergencies in a facility Use of Fire Extinguishers &amp; Blankets &#8211; Who should attend? View Course Outline Loading upcoming dates&#8230;<\/p>\n","protected":false},"author":1,"featured_media":679,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"child_theme\/page-mss-course-landing.php","meta":{"_editorskit_title_hidden":true,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","cybocfi_hide_featured_image":"","footnotes":""},"class_list":["post-1993","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety<\/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.mss-safety.com.au\/au\/trfeb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety\" \/>\n<meta property=\"og:description\" content=\"PUAFER008 Confine small emergencies in a facility Use of Fire Extinguishers &amp; Blankets &#8211; Who should attend? View Course Outline Loading upcoming dates&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mss-safety.com.au\/au\/trfeb\/\" \/>\n<meta property=\"og:site_name\" content=\"MSS Safety\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/msssafety2006\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T01:34:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/hs_001.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"899\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mssonline\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/\",\"url\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/\",\"name\":\"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.mss-safety.com.au\\\/au\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/hs_001.jpg?fit=899%2C600&ssl=1\",\"datePublished\":\"2025-11-25T23:50:07+00:00\",\"dateModified\":\"2026-01-08T01:34:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.mss-safety.com.au\\\/au\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/hs_001.jpg?fit=899%2C600&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.mss-safety.com.au\\\/au\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/hs_001.jpg?fit=899%2C600&ssl=1\",\"width\":899,\"height\":600,\"caption\":\"Height Safety Worker\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/trfeb\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#website\",\"url\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/\",\"name\":\"MSS Safety RTO 40349 | Training - Sales & Service\",\"description\":\"We Train. We Sell. We Service.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#organization\"},\"alternateName\":\"MSS Safety\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#organization\",\"name\":\"MSS Safety\",\"url\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.mss-safety.com.au\\\/au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/MSS-logo-_noBG.png?fit=666%2C375&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.mss-safety.com.au\\\/au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/MSS-logo-_noBG.png?fit=666%2C375&ssl=1\",\"width\":666,\"height\":375,\"caption\":\"MSS Safety\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mss-safety.com.au\\\/au\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/msssafety2006\",\"https:\\\/\\\/x.com\\\/mssonline\",\"https:\\\/\\\/tiktok.com\\\/@msssafety2006\",\"https:\\\/\\\/instagram.com\\\/msssafety2006\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety","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.mss-safety.com.au\/au\/trfeb\/","og_locale":"en_US","og_type":"article","og_title":"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety","og_description":"PUAFER008 Confine small emergencies in a facility Use of Fire Extinguishers &amp; Blankets &#8211; Who should attend? View Course Outline Loading upcoming dates&#8230;","og_url":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/","og_site_name":"MSS Safety","article_publisher":"https:\/\/facebook.com\/msssafety2006","article_modified_time":"2026-01-08T01:34:54+00:00","og_image":[{"width":899,"height":600,"url":"https:\/\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/hs_001.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@mssonline","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/","url":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/","name":"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility) - MSS Safety","isPartOf":{"@id":"https:\/\/www.mss-safety.com.au\/au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/#primaryimage"},"image":{"@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/hs_001.jpg?fit=899%2C600&ssl=1","datePublished":"2025-11-25T23:50:07+00:00","dateModified":"2026-01-08T01:34:54+00:00","breadcrumb":{"@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mss-safety.com.au\/au\/trfeb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/#primaryimage","url":"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/hs_001.jpg?fit=899%2C600&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/09\/hs_001.jpg?fit=899%2C600&ssl=1","width":899,"height":600,"caption":"Height Safety Worker"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mss-safety.com.au\/au\/trfeb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mss-safety.com.au\/au\/"},{"@type":"ListItem","position":2,"name":"PUAFER008 Fire Extinguishers &amp; Blankets (Confine small emergencies in a facility)"}]},{"@type":"WebSite","@id":"https:\/\/www.mss-safety.com.au\/au\/#website","url":"https:\/\/www.mss-safety.com.au\/au\/","name":"MSS Safety RTO 40349 | Training - Sales & Service","description":"We Train. We Sell. We Service.","publisher":{"@id":"https:\/\/www.mss-safety.com.au\/au\/#organization"},"alternateName":"MSS Safety","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mss-safety.com.au\/au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mss-safety.com.au\/au\/#organization","name":"MSS Safety","url":"https:\/\/www.mss-safety.com.au\/au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mss-safety.com.au\/au\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/06\/MSS-logo-_noBG.png?fit=666%2C375&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.mss-safety.com.au\/au\/wp-content\/uploads\/2023\/06\/MSS-logo-_noBG.png?fit=666%2C375&ssl=1","width":666,"height":375,"caption":"MSS Safety"},"image":{"@id":"https:\/\/www.mss-safety.com.au\/au\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/msssafety2006","https:\/\/x.com\/mssonline","https:\/\/tiktok.com\/@msssafety2006","https:\/\/instagram.com\/msssafety2006"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/pages\/1993","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/comments?post=1993"}],"version-history":[{"count":8,"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/pages\/1993\/revisions"}],"predecessor-version":[{"id":2026,"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/pages\/1993\/revisions\/2026"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/media\/679"}],"wp:attachment":[{"href":"https:\/\/www.mss-safety.com.au\/au\/wp-json\/wp\/v2\/media?parent=1993"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}