{"id":4712,"date":"2026-07-08T22:05:08","date_gmt":"2026-07-08T12:35:08","guid":{"rendered":"https:\/\/happydriving.com.au\/?p=4712"},"modified":"2026-07-08T22:31:30","modified_gmt":"2026-07-08T13:01:30","slug":"reverse-parallel-park","status":"publish","type":"post","link":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/","title":{"rendered":"Reverse Parallel Park in South Australia"},"content":{"rendered":"\n<!--\nHappy Driving School - English Reverse Parallel Park Page\n\nSuggested page title:\nReverse Parallel Park in South Australia\n\nSuggested slug:\nreverse-parallel-park\n\nSuggested Yoast focus keyphrase:\nreverse parallel park South Australia\n\nSuggested SEO title:\nReverse Parallel Park South Australia | VORT Manoeuvre Guide\n\nSuggested meta description:\nLearn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.\n\nHow to use:\nPaste everything below into a WordPress Custom HTML block.\n-->\n\n<style>\n  .hd-manoeuvre-page {\n    --hd-blue: #0768c8;\n    --hd-dark: #1d2939;\n    --hd-muted: #475467;\n    --hd-light: #eef6ff;\n    --hd-border: #b9dafc;\n    --hd-warn: #fff4e5;\n    --hd-warn-border: #ffb020;\n    --hd-red: #d92d20;\n    --hd-green: #057647;\n    --hd-green-bg: #ecfdf3;\n    font-size: 18px;\n    line-height: 1.7;\n    color: var(--hd-dark);\n  }\n  .hd-manoeuvre-page * { box-sizing: border-box; }\n  .hd-manoeuvre-page a {\n    color: var(--hd-blue);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n  .hd-manoeuvre-page h1,\n  .hd-manoeuvre-page h2,\n  .hd-manoeuvre-page h3 {\n    color: var(--hd-dark);\n    line-height: 1.25;\n  }\n  .hd-manoeuvre-page h1 {\n    font-size: clamp(2rem, 4vw, 3.3rem);\n    margin: 0 0 18px;\n  }\n  .hd-manoeuvre-page h2 {\n    font-size: clamp(1.55rem, 3vw, 2.35rem);\n    margin: 52px 0 18px;\n  }\n  .hd-manoeuvre-page h3 {\n    font-size: clamp(1.2rem, 2vw, 1.5rem);\n    margin: 0 0 10px;\n  }\n  .hd-manoeuvre-page p { margin: 0 0 18px; }\n  .hd-manoeuvre-page ul,\n  .hd-manoeuvre-page ol { margin-top: 8px; margin-bottom: 18px; }\n  .hd-manoeuvre-page li { margin-bottom: 8px; }\n\n  .hd-hero {\n    padding: clamp(24px, 4vw, 46px);\n    background: linear-gradient(135deg, #f5fbff 0%, #ffffff 55%, #eaf4ff 100%);\n    border: 2px solid var(--hd-border);\n    border-radius: 22px;\n    margin-bottom: 34px;\n  }\n  .hd-eyebrow {\n    display: inline-block;\n    font-weight: 700;\n    color: var(--hd-blue);\n    background: #e9f4ff;\n    padding: 6px 12px;\n    border-radius: 999px;\n    margin-bottom: 18px;\n  }\n  .hd-lead {\n    font-size: clamp(1.05rem, 2vw, 1.28rem);\n    color: var(--hd-muted);\n    max-width: 980px;\n  }\n  .hd-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 24px;\n  }\n  .hd-btn {\n    display: inline-block;\n    background: var(--hd-blue);\n    color: #ffffff !important;\n    text-decoration: none !important;\n    padding: 13px 20px;\n    border-radius: 10px;\n    font-weight: 700;\n    border: 2px solid var(--hd-blue);\n  }\n  .hd-btn.secondary {\n    background: #ffffff;\n    color: var(--hd-blue) !important;\n  }\n\n  .hd-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin: 24px 0 34px;\n  }\n  .hd-card {\n    background: #f7fbff;\n    border: 3px solid var(--hd-blue);\n    border-radius: 18px;\n    padding: 22px;\n  }\n  .hd-card.highlight {\n    background: var(--hd-green-bg);\n    border-color: var(--hd-green);\n  }\n  .hd-card p:last-child { margin-bottom: 0; }\n  .hd-badge {\n    display: inline-block;\n    background: #ffffff;\n    color: var(--hd-blue);\n    border: 1px solid var(--hd-border);\n    border-radius: 999px;\n    padding: 5px 10px;\n    font-size: 0.9rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n  }\n\n  .hd-callout {\n    border-left: 6px solid var(--hd-blue);\n    background: var(--hd-light);\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-warning {\n    border: 2px solid var(--hd-warn-border);\n    background: var(--hd-warn);\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-warning strong { color: #9a3412; }\n  .hd-red-box {\n    border: 2px solid #fecdca;\n    background: #fff6f5;\n    padding: 20px 22px;\n    border-radius: 14px;\n    margin: 26px 0;\n  }\n  .hd-red-box h3 { color: var(--hd-red); }\n\n  .hd-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin: 22px 0;\n  }\n  .hd-step {\n    background: #ffffff;\n    border: 1px solid #d0d5dd;\n    border-radius: 14px;\n    padding: 18px;\n  }\n  .hd-step-number {\n    display: inline-flex;\n    min-width: 32px;\n    height: 32px;\n    padding: 0 10px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 999px;\n    background: var(--hd-blue);\n    color: #ffffff;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .hd-timeline {\n    counter-reset: hdstep;\n    margin: 24px 0;\n  }\n  .hd-timeline-item {\n    counter-increment: hdstep;\n    position: relative;\n    background: #ffffff;\n    border: 1px solid #d0d5dd;\n    border-radius: 16px;\n    padding: 20px 20px 20px 76px;\n    margin-bottom: 14px;\n  }\n  .hd-timeline-item::before {\n    content: counter(hdstep);\n    position: absolute;\n    left: 22px;\n    top: 20px;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: var(--hd-blue);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n  }\n\n  .hd-table-wrap {\n    overflow-x: auto;\n    margin: 24px 0;\n  }\n  .hd-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 680px;\n    background: #ffffff;\n  }\n  .hd-table th,\n  .hd-table td {\n    border: 1px solid #d0d5dd;\n    padding: 14px;\n    text-align: left;\n    vertical-align: top;\n  }\n  .hd-table th {\n    background: #eef6ff;\n    font-weight: 800;\n  }\n  .hd-small {\n    font-size: 0.95rem;\n    color: var(--hd-muted);\n  }\n  .hd-footer-cta {\n    text-align: center;\n    background: #f5fbff;\n    border: 2px solid var(--hd-border);\n    border-radius: 22px;\n    padding: clamp(24px, 4vw, 42px);\n    margin-top: 46px;\n  }\n  @media (max-width: 850px) {\n    .hd-card-grid,\n    .hd-two-col {\n      grid-template-columns: 1fr;\n    }\n    .hd-manoeuvre-page { font-size: 17px; }\n    .hd-btn {\n      width: 100%;\n      text-align: center;\n    }\n    .hd-timeline-item {\n      padding-left: 20px;\n      padding-top: 70px;\n    }\n  }\n<\/style>\n\n<div class=\"hd-manoeuvre-page\">\n\n  <section class=\"hd-hero\">\n    <span class=\"hd-eyebrow\">VORT Manoeuvre Guide<\/span>\n    <h1>Reverse Parallel Park in South Australia<\/h1>\n    <p class=\"hd-lead\">\n      Reverse parallel parking is one of the five slow speed manoeuvres used in South Australian VORT preparation.\n      It tests whether you can leave and enter a confined parallel parking bay safely, observe correctly, control the vehicle at low speed and finish in a suitable position near the kerb.\n    <\/p>\n    <p class=\"hd-lead\">\n      This guide explains the manoeuvre in plain English for learner drivers and overseas licence holders in Adelaide. It is a training guide only and does not replace official South Australian road rules or assessment instructions.\n    <\/p>\n    <div class=\"hd-button-row\">\n      <a class=\"hd-btn\" href=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/AcZssZ0g9fZkOa9uMY5J9p9lbzNTIn3MiDaDHOUSoag=\" target=\"_blank\" rel=\"noopener\">Book a Driving Lesson<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/vort-test-preparation-adelaide\/\">VORT Test Preparation<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/five-slow-speed-manoeuvres-vort\/\">All 5 Manoeuvres<\/a>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>What Is Reverse Parallel Parking?<\/h2>\n    <p>\n      Reverse parallel parking is a low-speed manoeuvre where the vehicle is reversed into a parking space parallel to the kerb. In the South Australian driving test environment, the bay may be marked by poles rather than real parked cars.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <span class=\"hd-badge\">Goal 1<\/span>\n        <h3>Observe before and during reversing<\/h3>\n        <p>\n          Check right, left and behind over your shoulders before reversing, and keep checking while the vehicle is moving.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card highlight\">\n        <span class=\"hd-badge\">Goal 2<\/span>\n        <h3>Keep full control<\/h3>\n        <p>\n          Use slow speed, accurate steering and controlled braking. The car should not touch the kerb or poles.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <span class=\"hd-badge\">Goal 3<\/span>\n        <h3>Finish in the correct position<\/h3>\n        <p>\n          The vehicle should finish parallel to the kerb, wheels straight, close enough to the kerb and central in the bay.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"hd-callout\">\n      <strong>Simple version:<\/strong> reverse parallel parking is not just a steering trick. It is an observation, judgement and low-speed control exercise.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>How the Test Bay Is Usually Set Up<\/h2>\n    <p>\n      In many VORT-style training situations, the examiner or instructor will position poles to create a confined parallel parking bay. The exact setup can vary, but the aim is to check whether the driver can enter and leave a limited parking space safely and accurately.\n    <\/p>\n\n    <div class=\"hd-two-col\">\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Bay<\/span>\n        <h3>Confined space<\/h3>\n        <ul>\n          <li>The vehicle starts near the left kerb.<\/li>\n          <li>The bay is usually marked by front and rear poles.<\/li>\n          <li>The manoeuvre includes leaving the bay and reversing back into it.<\/li>\n          <li>The vehicle must not touch any pole or the kerb.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Finish<\/span>\n        <h3>Final position<\/h3>\n        <ul>\n          <li>Left wheels should be within 300 mm of the kerb.<\/li>\n          <li>Wheels should be straight.<\/li>\n          <li>The vehicle should be central in the bay.<\/li>\n          <li>Official MyLicence wording says not less than 900 mm to the nearest pole.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"hd-warning\">\n      <strong>Training note:<\/strong> different instructors may use different reference points depending on the vehicle. The official safety requirements matter more than memorising one exact mirror landmark.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Part 1: Leaving the Parallel Parking Bay<\/h2>\n    <p>\n      The first part of the manoeuvre is leaving the confined bay safely and positioning the car parallel to the kerb before reversing back in.\n    <\/p>\n\n    <div class=\"hd-timeline\">\n      <div class=\"hd-timeline-item\">\n        <h3>Prepare and check mirrors<\/h3>\n        <p>\n          Before moving, check the centre mirror and right mirror. Prepare the vehicle to move off safely.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Signal right for at least 5 seconds<\/h3>\n        <p>\n          Signal right for a minimum of 5 seconds before moving away from the kerb. This is part of the moving-off safety system.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Final blind spot check<\/h3>\n        <p>\n          Check the right blind spot and confirm it is safe. Give way to vehicles, cyclists and any other road users.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Move out slowly<\/h3>\n        <p>\n          Steer right and leave the bay under control. Do not touch the poles and do not drive between the pole and the kerb.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Stop parallel to the kerb<\/h3>\n        <p>\n          Stop so that the rear of the vehicle is just past the parking bay&#8217;s front pole and the vehicle is parallel to the kerb.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Part 2: Reversing Back Into the Parking Bay<\/h2>\n    <p>\n      The second part is reversing into the bay. This is where many students become too focused on the steering and forget to keep observing.\n    <\/p>\n\n    <div class=\"hd-timeline\">\n      <div class=\"hd-timeline-item\">\n        <h3>Select reverse and observe<\/h3>\n        <p>\n          Select reverse. Before moving, check right, left and behind over your shoulders. Look for vehicles, cyclists, pedestrians and driveway traffic.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Reverse slowly toward the bay<\/h3>\n        <p>\n          Reverse under full control. Use your mirrors and head checks, but do not rely only on the reverse camera.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Check all around before steering left<\/h3>\n        <p>\n          Before turning the wheel left to enter the bay, check all around again. This is a key safety step, not just a parking technique.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Enter the bay slowly<\/h3>\n        <p>\n          Steer into the parking space at low speed. Keep observing behind and both sides while the vehicle is moving.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Straighten and centralise<\/h3>\n        <p>\n          After entering the bay, straighten the wheels and adjust if necessary. The official standard allows no more than two directional changes after entering the bay.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-timeline-item\">\n        <h3>Finish safely<\/h3>\n        <p>\n          Finish with the vehicle parallel to the kerb, left wheels within 300 mm of the kerb, wheels straight, and the vehicle central in the bay.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Observation Pattern<\/h2>\n    <p>\n      Observation is one of the most important parts of reverse parallel parking. A student can have good steering but still fail the manoeuvre if they do not observe properly.\n    <\/p>\n\n    <div class=\"hd-table-wrap\">\n      <table class=\"hd-table\">\n        <thead>\n          <tr>\n            <th>Stage<\/th>\n            <th>What to check<\/th>\n            <th>Why it matters<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Before leaving bay<\/td>\n            <td>Centre mirror, right mirror and right blind spot.<\/td>\n            <td>To make sure it is safe to move away from the kerb.<\/td>\n          <\/tr>\n          <tr>\n            <td>Before reversing<\/td>\n            <td>Right, left and behind over your shoulders.<\/td>\n            <td>To check for vehicles, cyclists, pedestrians and driveway traffic.<\/td>\n          <\/tr>\n          <tr>\n            <td>Before steering left<\/td>\n            <td>All around the vehicle.<\/td>\n            <td>To confirm no road user has entered your reversing path.<\/td>\n          <\/tr>\n          <tr>\n            <td>During reversing<\/td>\n            <td>Behind, both sides, mirrors and blind areas.<\/td>\n            <td>Traffic conditions can change while you are moving.<\/td>\n          <\/tr>\n          <tr>\n            <td>Before final adjustment<\/td>\n            <td>Kerb, poles, road users and vehicle position.<\/td>\n            <td>To finish safely without hitting the kerb or poles.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"hd-callout\">\n      <strong>Key reminder:<\/strong> a reverse camera can help, but it does not replace proper head checks and all-around observation.\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Final Parking Position<\/h2>\n    <p>\n      The final position matters. You are not just trying to get the car somewhere near the kerb. The vehicle must finish safely and accurately inside the bay.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Close to kerb<\/h3>\n        <p>\n          The left wheels should be within 300 mm of the kerb.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card highlight\">\n        <h3>Central in the bay<\/h3>\n        <p>\n          The vehicle should be centrally located and not too close to either pole.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Wheels straight<\/h3>\n        <p>\n          Finish with the vehicle parallel to the kerb and the wheels straight.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Common Mistakes in Reverse Parallel Parking<\/h2>\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Forgetting the 5-second signal<\/h3>\n        <p>\n          When leaving the kerb, the right signal must be used correctly and early enough.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Weak blind spot checks<\/h3>\n        <p>\n          A quick mirror glance is not enough when moving from the kerb or reversing.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Reversing while staring forward<\/h3>\n        <p>\n          Students sometimes look only at the mirror, screen or steering wheel instead of checking around the car.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Hitting the kerb or poles<\/h3>\n        <p>\n          Poor speed control or late steering can cause the car to touch the kerb or a pole.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Too far from the kerb<\/h3>\n        <p>\n          The vehicle must finish close enough to the kerb, not just inside the general area.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Too many adjustments<\/h3>\n        <p>\n          After entering the bay, the official standard limits how many directional changes can be used to finish the exercise.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>What Can Cause a \u201cNot Yet Competent\u201d Result?<\/h2>\n    <p>\n      In a test or assessment situation, reverse parallel parking may be marked as not yet competent if the driver does not complete the manoeuvre safely, legally and in control.\n    <\/p>\n\n    <div class=\"hd-red-box\">\n      <h3>High-risk problems<\/h3>\n      <ul>\n        <li>Moving off without correct mirror, signal and blind spot checks.<\/li>\n        <li>Failing to give way when leaving the parking position.<\/li>\n        <li>Touching the kerb or touching a pole.<\/li>\n        <li>Driving between a pole and the kerb.<\/li>\n        <li>Not checking right, left and behind before or during reversing.<\/li>\n        <li>Finishing more than 300 mm from the kerb.<\/li>\n        <li>Finishing too close to a pole or not central in the bay.<\/li>\n        <li>Using too many directional changes after entering the bay.<\/li>\n        <li>Losing full control of the vehicle.<\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Instructor Tips<\/h2>\n    <div class=\"hd-two-col\">\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Go slower than you think<\/h3>\n        <p>\n          Slow speed gives you time to steer, observe and stop before touching the kerb or pole.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Do not rely on one reference point<\/h3>\n        <p>\n          Reference points change between cars. Learn the safety system and understand the vehicle position.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Observe before steering<\/h3>\n        <p>\n          A common test problem is turning the steering wheel before checking all around.\n        <\/p>\n      <\/div>\n\n      <div class=\"hd-step\">\n        <span class=\"hd-step-number\">Tip<\/span>\n        <h3>Finish calmly<\/h3>\n        <p>\n          If adjustment is allowed and needed, use it calmly. Do not rush and make the final position worse.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>How This Connects to VORT Preparation<\/h2>\n    <p>\n      Reverse parallel parking is not just a parking trick. It shows whether the driver can combine observation, signalling, judgement and low-speed vehicle control under test pressure.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Observation<\/h3>\n        <p>\n          Right, left and behind checks before and during reversing.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Judgement<\/h3>\n        <p>\n          Knowing when to wait, when to move and how to avoid affecting other road users.\n        <\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Vehicle control<\/h3>\n        <p>\n          Slow speed, accurate steering, safe position and calm final adjustment.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <p>\n      To prepare properly, practise with a driving instructor first. Do not practise reverse parking in busy traffic or unsafe locations.\n    <\/p>\n  <\/section>\n\n  <section>\n    <h2>Other VORT Manoeuvre Guides<\/h2>\n    <p>\n      Reverse parallel parking is one of the five slow speed manoeuvres. You can also read the other manoeuvre guides when they are available.\n    <\/p>\n\n    <div class=\"hd-card-grid\">\n      <div class=\"hd-card\">\n        <h3>Moving off from kerb<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/moving-off-from-kerb\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Angle park<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/angle-park\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>Three-point turn<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/three-point-turn\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>U-turn<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/u-turn\/\">Read guide<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>All 5 manoeuvres<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/five-slow-speed-manoeuvres-vort\/\">View all manoeuvres<\/a><\/p>\n      <\/div>\n      <div class=\"hd-card\">\n        <h3>VORT overview<\/h3>\n        <p><a href=\"https:\/\/happydriving.com.au\/index.php\/en\/understanding-vort-driving-test-south-australia\/\">Read VORT guide<\/a><\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>Official Reference<\/h2>\n    <p>\n      Use official sources for licensing and assessment information because requirements may change.\n    <\/p>\n    <ul>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/the-driving-companion\/u2t13\" target=\"_blank\" rel=\"noopener\">MyLicence: Unit 2 Task 13 \u2013 Reverse parallel parking<\/a><\/li>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/the-driving-companion\/vort\" target=\"_blank\" rel=\"noopener\">MyLicence: Vehicle On Road Test (VORT)<\/a><\/li>\n      <li><a href=\"https:\/\/www.sa.gov.au\/topics\/driving-and-transport\/licences\/tests\/practical-driving-test\" target=\"_blank\" rel=\"noopener\">SA.GOV.AU: Practical driving test<\/a><\/li>\n      <li><a href=\"https:\/\/mylicence.sa.gov.au\/roadrules\/the-drivers-handbook\" target=\"_blank\" rel=\"noopener\">The Driver\u2019s Handbook<\/a><\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"hd-footer-cta\">\n    <h2>Need Help Practising Reverse Parallel Parking?<\/h2>\n    <p>\n      Book a driving lesson or send an enquiry with your licence status, driving experience and test goal.\n    <\/p>\n    <div class=\"hd-button-row\" style=\"justify-content:center;\">\n      <a class=\"hd-btn\" href=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/AcZssZ0g9fZkOa9uMY5J9p9lbzNTIn3MiDaDHOUSoag=\" target=\"_blank\" rel=\"noopener\">Book a Driving Lesson<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/contact-your-driving-instructor\/\">Contact Instructor<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/driving-lesson-prices-adelaide\/\">View Prices<\/a>\n      <a class=\"hd-btn secondary\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/home-english\/\">Back to Home<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"715\" height=\"1024\" src=\"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-715x1024.jpeg\" alt=\"\" class=\"wp-image-4714\" srcset=\"https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-715x1024.jpeg 715w, https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-210x300.jpeg 210w, https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-768x1099.jpeg 768w, https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-1073x1536.jpeg 1073w, https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307-1431x2048.jpeg 1431w, https:\/\/happydriving.com.au\/wp-content\/uploads\/2026\/07\/IMG_5307.jpeg 1744w\" sizes=\"auto, (max-width: 715px) 100vw, 715px\" \/><\/a><figcaption class=\"wp-element-caption\">Screenshot<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>VORT Manoeuvre Guide Reverse Parallel Park in South Australia Reverse parallel parking is one of the five slow speed manoeuvres [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3124,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1015],"tags":[],"class_list":["post-4712","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-insights"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reverse Parallel Park in South Australia - Happy Driving School<\/title>\n<meta name=\"description\" content=\"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reverse Parallel Park in South Australia - Happy Driving School\" \/>\n<meta property=\"og:description\" content=\"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/\" \/>\n<meta property=\"og:site_name\" content=\"Happy Driving School\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T12:35:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T13:01:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1242\" \/>\n\t<meta property=\"og:image:height\" content=\"2208\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lung Lam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lung Lam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/\"},\"author\":{\"name\":\"Lung Lam\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/person\\\/ac2d5080dea8de39913747d18ab7ba51\"},\"headline\":\"Reverse Parallel Park in South Australia\",\"datePublished\":\"2026-07-08T12:35:08+00:00\",\"dateModified\":\"2026-07-08T13:01:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/\"},\"wordCount\":1505,\"publisher\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/img_6255.png\",\"articleSection\":[\"Insights\"],\"inLanguage\":\"en-AU\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/\",\"name\":\"Reverse Parallel Park in South Australia - Happy Driving School\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/img_6255.png\",\"datePublished\":\"2026-07-08T12:35:08+00:00\",\"dateModified\":\"2026-07-08T13:01:30+00:00\",\"description\":\"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#primaryimage\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/img_6255.png\",\"contentUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/img_6255.png\",\"width\":1242,\"height\":2208},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/en\\\/2026\\\/07\\\/08\\\/reverse-parallel-park\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/happydriving.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reverse Parallel Park in South Australia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#website\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/\",\"name\":\"\u6b22\u6b23\u9a7e\u9a76\",\"description\":\"Driving Instructor Adelaide\",\"publisher\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/happydriving.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#organization\",\"name\":\"\u6b22\u6b23\u9a7e\u9a76\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/happydrivinglogo.jpg\",\"contentUrl\":\"https:\\\/\\\/happydriving.com.au\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/happydrivinglogo.jpg\",\"width\":453,\"height\":406,\"caption\":\"\u6b22\u6b23\u9a7e\u9a76\"},\"image\":{\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/happydriving.com.au\\\/#\\\/schema\\\/person\\\/ac2d5080dea8de39913747d18ab7ba51\",\"name\":\"Lung Lam\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g\",\"caption\":\"Lung Lam\"},\"sameAs\":[\"http:\\\/\\\/Www.happydriving.com.au\"],\"url\":\"https:\\\/\\\/happydriving.com.au\\\/index.php\\\/author\\\/how321tin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reverse Parallel Park in South Australia - Happy Driving School","description":"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.","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:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/","og_locale":"en_US","og_type":"article","og_title":"Reverse Parallel Park in South Australia - Happy Driving School","og_description":"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.","og_url":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/","og_site_name":"Happy Driving School","article_published_time":"2026-07-08T12:35:08+00:00","article_modified_time":"2026-07-08T13:01:30+00:00","og_image":[{"width":1242,"height":2208,"url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png","type":"image\/png"}],"author":"Lung Lam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lung Lam","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#article","isPartOf":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/"},"author":{"name":"Lung Lam","@id":"https:\/\/happydriving.com.au\/#\/schema\/person\/ac2d5080dea8de39913747d18ab7ba51"},"headline":"Reverse Parallel Park in South Australia","datePublished":"2026-07-08T12:35:08+00:00","dateModified":"2026-07-08T13:01:30+00:00","mainEntityOfPage":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/"},"wordCount":1505,"publisher":{"@id":"https:\/\/happydriving.com.au\/#organization"},"image":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#primaryimage"},"thumbnailUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png","articleSection":["Insights"],"inLanguage":"en-AU"},{"@type":"WebPage","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/","url":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/","name":"Reverse Parallel Park in South Australia - Happy Driving School","isPartOf":{"@id":"https:\/\/happydriving.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#primaryimage"},"image":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#primaryimage"},"thumbnailUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png","datePublished":"2026-07-08T12:35:08+00:00","dateModified":"2026-07-08T13:01:30+00:00","description":"Learn how reverse parallel parking is assessed in South Australia, including observation, parking bay control, kerb distance, common mistakes and VORT preparation tips.","breadcrumb":{"@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#primaryimage","url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png","contentUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2023\/06\/img_6255.png","width":1242,"height":2208},{"@type":"BreadcrumbList","@id":"https:\/\/happydriving.com.au\/index.php\/en\/2026\/07\/08\/reverse-parallel-park\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/happydriving.com.au\/"},{"@type":"ListItem","position":2,"name":"Reverse Parallel Park in South Australia"}]},{"@type":"WebSite","@id":"https:\/\/happydriving.com.au\/#website","url":"https:\/\/happydriving.com.au\/","name":"\u6b22\u6b23\u9a7e\u9a76","description":"Driving Instructor Adelaide","publisher":{"@id":"https:\/\/happydriving.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/happydriving.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/happydriving.com.au\/#organization","name":"\u6b22\u6b23\u9a7e\u9a76","url":"https:\/\/happydriving.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/happydriving.com.au\/#\/schema\/logo\/image\/","url":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2016\/11\/happydrivinglogo.jpg","contentUrl":"https:\/\/happydriving.com.au\/wp-content\/uploads\/2016\/11\/happydrivinglogo.jpg","width":453,"height":406,"caption":"\u6b22\u6b23\u9a7e\u9a76"},"image":{"@id":"https:\/\/happydriving.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/happydriving.com.au\/#\/schema\/person\/ac2d5080dea8de39913747d18ab7ba51","name":"Lung Lam","image":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8c844d73aa49a95b48dc79fc9d492d5c346548cc0f2c33cb98a233d9a1dd1735?s=96&d=mm&r=g","caption":"Lung Lam"},"sameAs":["http:\/\/Www.happydriving.com.au"],"url":"https:\/\/happydriving.com.au\/index.php\/author\/how321tin\/"}]}},"_links":{"self":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=4712"}],"version-history":[{"count":1,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4712\/revisions"}],"predecessor-version":[{"id":4719,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/posts\/4712\/revisions\/4719"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/media\/3124"}],"wp:attachment":[{"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=4712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=4712"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/happydriving.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=4712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}