{"id":3897,"date":"2026-07-21T23:49:08","date_gmt":"2026-07-21T23:49:08","guid":{"rendered":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897"},"modified":"2026-07-21T23:49:10","modified_gmt":"2026-07-21T23:49:10","slug":"apply-cv","status":"publish","type":"page","link":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897","title":{"rendered":"Apply &#8211;  CV"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Apply | Car Dealer Recruitment<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');\n\n  :root{\n    --navy: #10233F;\n    --navy-deep: #0A1830;\n    --amber: #D89A2E;\n    --amber-bright: #F0B23E;\n    --paper: #F4F2EC;\n    --ink: #1C2530;\n    --ink-soft: #5B6472;\n    --line: #D8D3C6;\n    --ok: #2E7D5B;\n    --err: #B3452C;\n  }\n\n  *{box-sizing:border-box;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Inter',-apple-system,sans-serif;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .wrap{max-width:640px;margin:0 auto;padding:0 20px 80px;}\n\n  \/* Header \/ gauge signature *\/\n  .header{\n    background:var(--navy);\n    background-image:linear-gradient(180deg,var(--navy-deep),var(--navy) 140%);\n    color:#fff;\n    padding:44px 20px 30px;\n    margin-bottom:0;\n  }\n  .header-inner{max-width:640px;margin:0 auto;}\n  .eyebrow{\n    font-size:12px;letter-spacing:.14em;text-transform:uppercase;\n    color:var(--amber-bright);font-weight:600;margin:0 0 10px;\n  }\n  h1{\n    font-family:'Fraunces',serif;font-weight:600;font-size:32px;line-height:1.15;\n    margin:0 0 10px;letter-spacing:-.01em;\n  }\n  .sub{color:#C7CEDA;font-size:15px;line-height:1.55;margin:0 0 26px;max-width:52ch;}\n\n  \/* gauge *\/\n  .gauge{margin-top:8px;}\n  .gauge-track{\n    height:6px;background:rgba(255,255,255,.14);border-radius:4px;overflow:hidden;\n  }\n  .gauge-fill{\n    height:100%;width:0%;border-radius:4px;\n    background:linear-gradient(90deg,var(--amber),var(--amber-bright));\n    transition:width .35s ease;\n  }\n  .gauge-label{\n    display:flex;justify-content:space-between;margin-top:8px;\n    font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#8F9AAC;\n  }\n  .gauge-label span.active{color:var(--amber-bright);font-weight:600;}\n\n  \/* form card *\/\n  form{\n    background:#fff;margin-top:-18px;border-radius:10px;\n    box-shadow:0 10px 30px rgba(16,35,63,.10);\n    padding:34px 26px 30px;\n    border:1px solid var(--line);\n  }\n\n  .field{margin-bottom:22px;}\n  .field:last-child{margin-bottom:0;}\n  label{\n    display:block;font-size:13px;font-weight:600;color:var(--navy);\n    margin-bottom:7px;letter-spacing:.01em;\n  }\n  label .req{color:var(--amber);font-weight:700;}\n  .hint{font-size:12px;color:var(--ink-soft);margin-top:6px;}\n\n  input[type=text],input[type=tel],input[type=email],select{\n    width:100%;padding:12px 13px;border:1.5px solid var(--line);border-radius:7px;\n    font-family:'Inter',sans-serif;font-size:15px;color:var(--ink);background:#FCFBF8;\n    transition:border-color .15s, box-shadow .15s;\n  }\n  select{appearance:none;-webkit-appearance:none;\n    background-image:url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='9'><path d='M1 1l6 6 6-6' stroke='%235B6472' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'\/><\/svg>\");\n    background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;\n  }\n  input:focus,select:focus{\n    outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(16,35,63,.10);\n  }\n  input.error,select.error{border-color:var(--err);}\n  .error-msg{font-size:12px;color:var(--err);margin-top:6px;display:none;}\n  .error-msg.show{display:block;}\n\n  \/* file upload *\/\n  .drop{\n    border:1.5px dashed var(--line);border-radius:7px;padding:18px 16px;\n    background:#FCFBF8;text-align:center;cursor:pointer;position:relative;\n    transition:border-color .15s, background .15s;\n  }\n  .drop:hover,.drop.dragover{border-color:var(--amber);background:#FBF6EC;}\n  .drop input[type=file]{\n    position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;\n  }\n  .drop-icon{font-family:'Fraunces',serif;font-size:20px;color:var(--navy);margin-bottom:4px;}\n  .drop-text{font-size:13.5px;color:var(--ink);font-weight:600;}\n  .drop-sub{font-size:12px;color:var(--ink-soft);margin-top:3px;}\n  .file-chosen{\n    margin-top:10px;font-size:13px;color:var(--ok);font-weight:600;display:none;\n    background:#EEF6F1;border:1px solid #CFE7DA;border-radius:6px;padding:8px 10px;\n  }\n  .file-chosen.show{display:block;}\n\n  button[type=submit]{\n    width:100%;margin-top:8px;padding:15px 18px;border:none;border-radius:7px;\n    background:var(--navy);color:#fff;font-family:'Inter',sans-serif;font-weight:700;\n    font-size:15.5px;letter-spacing:.01em;cursor:pointer;transition:background .15s, transform .1s;\n  }\n  button[type=submit]:hover{background:var(--navy-deep);}\n  button[type=submit]:active{transform:translateY(1px);}\n  button[type=submit]:disabled{background:#9AA4B2;cursor:not-allowed;}\n\n  .privacy{font-size:11.5px;color:var(--ink-soft);margin-top:16px;line-height:1.5;text-align:center;}\n\n  \/* success state *\/\n  .success{\n    background:#fff;border:1px solid var(--line);border-radius:10px;\n    margin-top:-18px;padding:44px 30px;text-align:center;display:none;\n    box-shadow:0 10px 30px rgba(16,35,63,.10);\n  }\n  .success.show{display:block;}\n  .success-mark{\n    width:52px;height:52px;border-radius:50%;background:var(--ok);color:#fff;\n    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:24px;\n  }\n  .success h2{font-family:'Fraunces',serif;font-size:22px;margin:0 0 8px;color:var(--navy);}\n  .success p{color:var(--ink-soft);font-size:14.5px;line-height:1.6;margin:0;}\n\n  @media (prefers-reduced-motion: reduce){\n    .gauge-fill,button,.drop{transition:none;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"header\">\n  <div class=\"header-inner\">\n    <p class=\"eyebrow\">Car Dealer Recruitment<\/p>\n    <h1>Apply for a role<\/h1>\n    <p class=\"sub\">Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#8217;ll get back to you.<\/p>\n    <div class=\"gauge\">\n      <div class=\"gauge-track\"><div class=\"gauge-fill\" id=\"gaugeFill\"><\/div><\/div>\n      <div class=\"gauge-label\">\n        <span id=\"labelDetails\">Details<\/span>\n        <span id=\"labelVacancy\">Vacancy<\/span>\n        <span id=\"labelDocs\">Documents<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"wrap\">\n  <form id=\"appForm\" novalidate action=\"https:\/\/formsubmit.co\/philip@cardealerrecruitment.co.uk\" method=\"POST\" enctype=\"multipart\/form-data\">\n    <input type=\"hidden\" name=\"_subject\" value=\"New application \u2014 Car Dealer Recruitment website\">\n    <input type=\"hidden\" name=\"_template\" value=\"table\">\n    <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n\n    <div class=\"field\">\n      <label for=\"name\">Full name <span class=\"req\">*<\/span><\/label>\n      <input type=\"text\" id=\"name\" name=\"name\" autocomplete=\"name\" placeholder=\"Jane Smith\">\n      <div class=\"error-msg\" id=\"err-name\">Please enter your full name.<\/div>\n    <\/div>\n\n    <div class=\"field\">\n      <label for=\"phone\">Telephone <span class=\"req\">*<\/span><\/label>\n      <input type=\"tel\" id=\"phone\" name=\"phone\" autocomplete=\"tel\" placeholder=\"07700 900123\">\n      <div class=\"error-msg\" id=\"err-phone\">Please enter a valid phone number.<\/div>\n    <\/div>\n\n    <div class=\"field\">\n      <label for=\"email\">Email address <span class=\"req\">*<\/span><\/label>\n      <input type=\"email\" id=\"email\" name=\"email\" autocomplete=\"email\" placeholder=\"jane.smith@email.com\">\n      <div class=\"error-msg\" id=\"err-email\">Please enter a valid email address.<\/div>\n    <\/div>\n\n    <div class=\"field\">\n      <label for=\"vacancy\">Vacancy applied for <span class=\"req\">*<\/span><\/label>\n      <select id=\"vacancy\" name=\"vacancy\">\n        <option value=\"\" disabled selected>Select a role<\/option>\n        <option>Vehicle Technician<\/option>\n        <option>Master Technician<\/option>\n        <option>MOT Tester<\/option>\n        <option>Service Advisor<\/option>\n        <option>Parts Advisor<\/option>\n        <option>Sales Executive<\/option>\n        <option>Sales Manager<\/option>\n        <option>Service Manager<\/option>\n        <option>Aftersales Manager<\/option>\n        <option>Other \/ not listed<\/option>\n      <\/select>\n      <div class=\"error-msg\" id=\"err-vacancy\">Please select the vacancy you&#8217;re applying for.<\/div>\n    <\/div>\n\n    <div class=\"field\">\n      <label>Upload your CV <span class=\"req\">*<\/span><\/label>\n      <div class=\"drop\" id=\"drop-cv\">\n        <input type=\"file\" id=\"cv\" name=\"cv\" accept=\".pdf,.doc,.docx\">\n        <div class=\"drop-icon\">\u2191<\/div>\n        <div class=\"drop-text\">Tap to upload, or drag a file here<\/div>\n        <div class=\"drop-sub\">PDF or Word, up to 10MB<\/div>\n      <\/div>\n      <div class=\"file-chosen\" id=\"chosen-cv\"><\/div>\n      <div class=\"error-msg\" id=\"err-cv\">Please attach your CV.<\/div>\n    <\/div>\n\n    <div class=\"field\">\n      <label>Introduction letter <span style=\"color:var(--ink-soft);font-weight:500;\">(optional)<\/span><\/label>\n      <div class=\"drop\" id=\"drop-letter\">\n        <input type=\"file\" id=\"letter\" name=\"letter\" accept=\".pdf,.doc,.docx\">\n        <div class=\"drop-icon\">\u2191<\/div>\n        <div class=\"drop-text\">Tap to upload, or drag a file here<\/div>\n        <div class=\"drop-sub\">PDF or Word, up to 10MB<\/div>\n      <\/div>\n      <div class=\"file-chosen\" id=\"chosen-letter\"><\/div>\n    <\/div>\n\n    <button type=\"submit\" id=\"submitBtn\">Send application<\/button>\n    <p class=\"privacy\">Your details are used only to review your application and get in touch about this and suitable roles. We won&#8217;t share your CV with an employer without asking you first.<\/p>\n  <\/form>\n\n  <div class=\"success\" id=\"successPanel\">\n    <div class=\"success-mark\">\u2713<\/div>\n    <h2>Application received<\/h2>\n    <p>Thanks \u2014 your details and CV have come through. We personally review every application and will be in touch if it&#8217;s a good fit.<\/p>\n  <\/div>\n<\/div>\n\n<script>\nconst form = document.getElementById('appForm');\nconst fields = ['name','phone','email','vacancy'];\nconst gaugeFill = document.getElementById('gaugeFill');\nconst labels = {details:document.getElementById('labelDetails'),vacancy:document.getElementById('labelVacancy'),docs:document.getElementById('labelDocs')};\n\nfunction setupDrop(dropId, inputId, chosenId){\n  const drop = document.getElementById(dropId);\n  const input = document.getElementById(inputId);\n  const chosen = document.getElementById(chosenId);\n  input.addEventListener('change', () => {\n    if(input.files.length){\n      chosen.textContent = '\u2713 ' + input.files[0].name;\n      chosen.classList.add('show');\n    } else {\n      chosen.classList.remove('show');\n    }\n    updateGauge();\n    clearError(inputId);\n  });\n  ['dragover','dragleave','drop'].forEach(evt=>{\n    drop.addEventListener(evt, e=>{\n      e.preventDefault();\n      if(evt==='dragover') drop.classList.add('dragover');\n      else drop.classList.remove('dragover');\n    });\n  });\n  drop.addEventListener('drop', e=>{\n    if(e.dataTransfer.files.length){\n      input.files = e.dataTransfer.files;\n      input.dispatchEvent(new Event('change'));\n    }\n  });\n}\nsetupDrop('drop-cv','cv','chosen-cv');\nsetupDrop('drop-letter','letter','chosen-letter');\n\nfunction clearError(id){\n  const el = document.getElementById(id);\n  const err = document.getElementById('err-'+id);\n  if(el) el.classList.remove('error');\n  if(err) err.classList.remove('show');\n}\n\nfields.forEach(id=>{\n  document.getElementById(id).addEventListener('input', ()=>{clearError(id); updateGauge();});\n  document.getElementById(id).addEventListener('change', ()=>{clearError(id); updateGauge();});\n});\n\nfunction updateGauge(){\n  const detailsDone = ['name','phone','email'].every(id=>document.getElementById(id).value.trim());\n  const vacancyDone = document.getElementById('vacancy').value.trim() !== '';\n  const docsDone = document.getElementById('cv').files.length > 0;\n  let pct = 8;\n  if(detailsDone) pct = 40;\n  if(detailsDone && vacancyDone) pct = 70;\n  if(detailsDone && vacancyDone && docsDone) pct = 100;\n  gaugeFill.style.width = pct + '%';\n  labels.details.classList.toggle('active', detailsDone);\n  labels.vacancy.classList.toggle('active', vacancyDone);\n  labels.docs.classList.toggle('active', docsDone);\n}\n\nfunction isValidEmail(v){ return \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(v); }\nfunction isValidPhone(v){ return \/^[0-9+()\\s-]{7,20}$\/.test(v); }\n\nform.addEventListener('submit', function(e){\n  e.preventDefault();\n  let valid = true;\n\n  const name = document.getElementById('name').value.trim();\n  if(!name){ setError('name'); valid = false; }\n\n  const phone = document.getElementById('phone').value.trim();\n  if(!phone || !isValidPhone(phone)){ setError('phone'); valid = false; }\n\n  const email = document.getElementById('email').value.trim();\n  if(!email || !isValidEmail(email)){ setError('email'); valid = false; }\n\n  const vacancy = document.getElementById('vacancy').value;\n  if(!vacancy){ setError('vacancy'); valid = false; }\n\n  const cv = document.getElementById('cv').files.length;\n  if(!cv){ setError('cv'); valid = false; }\n\n  if(!valid){\n    const firstError = form.querySelector('.error');\n    if(firstError) firstError.scrollIntoView({behavior:'smooth', block:'center'});\n    return;\n  }\n\n  const btn = document.getElementById('submitBtn');\n  btn.disabled = true;\n  btn.textContent = 'Sending\u2026';\n\n  const data = new FormData(form);\n\n  fetch('https:\/\/formsubmit.co\/ajax\/philip@cardealerrecruitment.co.uk', {\n    method: 'POST',\n    body: data,\n    headers: { 'Accept': 'application\/json' }\n  })\n  .then(res => {\n    if(!res.ok) throw new Error('Send failed');\n    form.style.display = 'none';\n    document.getElementById('successPanel').classList.add('show');\n  })\n  .catch(() => {\n    btn.disabled = false;\n    btn.textContent = 'Send application';\n    alert('Something went wrong sending your application. Please try again, or email your CV directly to philip@cardealerrecruitment.co.uk.');\n  });\n});\n\nfunction setError(id){\n  const el = document.getElementById(id);\n  const err = document.getElementById('err-'+id);\n  if(el) el.classList.add('error');\n  if(err) err.classList.add('show');\n}\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#8217;ll get back to you. Details Vacancy Documents Full name * Please enter [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-3897","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#039;ll get back to you. Details Vacancy Documents Full name * Please enter\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Car Dealer Recruitment -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Apply \u2013 CV - Car Dealer Recruitment\" \/>\n\t\t<meta property=\"og:description\" content=\"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#039;ll get back to you. Details Vacancy Documents Full name * Please enter\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-21T23:49:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-21T23:49:10+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Apply \u2013 CV - Car Dealer Recruitment\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#039;ll get back to you. Details Vacancy Documents Full name * Please enter\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cardealerrecruitment.co.uk\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897#listItem\",\"name\":\"Apply &#8211;  CV\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897#listItem\",\"position\":2,\"name\":\"Apply &#8211;  CV\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/#organization\",\"name\":\"Car Dealer Recruitment\",\"url\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-cropped-IMG_6195.jpeg\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897\\\/#organizationLogo\",\"width\":510,\"height\":352,\"caption\":\"Car Dealer Recruitment\"},\"image\":{\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897#webpage\",\"url\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897\",\"name\":\"Apply \\u2013 CV - Car Dealer Recruitment\",\"description\":\"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \\u2014 40+ years in the motor trade means we know what good looks like, and we'll get back to you. Details Vacancy Documents Full name * Please enter\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/?page_id=3897#breadcrumblist\"},\"datePublished\":\"2026-07-21T23:49:08+00:00\",\"dateModified\":\"2026-07-21T23:49:10+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/\",\"name\":\"Car Dealer Recruitment\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/cardealerrecruitment.co.uk\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Apply \u2013 CV - Car Dealer Recruitment","description":"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we'll get back to you. Details Vacancy Documents Full name * Please enter","canonical_url":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/cardealerrecruitment.co.uk#listItem","position":1,"name":"Home","item":"https:\/\/cardealerrecruitment.co.uk","nextItem":{"@type":"ListItem","@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897#listItem","name":"Apply &#8211;  CV"}},{"@type":"ListItem","@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897#listItem","position":2,"name":"Apply &#8211;  CV","previousItem":{"@type":"ListItem","@id":"https:\/\/cardealerrecruitment.co.uk#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/cardealerrecruitment.co.uk\/#organization","name":"Car Dealer Recruitment","url":"https:\/\/cardealerrecruitment.co.uk\/","logo":{"@type":"ImageObject","url":"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg","@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897\/#organizationLogo","width":510,"height":352,"caption":"Car Dealer Recruitment"},"image":{"@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897#webpage","url":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897","name":"Apply \u2013 CV - Car Dealer Recruitment","description":"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we'll get back to you. Details Vacancy Documents Full name * Please enter","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/cardealerrecruitment.co.uk\/#website"},"breadcrumb":{"@id":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897#breadcrumblist"},"datePublished":"2026-07-21T23:49:08+00:00","dateModified":"2026-07-21T23:49:10+00:00"},{"@type":"WebSite","@id":"https:\/\/cardealerrecruitment.co.uk\/#website","url":"https:\/\/cardealerrecruitment.co.uk\/","name":"Car Dealer Recruitment","inLanguage":"en-GB","publisher":{"@id":"https:\/\/cardealerrecruitment.co.uk\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Car Dealer Recruitment -","og:type":"article","og:title":"Apply \u2013 CV - Car Dealer Recruitment","og:description":"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we'll get back to you. Details Vacancy Documents Full name * Please enter","og:url":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897","og:image":"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg","og:image:secure_url":"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg","article:published_time":"2026-07-21T23:49:08+00:00","article:modified_time":"2026-07-21T23:49:10+00:00","twitter:card":"summary_large_image","twitter:title":"Apply \u2013 CV - Car Dealer Recruitment","twitter:description":"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we'll get back to you. Details Vacancy Documents Full name * Please enter","twitter:image":"https:\/\/cardealerrecruitment.co.uk\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-cropped-IMG_6195.jpeg"},"aioseo_meta_data":{"post_id":"3897","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-21 23:49:10","updated":"2026-07-22 02:06:37","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/cardealerrecruitment.co.uk\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tApply \u2013  CV\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/cardealerrecruitment.co.uk"},{"label":"Apply &#8211;  CV","link":"https:\/\/cardealerrecruitment.co.uk\/?page_id=3897"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"job-stack-blog-thumbnail-img":false},"uagb_author_info":{"display_name":"Car Dealer Recruitment","author_link":"https:\/\/cardealerrecruitment.co.uk\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Apply | Car Dealer Recruitment Car Dealer Recruitment Apply for a role Tell us a little about yourself and attach your CV. We read every application personally \u2014 40+ years in the motor trade means we know what good looks like, and we&#8217;ll get back to you. Details Vacancy Documents Full name * Please enter&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/3897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3897"}],"version-history":[{"count":1,"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/3897\/revisions"}],"predecessor-version":[{"id":3899,"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/3897\/revisions\/3899"}],"wp:attachment":[{"href":"https:\/\/cardealerrecruitment.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}