{"id":153,"date":"2025-09-08T12:31:07","date_gmt":"2025-09-08T02:31:07","guid":{"rendered":"https:\/\/primedemploymentprograms.com.au\/?page_id=153"},"modified":"2026-02-19T09:40:44","modified_gmt":"2026-02-18T22:40:44","slug":"services","status":"publish","type":"page","link":"https:\/\/primedemploymentprograms.com.au\/?page_id=153","title":{"rendered":"5 Day Future Proof Course Outline"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"153\" class=\"elementor elementor-153\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd3eea e-flex e-con-boxed e-con e-parent\" data-id=\"4fd3eea\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f56e20a elementor-widget elementor-widget-html\" data-id=\"f56e20a\" 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  <meta name=\"description\" content=\"Free resources, guides, and tools from Primed Employment Programs to support your job readiness and skill development.\" \/>\r\n  <title>Program Outline | Primed Employment Programs<\/title>\r\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n\r\n  <!-- Google tag (gtag.js) -->\r\n  <script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=AW-17611893667\"><\/script>\r\n  <script>\r\n    window.dataLayer = window.dataLayer || [];\r\n    function gtag(){dataLayer.push(arguments);}\r\n    gtag('js', new Date());\r\n    gtag('config', 'AW-17611893667');\r\n  <\/script>\r\n<\/head>\r\n\r\n<body class=\"bg-gray-50 text-gray-800\">\r\n\r\n  <!-- ===== TOP CONTACT BAR ===== -->\r\n  <div class=\"bg-blue-800 text-white text-center py-2 px-4 text-sm md:text-base\">\r\n    Contact us today at \r\n    <a href=\"mailto:bookings@primedemploymentprograms.com.au\" class=\"underline font-semibold\">\r\n      bookings@primedemploymentprograms.com.au\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <!-- ===== HEADER ===== -->\r\n  <header class=\"bg-white shadow sticky top-0 z-50 w-full\">\r\n    <div class=\"flex justify-between items-center px-6 py-4 w-full\">\r\n      <!-- Logo -->\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/\" class=\"flex items-center space-x-3\">\r\n        <img decoding=\"async\" \r\n          src=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png\" \r\n          alt=\"Primed Employment Programs Logo\" \r\n          class=\"h-9 w-29\">\r\n      <\/a>\r\n\r\n      <!-- Mobile Menu Button -->\r\n      <button id=\"menu-btn\"\r\n              aria-controls=\"mobile-menu\"\r\n              aria-expanded=\"false\"\r\n              class=\"block md:hidden text-blue-700 focus:outline-none text-3xl leading-none p-2\">\r\n        \u2630\r\n      <\/button>\r\n\r\n      <!-- Desktop Navigation -->\r\n      <nav class=\"space-x-6 hidden md:flex\">\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/\" class=\"hover:text-blue-600\">Home<\/a>\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\" class=\"text-blue-700 font-semibold\">Program Outline<\/a>\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=769\" class=\"hover:text-blue-600\">Resources<\/a>\r\n      <\/nav>\r\n\r\n      <!-- Sign Up Button -->\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=226\" \r\n         class=\"ml-4 px-4 py-2 bg-blue-700 text-white rounded-lg hover:bg-blue-800 hidden md:inline-block\">\r\n        Sign Up\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <!-- Mobile Dropdown -->\r\n    <div id=\"mobile-menu\"\r\n         class=\"hidden flex-col items-center bg-white border-t border-gray-200 md:hidden overflow-hidden transition-all\"\r\n         style=\"max-height:0;\">\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/\" class=\"block py-3 hover:text-blue-600 w-full text-center\">Home<\/a>\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\" class=\"block py-3 text-blue-700 font-semibold w-full text-center\">Program Outline<\/a>\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=769\" class=\"block py-3 hover:text-blue-600 w-full text-center\">Resources<\/a>\r\n      <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=226\" class=\"block py-3 bg-blue-700 text-white w-full text-center hover:bg-blue-800\">Sign Up<\/a>\r\n    <\/div>\r\n  <\/header>\r\n\r\n  <!-- Mobile Menu Script -->\r\n  <script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n      const menuBtn = document.getElementById('menu-btn');\r\n      const mobileMenu = document.getElementById('mobile-menu');\r\n\r\n      if (!menuBtn || !mobileMenu) return;\r\n\r\n      function openMenu() {\r\n        mobileMenu.classList.remove('hidden');\r\n        requestAnimationFrame(() => {\r\n          const fullHeight = mobileMenu.scrollHeight;\r\n          mobileMenu.style.maxHeight = fullHeight + 'px';\r\n        });\r\n        menuBtn.setAttribute('aria-expanded', 'true');\r\n      }\r\n\r\n      function closeMenu() {\r\n        mobileMenu.style.maxHeight = mobileMenu.scrollHeight + 'px';\r\n        requestAnimationFrame(() => {\r\n          mobileMenu.style.maxHeight = '0';\r\n        });\r\n        mobileMenu.addEventListener('transitionend', function handler() {\r\n          mobileMenu.classList.add('hidden');\r\n          mobileMenu.removeEventListener('transitionend', handler);\r\n        });\r\n        menuBtn.setAttribute('aria-expanded', 'false');\r\n      }\r\n\r\n      function toggleMenu() {\r\n        if (mobileMenu.classList.contains('hidden')) {\r\n          openMenu();\r\n        } else {\r\n          closeMenu();\r\n        }\r\n      }\r\n\r\n      mobileMenu.style.transition = 'max-height 260ms ease-in-out';\r\n      mobileMenu.style.maxHeight = '0';\r\n      mobileMenu.style.overflow = 'hidden';\r\n\r\n      menuBtn.addEventListener('click', (e) => {\r\n        e.stopPropagation();\r\n        toggleMenu();\r\n      });\r\n\r\n      mobileMenu.querySelectorAll('a').forEach(a => {\r\n        a.addEventListener('click', () => closeMenu());\r\n      });\r\n\r\n      document.addEventListener('click', (e) => {\r\n        if (!mobileMenu.classList.contains('hidden') &&\r\n            !mobileMenu.contains(e.target) &&\r\n            e.target !== menuBtn) {\r\n          closeMenu();\r\n        }\r\n      });\r\n\r\n      document.addEventListener('keydown', (e) => {\r\n        if (e.key === 'Escape' && !mobileMenu.classList.contains('hidden')) {\r\n          closeMenu();\r\n        }\r\n      });\r\n    });\r\n  <\/script>\r\n  \r\n    <!-- ===== HERO IMAGE SECTION ===== -->\r\n  <section \r\n    class=\"relative bg-cover bg-center bg-no-repeat py-24 text-white\" \r\n    style=\"background-image: url('https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/10\/an-image-of-5-studen.png');\">\r\n    <div class=\"absolute inset-0 bg-blue-900\/70\"><\/div>\r\n    <div class=\"relative z-10 max-w-4xl mx-auto px-6 text-center\">\r\n      <h1 class=\"text-4xl md:text-5xl font-bold mb-4\">Program Outline<\/h1>\r\n      <p class=\"text-lg md:text-xl leading-relaxed\">\r\n         Through our 5-Day Future Proof Program, participants gain the confidence, skills, and recognised certifications to thrive in rewarding jobs.\r\n      <\/p>\r\n    <\/div>\r\n  <\/section>\r\n<div class=\"bg-green-600 text-white text-center py-4 px-6\">\r\n  <p class=\"text-xl md:text-2xl font-bold tracking-wide\">\r\n    We are now accepting bookings for our May 2026 Program.\r\n  <\/p>\r\n  <p class=\"text-xl md:text-2xl font-bold tracking-wide\">\r\n    Flexible payment plans available.\r\n  <\/p>\r\n<\/div>\r\n\r\n\r\n  <!-- Highlights -->\r\n  <section class=\"py-12 px-6 grid gap-6 md:grid-cols-3 w-full\">\r\n    <div class=\"bg-white rounded-2xl shadow p-6 text-center\">\r\n      <h3 class=\"text-xl font-semibold text-blue-700 mb-2\">Nationally Recognised<\/h3>\r\n      <p class=\"text-gray-600\">Includes First Aid & CPR, Manual Handling and Construction White Card.<\/p>\r\n    <\/div>\r\n    <div class=\"bg-white rounded-2xl shadow p-6 text-center\">\r\n      <h3 class=\"text-xl font-semibold text-blue-700 mb-2\">Practical, In-Demand Knowledge, Skills and Abilities<\/h3>\r\n      <p class=\"text-gray-600\">Real, in-demand training that local employers are looking for.<\/p>\r\n    <\/div>\r\n    <div class=\"bg-white rounded-2xl shadow p-6 text-center\">\r\n      <h3 class=\"text-xl font-semibold text-blue-700 mb-2\">Future Focused<\/h3>\r\n      <p class=\"text-gray-600\">\r\n        This course is designed to increase your confidence in, and outside of your workplace. We want to make sure you have the tools that let you work hard, so you can thrive.\r\n      <\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Course Outline Days -->\r\n  <section class=\"py-8 px-6 grid gap-8 w-full\">\r\n    <!-- Day 1 -->\r\n    <article class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h2 class=\"text-2xl font-semibold text-blue-700 mb-3\">Day 1 \u2014 Orientation & First Aid + CPR<\/h2>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>HLTAID011 Provide First Aid Course - Show your future employers that their workplace is safer with you in it<\/li>\r\n       \r\n        <li>Team building exercises<\/li>\r\n        <li>Professionalism & workplace etiquette essentials<\/li>\r\n       \r\n      <\/ul>\r\n    <\/article>\r\n    <!-- Day 2 -->\r\n    <article class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h2 class=\"text-2xl font-semibold text-blue-700 mb-3\">Day 2 \u2014 Construction White Card<\/h2>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>CPCWHS1001 \u2013 Prepare to Work Safely in the Construction Industry<\/li>\r\n        <li>PPE included in program cost<\/li>\r\n     <li> Gain the White Card certification essential not only for construction but also for careers in emergency services, engineering, architecture, real estate, security, unions and many other fields.<\/li>\r\n      <\/ul>\r\n    <\/article>\r\n    <!-- Day 3 -->\r\n    <article class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h2 class=\"text-2xl font-semibold text-blue-700 mb-3\">Day 3 \u2014 Manual Handling & Digital Literacy<\/h2>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>TLID0020 Shift Materials Safely Using Manual Handling Methods <\/li>\r\n        <li>Introduction to Microsoft Suite including, Word, Excel, PowerPoint and Teams<\/li>\r\n        <li>Introduction to OneDrive accounts and cloud-based storage & online safety<\/li>\r\n      \r\n      <\/ul>\r\n    <\/article>\r\n    <!-- Day 4 -->\r\n    <article class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h2 class=\"text-2xl font-semibold text-blue-700 mb-3\">Day 4 \u2014 Workplace Communication & Special Guest Speaker<\/h2>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>Workplace communication; emails, documents and digital communication platforms<\/li>\r\n        <li>Create basic presentations using Microsoft PowerPoint<\/li>\r\n      \r\n        <li>Networking and professional communication<\/li>\r\n      <\/ul>\r\n    <\/article>\r\n    <!-- Day 5 -->\r\n    <article class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h2 class=\"text-2xl font-semibold text-blue-700 mb-3\">Day 5 \u2014 Workplace Presentations, Interview Techniques & Resume Development <\/h2>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>Showcase your new skills and build confidence presenting to your peers\r\n<\/li>\r\n        <li>Mock interviews & employer networking<\/li>\r\n        <li>Program review, next steps & referrals<\/li>\r\n        <li>Graduation & certification summary<\/li>\r\n      <\/ul>\r\n    <\/article>\r\n  <\/section>\r\n\r\n  <!-- Outcomes & Requirements -->\r\n  <section class=\"py-12 px-6 grid gap-8 md:grid-cols-2 w-full\">\r\n    <div class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h3 class=\"text-xl font-semibold text-blue-700 mb-3\">What You\u2019ll Gain<\/h3>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>High-quality training delivered by accredited RTOs and industry-recognised trainers.<\/li>\r\n        <li>Knowledge, skills and abilities that will make sure you stand out to employers<\/li>\r\n        <li>Recognised certifications<\/li>\r\n        <li>A refined resume and interview experience<\/li>\r\n        <li>Digital Literacy training and resources<\/li>\r\n        <li>Valuable resources for professional and personal growth<\/li>\r\n       <\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div class=\"bg-white shadow rounded-2xl p-6\">\r\n      <h3 class=\"text-xl font-semibold text-blue-700 mb-3\">What to Bring<\/h3>\r\n      <ul class=\"list-disc pl-6 space-y-2 text-gray-700\">\r\n        <li>Photo ID for enrolment and assessments<\/li>\r\n        <li>Comfortable, semi-professional clothing and enclosed shoes<\/li>\r\n        <li>Notebook, pen, and any existing resume<\/li>\r\n        <li>A laptop computer; if you don't own a device, one will be provided for you to use during the program<\/li>\r\n        <li>Unique Student Identifier (USI) - essential for First aid, White Card and Manual Handling<\/li>\r\n        \r\n      <\/ul>\r\n    <\/div>\r\n  <\/section>\r\n    <!-- Download Brochure Section -->\r\n  <section class=\"py-12 px-6 w-full bg-gray-100\">\r\n    <div class=\"max-w-4xl mx-auto text-center\">\r\n      <h3 class=\"text-3xl font-bold text-blue-700 mb-4\">Download Our Course Brochure<\/h3>\r\n      <p class=\"text-lg text-gray-700 mb-6\">\r\n       \r\n<\/p>\r\n<a href=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2026\/02\/Primed-Employment-Programs-Work-Placement-Program.pdf\"\r\n   download\r\n   class=\"inline-block px-6 py-3 bg-blue-700 text-white font-semibold rounded-lg shadow hover:bg-blue-800\">\r\n  \ud83d\udcc4 Download Brochure (PDF)\r\n<\/a>\r\n\r\n\r\n      <\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n  <!-- CTA -->\r\n<!-- CTA -->\r\n<section class=\"bg-blue-700 text-white text-center py-12 px-6 w-full\">\r\n  <h3 class=\"text-3xl font-bold mb-4\">Ready to Future Proof Your Career?<\/h3>\r\n  <p class=\"mb-6\">Secure your place in the next intake. Limited spots available. Payment plans available.<\/p>\r\n  <div class=\"flex items-center justify-center gap-3\">\r\n    <a href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=226\" \r\n       class=\"px-6 py-3 bg-white text-blue-700 font-semibold rounded-lg shadow hover:bg-gray-100\">\r\n      Sign Up Now\r\n    <\/a>\r\n    <a id=\"emailLink\" \r\n       href=\"mailto:bookings@primedemploymentprograms.com.au\" \r\n       class=\"px-6 py-3 border border-white\/70 rounded-lg font-semibold hover:bg-white\/10\">\r\n      Email Us\r\n    <\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  \/\/ Detects preferred webmail based on login or domain and opens appropriate link\r\n  document.getElementById('emailLink').addEventListener('click', function (e) {\r\n    e.preventDefault(); \/\/ prevent immediate navigation\r\n\r\n    const email = 'bookings@primedemploymentprograms.com.au';\r\n    const userAgent = navigator.userAgent.toLowerCase();\r\n\r\n    \/\/ If on mobile, just open mail app directly\r\n    if (\/iphone|ipad|android\/i.test(userAgent)) {\r\n      window.location.href = `mailto:${email}`;\r\n      return;\r\n    }\r\n\r\n    \/\/ Detect Gmail or Outlook users\r\n    const gmailLink = `https:\/\/mail.google.com\/mail\/?view=cm&fs=1&to=${email}`;\r\n    const outlookLink = `https:\/\/outlook.office.com\/mail\/deeplink\/compose?to=${email}`;\r\n\r\n    \/\/ Heuristic: use Gmail if Chrome or Android; Outlook if Edge or Windows Mail\r\n    if (userAgent.includes('gmail') || userAgent.includes('android') || userAgent.includes('chrome')) {\r\n      window.open(gmailLink, '_blank');\r\n    } else if (userAgent.includes('outlook') || userAgent.includes('edg') || userAgent.includes('windows')) {\r\n      window.open(outlookLink, '_blank');\r\n    } else {\r\n      \/\/ Default fallback\r\n      window.open(gmailLink, '_blank');\r\n    }\r\n  });\r\n<\/script>\r\n\r\n  \r\n\r\n<!-- Footer -->\r\n<footer class=\"bg-blue-700 text-white py-6 mt-12\">\r\n  <div class=\"max-w-7xl mx-auto px-6\">\r\n    <!-- Desktop grid: 2 rows -->\r\n    <div class=\"grid grid-cols-1 md:grid-cols-3 text-center md:text-left gap-4 md:gap-8\">\r\n      <!-- Company info -->\r\n      <p>&copy; 2025 Primed Employment Programs Pty Ltd<\/p>\r\n      <p class=\"text-center md:text-center\">ABN: 98 690 421 526<\/p>\r\n      <p class=\"md:text-right\">All rights reserved.<\/p>\r\n    <\/div>\r\n\r\n    <!-- Links row -->\r\n    <div class=\"mt-8\">\r\n      <div class=\"grid grid-cols-1 md:grid-cols-3 gap-4 text-center\">\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Primed_Employment_Programs_Privacy_Policy.pdf\"\r\n           target=\"_blank\" rel=\"noopener\"\r\n           class=\"underline hover:text-gray-200\">\r\n          Privacy Policy\r\n        <\/a>\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Primed_Employment_Programs_Code_of_Conduct.pdf\"\r\n           target=\"_blank\" rel=\"noopener\"\r\n           class=\"underline hover:text-gray-200\">\r\n          Code of Conduct\r\n        <\/a>\r\n        <a href=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Primed_Employment_Programs_Terms_and_Conditions.pdf\"\r\n           target=\"_blank\" rel=\"noopener\"\r\n           class=\"underline hover:text-gray-200\">\r\n          Terms &amp; Conditions\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Acknowledgement paragraph -->\r\n    <p class=\"text-center mt-8 leading-relaxed\">\r\n      We acknowledge the Dharug people as the Traditional Custodians of the land on which we live, learn and work.  We pay our respects to Elders past and present and recognise their ongoing connection to Country, culture, and community.\r\n    <\/p>\r\n  <\/div>\r\n<\/footer>\r\n\r\n\r\n\r\n<\/footer>\r\n\r\n\r\n    <\/div>\r\n  <\/footer>\r\n<\/body>\r\n<\/html>\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>Program Outline | Primed Employment Programs Contact us today at bookings@primedemploymentprograms.com.au \u2630 Home Program Outline Resources Sign Up Home Program Outline Resources Sign Up Program Outline Through our 5-Day Future Proof Program, participants gain the confidence, skills, and recognised certifications to thrive in rewarding jobs. We are now accepting bookings for our May 2026 Program. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-153","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 Day Future Proof Course Outline - Primed Employment Programs<\/title>\n<meta name=\"description\" content=\"Learn more about us at\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 Day Future Proof Course Outline - Primed Employment Programs\" \/>\n<meta property=\"og:description\" content=\"Learn more about us at\" \/>\n<meta property=\"og:url\" content=\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\" \/>\n<meta property=\"og:site_name\" content=\"Primed Employment Programs\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T22:40:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\",\"url\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\",\"name\":\"5 Day Future Proof Course Outline - Primed Employment Programs\",\"isPartOf\":{\"@id\":\"https:\/\/development.creativia.com.au\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage\"},\"image\":{\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage\"},\"thumbnailUrl\":\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png\",\"datePublished\":\"2025-09-08T02:31:07+00:00\",\"dateModified\":\"2026-02-18T22:40:44+00:00\",\"description\":\"Learn more about us at\",\"breadcrumb\":{\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/primedemploymentprograms.com.au\/?page_id=153\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage\",\"url\":\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png\",\"contentUrl\":\"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png\",\"width\":243,\"height\":100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/primedemploymentprograms.com.au\/?page_id=153#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/primedemploymentprograms.com.au\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 Day Future Proof Course Outline\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/development.creativia.com.au\/#website\",\"url\":\"https:\/\/development.creativia.com.au\/\",\"name\":\"Primed Employment Programs\",\"description\":\"Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/development.creativia.com.au\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 Day Future Proof Course Outline - Primed Employment Programs","description":"Learn more about us at","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:\/\/primedemploymentprograms.com.au\/?page_id=153","og_locale":"en_US","og_type":"article","og_title":"5 Day Future Proof Course Outline - Primed Employment Programs","og_description":"Learn more about us at","og_url":"https:\/\/primedemploymentprograms.com.au\/?page_id=153","og_site_name":"Primed Employment Programs","article_modified_time":"2026-02-18T22:40:44+00:00","og_image":[{"url":"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153","url":"https:\/\/primedemploymentprograms.com.au\/?page_id=153","name":"5 Day Future Proof Course Outline - Primed Employment Programs","isPartOf":{"@id":"https:\/\/development.creativia.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage"},"image":{"@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage"},"thumbnailUrl":"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png","datePublished":"2025-09-08T02:31:07+00:00","dateModified":"2026-02-18T22:40:44+00:00","description":"Learn more about us at","breadcrumb":{"@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/primedemploymentprograms.com.au\/?page_id=153"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153#primaryimage","url":"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png","contentUrl":"https:\/\/primedemploymentprograms.com.au\/wp-content\/uploads\/2025\/09\/Logo1.1-small.png","width":243,"height":100},{"@type":"BreadcrumbList","@id":"https:\/\/primedemploymentprograms.com.au\/?page_id=153#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/primedemploymentprograms.com.au\/"},{"@type":"ListItem","position":2,"name":"5 Day Future Proof Course Outline"}]},{"@type":"WebSite","@id":"https:\/\/development.creativia.com.au\/#website","url":"https:\/\/development.creativia.com.au\/","name":"Primed Employment Programs","description":"Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/development.creativia.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/pages\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=153"}],"version-history":[{"count":199,"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/pages\/153\/revisions"}],"predecessor-version":[{"id":1064,"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=\/wp\/v2\/pages\/153\/revisions\/1064"}],"wp:attachment":[{"href":"https:\/\/primedemploymentprograms.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}