


{"id":17818,"date":"2025-10-31T09:12:49","date_gmt":"2025-10-31T09:12:49","guid":{"rendered":"https:\/\/www.teacherhorizons.com\/advice\/?page_id=17818"},"modified":"2025-11-12T13:08:03","modified_gmt":"2025-11-12T13:08:03","slug":"teacher-horizons-recruit-safer","status":"publish","type":"page","link":"https:\/\/www.teacherhorizons.com\/advice\/teacher-horizons-recruit-safer","title":{"rendered":"Teacher Horizons Recruit Safer"},"content":{"rendered":"\n<h3><strong>Safeguarding international education, one candidate at a time<\/strong><\/h3>\n\n\n\n<h4><strong>Why use Teacher Horizons Recruit Safer?<\/strong><\/h4>\n\n\n\n<p>International education recruitment poses particular challenges to child protection and safeguarding, as norms and standards of practice vary greatly. Safer recruitment is the key to wider and improved safeguarding within the international school community. We are also a recognised company by <a href=\"https:\/\/childsafeguarding.com\/\">https:\/\/childsafeguarding.com<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" src=\"https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/image1-7-640x208.png\" alt=\"\" class=\"wp-image-17957\" width=\"480\" height=\"156\" srcset=\"https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/image1-7-640x208.png 640w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/image1-7-300x98.png 300w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/image1-7-768x250.png 768w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/image1-7.png 1200w\" sizes=\"(max-width: 480px) 100vw, 480px\" \/><\/figure>\n\n\n\n<p>This crucial process is time consuming and can be stressful.&nbsp;<\/p>\n\n\n\n<p>Using Teacher Horizons Recruit Safer not only saves you valuable time, but also brings the following benefits:<\/p>\n\n\n\n<ul><li>All checks are undertaken by our specially trained Safeguarding Coordinator (see below for more information).<\/li><li>Saves your school time and valuable resources.<\/li><li>Ensures compliance with international safeguarding best practices (COBIS, CIS, UNCRC).<\/li><li>Enhances your school\u2019s reputation for safe recruitment.<\/li><li>Reduces liability by confirming due diligence was completed by an independent body.<\/li><li>Provides peace of mind when hiring remotely or cross-border.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"flex justify-center\">\n  <a class=\"btn btn-coral\" href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf9i23xlQXyLjVGzKb-iFXtles08UDsNmDQ9sfHIoX1UfE6bA\/viewform\" target=\"_blank\" rel=\"noopener noreferrer\">\n    GET IN TOUCH\n  <\/a>\n<\/div>\n\n\n\n<h3><strong>The service&nbsp;<\/strong><\/h3>\n\n\n\n<p>Teacher Horizons Recruit Safer is part of our wider commitment to Safer Recruitment. We have designed this service to ensure that educators placed through our platform meet the highest global standards for safeguarding and professional conduct.<\/p>\n\n\n\n<p>This rigorous check will take place after an offer has been accepted and before a teacher is officially employed, giving schools the final reassurance they need in high-risk, high-trust environments.<\/p>\n\n\n\n<p>Your school will receive a concise Verification Summary Report, including:<\/p>\n\n\n\n<ul><li>ID confirmation<\/li><li>Safeguarding reference outcomes<\/li><\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n    \/* 1. Overall Container: Centered and responsive *\/\n    .process-flow-container {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 20px 10px 0; \/* balanced top padding for desktop *\/\n        max-width: 1200px; \n        margin: 0 auto; \n    }\n\n    \/* 2. Step Wrapper: Defines a single row *\/\n    .flow-row {\n        display: flex;\n        justify-content: space-between; \n        width: 100%;\n        margin-bottom: 50px; \n        position: relative;\n    }\n\n    .flow-row:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* 3. Individual Step Block *\/\n    .process-step {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        padding: 0 5px;\n        flex: 1 1 25%; \n        max-width: 25%; \n    }\n\n    \/* 4. Horizontal Connector Line *\/\n    .flow-row .process-step:not(:last-child)::before {\n        content: '';\n        position: absolute;\n        height: 3px;\n        background-color: #00264B; \n        top: 25px; \n        left: 50%;\n        width: 100%; \n        z-index: 1;\n    }\n\n    \/* Remove last line *\/\n    .flow-row:nth-child(2) .process-step:nth-child(3)::before {\n        content: none;\n    }\n\n    \/* 5. Step Circle *\/\n    .step-circle {\n        width: 50px;\n        height: 50px;\n        background-color: #00264B; \n        color: white;\n        border-radius: 50%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 22px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        flex-shrink: 0;\n        z-index: 2; \n    }\n\n    .step-5 .step-circle {\n        background-color: #ff725e; \n    }\n\n    \/* 6. Step Text *\/\n    .step-text {\n        font-size: 15px;\n        line-height: 1.4;\n        overflow-wrap: break-word; \n        word-break: break-word;\n    }\n\n    \/* Dummy step for spacing on desktop *\/\n    .dummy-step {\n        visibility: hidden; \n        pointer-events: none; \n    }\n\n    \/* --- Responsive: Mobile (Stacked) --- *\/\n    @media (max-width: 768px) {\n\n        \/* &#x2705; Fix: Reduce heading top margin on mobile *\/\n        h4 {\n            margin-top: 0 !important;\n        }\n\n        \/* &#x2705; Fix: Reduce spacing between heading and flow *\/\n        .process-flow-container {\n            padding: 10px 10px 0 !important; \n        }\n\n        .flow-row {\n            flex-direction: column; \n            margin-bottom: 0;\n            gap: 15px;\n        }\n\n        .process-step::before {\n            content: none !important; \n        }\n\n        .dummy-step {\n            display: none; \n        }\n\n        .process-step {\n            flex: 1 1 100%;\n            max-width: 100%;\n            padding: 5px 0;\n            flex-direction: row; \n            align-items: center; \n            text-align: left;\n        }\n\n        .step-circle {\n            margin-right: 15px;\n            margin-bottom: 0;\n            flex-shrink: 0;\n        }\n    }\n<\/style>\n\n<h4 style=\"margin-bottom: 0px !important;\">\n    <img loading=\"lazy\" class=\"-mt-2 inline mr-4 special-case\" src=\"https:\/\/lh4.googleusercontent.com\/Y3BJxBnAIkFYQptOb4HBXwfgPHmoxGXXjI_axjPXjA_2DvSNlSicxXruxB5qnhH8i2cHm8QjasqWd0YF45Qosdxpan26kr_Bub2nd4Txl2ZvVLm6cam29IwH8Fk3lB3249WwMwp4vp_kUvDkkrWgUtq0-OC8HeVhIQeI2afMfZLr-0KrLfXHPfd7xg\" width=\"43\" height=\"45\" alt=\"Global service\">\n    Global service\n<\/h4>\n\n<div class=\"process-flow-container\">\n\n    <div class=\"flow-row\">\n        <div class=\"process-step\">\n            <div class=\"step-circle\">1<\/div>\n            <div class=\"step-text\">Role advertised<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">2<\/div>\n            <div class=\"step-text\">Shortlist sent to schools<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">3<\/div>\n            <div class=\"step-text\">Interviews take place<\/div>\n        <\/div>\n\n        <div class=\"process-step\"> \n            <div class=\"step-circle\">4<\/div>\n            <div class=\"step-text\">Role offered and accepted<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"flow-row\">\n        <div class=\"process-step step-5\">\n            <div class=\"step-circle\">5<\/div>\n            <div class=\"step-text\">Teacher Horizons Recruit Safer: Safeguarding Coordinator conducts in-depth and rigorous background checks<\/div>\n        <\/div>\n        \n        <div class=\"process-step\">\n            <div class=\"step-circle\">6<\/div>\n            <div class=\"step-text\">School receives a concise Verification Summary Report<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">7<\/div>\n            <div class=\"step-text\">Invoice sent<\/div>\n        <\/div>\n        \n        <div class=\"process-step dummy-step\"><\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"mt-8\"><img loading=\"lazy\" class=\"-mt-2 inline mr-4 special-case\" src=\"https:\/\/lh4.googleusercontent.com\/lwjw_YbCBPjQO1cx8LVdNDogwek2uw-6xB2ywUmbEs2zZOBCwO6mDcMWKdsm8kPok_5kpxR21Vnwih0AENMUQXNe7_3hFYvImkuz52BbYbxnfWbaC3CwfGptPMukyQYgh99xfHMd6GQylZ3daTVHHgs4wjjf7qS80Q2t3l5PL1XZonQ4tV1iuYddTg\" width=\"43\" height=\"45\" alt=\"Explorer service\">Explorer service<\/h4>\n\n\n\n<style>\n    \/* 1. Overall Container: Centered and responsive *\/\n    .process-flow-container {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        padding: 40px 10px 0; \/* top padding only applies on desktop *\/\n        max-width: 1200px; \n        margin: 0 auto; \n    }\n\n    \/* 2. Step Wrapper: Defines a single row *\/\n    .flow-row {\n        display: flex;\n        justify-content: space-between; \n        width: 100%;\n        margin-bottom: 50px;\n        position: relative;\n    }\n    \n    .flow-row:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* 3. Individual Step Block *\/\n    .process-step {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        padding: 0 5px;\n        flex: 1 1 25%; \n        max-width: 25%; \n    }\n\n    \/* 4. Horizontal Connector Line LOGIC *\/\n    .flow-row .process-step:not(:last-child)::before {\n        content: '';\n        position: absolute;\n        height: 3px;\n        background-color: #00264B; \n        top: 25px; \n        left: 50%;\n        width: 100%; \n        z-index: 1;\n    }\n    \n    .flow-row:nth-child(2) .process-step:nth-child(3)::before {\n        content: none;\n    }\n\n    \/* 5. Step Circle Styling *\/\n    .step-circle {\n        width: 50px;\n        height: 50px;\n        background-color: #00264B; \n        color: white;\n        border-radius: 50%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 22px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        flex-shrink: 0;\n        z-index: 2; \n    }\n\n    .step-5 .step-circle {\n        background-color: #ff725e; \n    }\n\n    .step-text {\n        font-size: 15px;\n        line-height: 1.4;\n        overflow-wrap: break-word; \n        word-break: break-word;\n    }\n\n    .dummy-step {\n        visibility: hidden; \n        pointer-events: none; \n    }\n\n    \/* --- Media Query for Mobile (Stacked) --- *\/\n    @media (max-width: 768px) {\n        .process-flow-container {\n            padding: 15px 10px 0 !important; \/* &#x2705; FIX: reduce top padding on mobile *\/\n        }\n        .flow-row {\n            flex-direction: column; \n            margin-bottom: 0;\n            gap: 15px;\n        }\n        .process-step::before {\n            content: none !important; \n        }\n        .dummy-step {\n            display: none; \n        }\n        .process-step {\n            flex: 1 1 100%;\n            max-width: 100%;\n            padding: 5px 0;\n            flex-direction: row; \n            align-items: center; \n            text-align: left;\n        }\n        .step-circle {\n            margin-right: 15px;\n            margin-bottom: 0;\n            flex-shrink: 0;\n        }\n    }\n<\/style>\n\n<div class=\"process-flow-container\">\n\n    <div class=\"flow-row\">\n        <div class=\"process-step\">\n            <div class=\"step-circle\">1<\/div>\n            <div class=\"step-text\">Role advertised<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">2<\/div>\n            <div class=\"step-text\">School searches TH Database<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">3<\/div>\n            <div class=\"step-text\">Interviews take place<\/div>\n        <\/div>\n\n        <div class=\"process-step\"> \n            <div class=\"step-circle\">4<\/div>\n            <div class=\"step-text\">Role offered and accepted<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"flow-row\">\n        <div class=\"process-step step-5\">\n            <div class=\"step-circle\">5<\/div>\n            <div class=\"step-text\">Teacher Horizons Recruit Safer: Safeguarding Coordinator conducts in-depth and rigorous background checks<\/div>\n        <\/div>\n        \n        <div class=\"process-step\">\n            <div class=\"step-circle\">6<\/div>\n            <div class=\"step-text\">School receives a concise Verification Summary Report<\/div>\n        <\/div>\n\n        <div class=\"process-step\">\n            <div class=\"step-circle\">7<\/div>\n            <div class=\"step-text\">Invoice sent<\/div>\n        <\/div>\n        \n        <div class=\"process-step dummy-step\"><\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>What you will receive<\/strong><\/h3>\n\n\n\n<p>For a one-time fee of \u00a3300\/$400 per teacher, we will deliver a comprehensive verification process that includes:<\/p>\n\n\n\n<p>1. Identity Check<\/p>\n\n\n\n<ul><li>Review of official passport (valid for 6+ months).<\/li><li>Cross-verification of personal details and declarations made in application and CV.<\/li><\/ul>\n\n\n\n<p>2. Enhanced Reference Validation<\/p>\n\n\n\n<ul><li>Two high-level confidential references required:<ul><li>One from the candidate\u2019s current or most recent Head of School.<\/li><li>One from a previous direct line manager within the past six years.<\/li><li>Live safeguarding-specific video interviews with referees, using a question set aligned with CIS and COBIS frameworks (based on ITFCP standards).&nbsp;<\/li><li>We will also cross-reference the process with your schools\u2019 accreditation safeguarding guidelines, to ensure compliance.&nbsp;<\/li><\/ul><\/li><\/ul>\n\n\n\n<p>3. Risk and Misconduct Flagging<\/p>\n\n\n\n<ul><li>Cross-checking of employment history for gaps, inconsistencies, or safeguarding red flags.<\/li><li>Documentation of all findings and a clear recommendation report to the hiring school.<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Our Safeguarding Coordinator&nbsp;<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" src=\"https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-640x640.jpg\" alt=\"\" class=\"wp-image-15880\" width=\"640\" height=\"640\" srcset=\"https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-640x640.jpg 640w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-300x300.jpg 300w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-150x150.jpg 150w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-768x768.jpg 768w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-1536x1536.jpg 1536w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie-125x125.jpg 125w, https:\/\/www.teacherhorizons.com\/advice\/wp-content\/uploads\/Sophie.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\">\n<h5><strong>Sophie Peters &#8211; Safeguarding Coordinator at Teacher Horizons<\/strong><\/h5>\n\n\n\n<p>Our specialist Safeguarding Coordinator, Sophie Peters, was a teacher in the UK and internationally for several years before joining Teacher Horizons. In addition to her teaching credentials and classroom experience in safeguarding and inclusion, she has completed Child Safeguarding Levels 1 &amp; 2 for Senior Leaders and Governors.<\/p>\n\n\n\n<p>Sophie has authored Teacher Horizons\u2019 policies on Safeguarding, Safer Recruitment, Disclosure of Criminal Convictions, and Misconduct, and has overseen and coordinated both the safeguarding training of TH advisers and the onboarding of new advisers. She also conducts reviews of candidates flagged as concerns, investigating disclosures and references, and collaborates closely with senior leaders across international schools, as well as with organisations such as CIS and COBIS.<\/p>\n\n\n\n<p>Her expertise has been shared globally through conference presentations in Seoul, South Korea, Bangkok, Thailand, and via online platforms. In addition to her work with Teacher Horizons, Sophie serves on the WISE Committee Board (Women\u2019s International School Empowerment) and has collaborated with international author and Third Culture Kid expert, Ngoc Nguyen.<\/p>\n\n\n\n<p>You can reach out to Sophie by emailing her at: <a rel=\"noreferrer noopener\" href=\"mailto:safeguarding@teacherhorizons.com\" target=\"_blank\">safeguarding@teacherhorizons.com<\/a><\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Safeguarding international education, one candidate at a time Why use Teacher Horizons Recruit Safer? International education recruitment poses particular challenges to child protection and safeguarding, as norms and standards of practice vary greatly. Safer recruitment is the key to wider and improved safeguarding within the international school community. We are also a recognised company by&#8230;  <a class=\"excerpt-read-more\" href=\"https:\/\/www.teacherhorizons.com\/advice\/teacher-horizons-recruit-safer\" title=\"Read Teacher Horizons Recruit Safer\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":164,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"spay_email":""},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P5Krhd-4Do","_links":{"self":[{"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/pages\/17818"}],"collection":[{"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/users\/164"}],"replies":[{"embeddable":true,"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/comments?post=17818"}],"version-history":[{"count":2,"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/pages\/17818\/revisions"}],"predecessor-version":[{"id":18121,"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/pages\/17818\/revisions\/18121"}],"wp:attachment":[{"href":"https:\/\/www.teacherhorizons.com\/advice\/wp-json\/wp\/v2\/media?parent=17818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}