{"id":640,"date":"2011-07-04T10:30:22","date_gmt":"2011-07-04T09:30:22","guid":{"rendered":"https:\/\/portableappliance-testing.org.uk\/wp68\/?page_id=640"},"modified":"2026-07-30T11:11:47","modified_gmt":"2026-07-30T10:11:47","slug":"areas-we-cover","status":"publish","type":"page","link":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/","title":{"rendered":"Areas we Cover"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"640\" class=\"elementor elementor-640\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8ea362 e-con e-atomic-element e-flexbox-base e-2942640 \" data-id=\"a8ea362\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a8ea362\">\n    \t\t<div class=\"elementor-element elementor-element-18fee9c elementor-widget elementor-widget-html\" data-id=\"18fee9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =========================================================\n   PAT TESTING \u2014 FIND YOUR AREA SECTION\n   Replace the existing Find Your Area section with this block.\n========================================================= *\/\n\n.pat-location-finder,\n.pat-location-finder * {\n    box-sizing: border-box;\n}\n\n.pat-location-finder {\n    --pat-green: #075f05;\n    --pat-dark: #043f04;\n    --pat-light: #eef8ec;\n    --pat-soft: #f7faf6;\n    --pat-yellow: #f0dc00;\n    --pat-text: #172117;\n    --pat-muted: #687168;\n    --pat-border: #dce8dc;\n\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    padding: 78px 24px;\n    background:\n        radial-gradient(\n            circle at 94% 4%,\n            rgba(7, 95, 5, 0.07),\n            transparent 24%\n        ),\n        var(--pat-soft);\n}\n\n.pat-location-finder__container {\n    width: min(1180px, 100%);\n    margin: 0 auto;\n}\n\n\/* =========================================================\n   HEADING\n========================================================= *\/\n\n.pat-location-finder__top {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);\n    align-items: end;\n    gap: 60px;\n    margin-bottom: 34px;\n}\n\n.pat-location-finder__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 14px;\n    color: var(--pat-green);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n}\n\n.pat-location-finder__eyebrow::before {\n    content: \"\";\n    width: 34px;\n    height: 3px;\n    border-radius: 999px;\n    background: var(--pat-yellow);\n}\n\n.pat-location-finder__title {\n    max-width: 650px;\n    margin: 0;\n    color: var(--pat-text);\n    font-size: clamp(34px, 4.5vw, 54px);\n    font-weight: 900;\n    line-height: 1.03;\n    letter-spacing: -2px;\n}\n\n.pat-location-finder__title span {\n    color: var(--pat-green);\n}\n\n.pat-location-finder__intro {\n    margin: 0;\n    color: var(--muted, #687168);\n    font-size: 13.5px;\n    line-height: 1.75;\n}\n\n\/* =========================================================\n   POSTCODE CHECKER\n========================================================= *\/\n\n.pat-postcode-checker {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 30px;\n    padding: 12px;\n    border: 1px solid var(--pat-border);\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 18px 45px rgba(4, 63, 4, 0.08);\n}\n\n.pat-postcode-checker__field {\n    min-height: 54px;\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 0 17px;\n}\n\n.pat-postcode-checker__icon {\n    width: 38px;\n    height: 38px;\n    flex: 0 0 38px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 11px;\n    background: var(--pat-light);\n    color: var(--pat-green);\n}\n\n.pat-postcode-checker__icon svg {\n    width: 18px;\n    height: 18px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n\n.pat-postcode-checker__content {\n    min-width: 0;\n}\n\n.pat-postcode-checker__label {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--pat-text);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.pat-postcode-checker__text {\n    display: block;\n    color: var(--pat-muted);\n    font-size: 10px;\n    line-height: 1.45;\n}\n\n.pat-postcode-checker__button {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    padding: 11px 20px;\n    border-radius: 999px;\n    background: var(--pat-yellow);\n    color: var(--pat-dark) !important;\n    font-size: 11.5px;\n    font-weight: 900;\n    text-decoration: none !important;\n    white-space: nowrap;\n    transition:\n        transform 0.2s ease,\n        box-shadow 0.2s ease;\n}\n\n.pat-postcode-checker__button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 24px rgba(4, 63, 4, 0.14);\n}\n\n\/* =========================================================\n   REGION CARDS\n========================================================= *\/\n\n.pat-region-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n}\n\n.pat-region-card {\n    position: relative;\n    overflow: hidden;\n    border: 1px solid var(--pat-border);\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 9px 25px rgba(4, 63, 4, 0.045);\n    transition:\n        transform 0.22s ease,\n        box-shadow 0.22s ease,\n        border-color 0.22s ease;\n}\n\n.pat-region-card:hover {\n    transform: translateY(-4px);\n    border-color: rgba(7, 95, 5, 0.3);\n    box-shadow: 0 18px 38px rgba(4, 63, 4, 0.09);\n}\n\n.pat-region-card[open] {\n    grid-column: span 2;\n    border-color: var(--pat-green);\n    box-shadow: 0 18px 42px rgba(4, 63, 4, 0.1);\n}\n\n.pat-region-card__summary {\n    position: relative;\n    min-height: 152px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 20px;\n    cursor: pointer;\n    list-style: none;\n}\n\n.pat-region-card__summary::-webkit-details-marker {\n    display: none;\n}\n\n.pat-region-card__top {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 15px;\n}\n\n.pat-region-card__icon {\n    width: 46px;\n    height: 46px;\n    flex: 0 0 46px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 13px;\n    background: var(--pat-light);\n    color: var(--pat-green);\n    transition:\n        background-color 0.2s ease,\n        color 0.2s ease;\n}\n\n.pat-region-card[open] .pat-region-card__icon {\n    background: var(--pat-green);\n    color: #ffffff;\n}\n\n.pat-region-card__icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n\n.pat-region-card__toggle {\n    width: 31px;\n    height: 31px;\n    flex: 0 0 31px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--pat-soft);\n    color: var(--pat-green);\n    transition:\n        transform 0.22s ease,\n        background-color 0.22s ease;\n}\n\n.pat-region-card[open] .pat-region-card__toggle {\n    transform: rotate(45deg);\n    background: var(--pat-yellow);\n    color: var(--pat-dark);\n}\n\n.pat-region-card__toggle svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 2.2;\n    stroke-linecap: round;\n}\n\n.pat-region-card__title {\n    display: block;\n    margin-top: 21px;\n    color: var(--pat-text);\n    font-size: 17px;\n    font-weight: 900;\n    line-height: 1.25;\n}\n\n.pat-region-card__meta {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    margin-top: 7px;\n}\n\n.pat-region-card__subtitle {\n    color: var(--pat-muted);\n    font-size: 10px;\n    line-height: 1.45;\n}\n\n.pat-region-card__count {\n    flex: 0 0 auto;\n    padding: 5px 8px;\n    border-radius: 999px;\n    background: var(--pat-light);\n    color: var(--pat-green);\n    font-size: 8.5px;\n    font-weight: 900;\n    letter-spacing: 0.3px;\n    text-transform: uppercase;\n}\n\n\/* =========================================================\n   EXPANDED LOCATION PANEL\n========================================================= *\/\n\n.pat-region-card__content {\n    padding: 0 20px 21px;\n}\n\n.pat-region-card__content-inner {\n    padding-top: 19px;\n    border-top: 1px solid var(--pat-border);\n}\n\n.pat-region-card__content-title {\n    margin: 0 0 12px;\n    color: var(--pat-text);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.pat-region-card__locations {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n}\n\n.pat-location-tag {\n    min-height: 31px;\n    display: inline-flex;\n    align-items: center;\n    padding: 6px 10px;\n    border: 1px solid var(--pat-border);\n    border-radius: 8px;\n    background: var(--pat-soft);\n    color: #4d584d;\n    font-size: 9.5px;\n    font-weight: 700;\n    line-height: 1.3;\n}\n\n.pat-location-tag strong {\n    margin-right: 4px;\n    color: var(--pat-green);\n    font-weight: 900;\n}\n\n\/* =========================================================\n   BOTTOM CTA\n========================================================= *\/\n\n.pat-location-finder__footer {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    align-items: center;\n    gap: 30px;\n    margin-top: 28px;\n    padding: 28px 31px;\n    overflow: hidden;\n    border-radius: 19px;\n    background: var(--pat-dark);\n}\n\n.pat-location-finder__footer::after {\n    content: \"\";\n    position: absolute;\n    width: 170px;\n    height: 170px;\n    right: -65px;\n    bottom: -110px;\n    border: 35px solid rgba(240, 220, 0, 0.09);\n    border-radius: 50%;\n}\n\n.pat-location-finder__footer-content,\n.pat-location-finder__footer-actions {\n    position: relative;\n    z-index: 2;\n}\n\n.pat-location-finder__footer-title {\n    margin: 0;\n    color: #ffffff;\n    font-size: clamp(21px, 3vw, 31px);\n    font-weight: 900;\n    line-height: 1.15;\n    letter-spacing: -0.8px;\n}\n\n.pat-location-finder__footer-text {\n    max-width: 680px;\n    margin: 7px 0 0;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 11px;\n    line-height: 1.6;\n}\n\n.pat-location-finder__footer-actions {\n    display: flex;\n    gap: 9px;\n}\n\n.pat-location-finder__footer-button {\n    min-height: 45px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 10px 17px;\n    border-radius: 999px;\n    font-size: 10.5px;\n    font-weight: 900;\n    text-decoration: none !important;\n    white-space: nowrap;\n}\n\n.pat-location-finder__footer-button--yellow {\n    background: var(--pat-yellow);\n    color: var(--pat-dark) !important;\n}\n\n.pat-location-finder__footer-button--outline {\n    border: 1px solid rgba(255, 255, 255, 0.36);\n    color: #ffffff !important;\n}\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media (max-width: 980px) {\n    .pat-location-finder__top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n    }\n\n    .pat-region-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pat-region-card[open] {\n        grid-column: span 2;\n    }\n\n    .pat-location-finder__footer {\n        grid-template-columns: 1fr;\n    }\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 650px) {\n    .pat-location-finder {\n        padding: 58px 16px;\n    }\n\n    .pat-location-finder__title {\n        letter-spacing: -1.4px;\n    }\n\n    .pat-postcode-checker {\n        grid-template-columns: 1fr;\n        padding: 10px;\n    }\n\n    .pat-postcode-checker__button {\n        width: 100%;\n    }\n\n    .pat-region-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .pat-region-card[open] {\n        grid-column: auto;\n    }\n\n    .pat-region-card__summary {\n        min-height: 140px;\n        padding: 17px;\n    }\n\n    .pat-region-card__content {\n        padding: 0 17px 18px;\n    }\n\n    .pat-location-finder__footer {\n        padding: 25px 21px;\n    }\n\n    .pat-location-finder__footer-actions {\n        flex-direction: column;\n    }\n\n    .pat-location-finder__footer-button {\n        width: 100%;\n    }\n}\n<\/style>\n\n<section class=\"pat-location-finder\">\n    <div class=\"pat-location-finder__container\">\n\n        <!-- HEADING -->\n        <div class=\"pat-location-finder__top\">\n\n            <div>\n                <div class=\"pat-location-finder__eyebrow\">\n                    Service Coverage\n                <\/div>\n\n                <h2 class=\"pat-location-finder__title\">\n                    Find PAT Testing in\n                    <span>Your Area<\/span>\n                <\/h2>\n            <\/div>\n\n            <p class=\"pat-location-finder__intro\">\n                Select your region to view the main postcode areas covered by\n                our engineers. We regularly attend offices, schools, rental\n                properties and commercial premises throughout London and the\n                surrounding counties.\n            <\/p>\n\n        <\/div>\n\n        <!-- POSTCODE CHECKER -->\n        <div class=\"pat-postcode-checker\">\n\n            <div class=\"pat-postcode-checker__field\">\n\n                <span class=\"pat-postcode-checker__icon\">\n                    <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                        <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                    <\/svg>\n                <\/span>\n\n                <span class=\"pat-postcode-checker__content\">\n                    <span class=\"pat-postcode-checker__label\">\n                        Cannot see your exact location?\n                    <\/span>\n\n                    <span class=\"pat-postcode-checker__text\">\n                        Send us your postcode and estimated appliance quantity.\n                        We will confirm coverage and availability.\n                    <\/span>\n                <\/span>\n\n            <\/div>\n\n            <a\n                class=\"pat-postcode-checker__button\"\n                href=\"https:\/\/portableappliance-testing.org.uk\/wp68\/contact-us\/\"\n            >\n                Check My Postcode\n            <\/a>\n\n        <\/div>\n\n        <!-- REGION GRID -->\n        <div class=\"pat-region-grid\">\n\n            <!-- CENTRAL LONDON -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M4 20h16\"><\/path>\n                                <path d=\"M6 20V8l6-4 6 4v12\"><\/path>\n                                <path d=\"M9 11h2\"><\/path>\n                                <path d=\"M13 11h2\"><\/path>\n                                <path d=\"M9 15h2\"><\/path>\n                                <path d=\"M13 15h2\"><\/path>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            Central London\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                City, West End and central districts\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                10+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>EC1<\/strong> Clerkenwell<\/span>\n                            <span class=\"pat-location-tag\"><strong>EC2<\/strong> Bishopsgate<\/span>\n                            <span class=\"pat-location-tag\"><strong>EC3<\/strong> Fenchurch Street<\/span>\n                            <span class=\"pat-location-tag\"><strong>EC4<\/strong> Fleet Street<\/span>\n                            <span class=\"pat-location-tag\"><strong>W1<\/strong> Mayfair<\/span>\n                            <span class=\"pat-location-tag\"><strong>W2<\/strong> Paddington<\/span>\n                            <span class=\"pat-location-tag\"><strong>WC1<\/strong> Bloomsbury<\/span>\n                            <span class=\"pat-location-tag\"><strong>WC2<\/strong> Strand<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE1<\/strong> London Bridge<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW1<\/strong> Westminster<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- NORTH LONDON -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                                <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            North London\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                N and NW postcode districts\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                30+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>N1<\/strong> Islington<\/span>\n                            <span class=\"pat-location-tag\"><strong>N2<\/strong> East Finchley<\/span>\n                            <span class=\"pat-location-tag\"><strong>N3<\/strong> Finchley<\/span>\n                            <span class=\"pat-location-tag\"><strong>N4<\/strong> Finsbury Park<\/span>\n                            <span class=\"pat-location-tag\"><strong>N6<\/strong> Highgate<\/span>\n                            <span class=\"pat-location-tag\"><strong>N8<\/strong> Hornsey<\/span>\n                            <span class=\"pat-location-tag\"><strong>N10<\/strong> Muswell Hill<\/span>\n                            <span class=\"pat-location-tag\"><strong>N14<\/strong> Southgate<\/span>\n                            <span class=\"pat-location-tag\"><strong>N17<\/strong> Tottenham<\/span>\n                            <span class=\"pat-location-tag\"><strong>N22<\/strong> Wood Green<\/span>\n                            <span class=\"pat-location-tag\"><strong>NW1<\/strong> Camden<\/span>\n                            <span class=\"pat-location-tag\"><strong>NW3<\/strong> Hampstead<\/span>\n                            <span class=\"pat-location-tag\"><strong>NW6<\/strong> Kilburn<\/span>\n                            <span class=\"pat-location-tag\"><strong>NW9<\/strong> The Hyde<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- SOUTH LONDON -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                                <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            South London\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                SE and SW postcode districts\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                45+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>SE3<\/strong> Blackheath<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE5<\/strong> Camberwell<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE6<\/strong> Catford<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE8<\/strong> Deptford<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE10<\/strong> Greenwich<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE13<\/strong> Lewisham<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE15<\/strong> Peckham<\/span>\n                            <span class=\"pat-location-tag\"><strong>SE18<\/strong> Woolwich<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW2<\/strong> Brixton<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW4<\/strong> Clapham<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW6<\/strong> Fulham<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW11<\/strong> Battersea<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW17<\/strong> Tooting<\/span>\n                            <span class=\"pat-location-tag\"><strong>SW19<\/strong> Wimbledon<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- EAST LONDON -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                                <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            East London\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                E and selected IG postcode areas\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                25+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>E1<\/strong> Whitechapel<\/span>\n                            <span class=\"pat-location-tag\"><strong>E2<\/strong> Bethnal Green<\/span>\n                            <span class=\"pat-location-tag\"><strong>E3<\/strong> Bow<\/span>\n                            <span class=\"pat-location-tag\"><strong>E5<\/strong> Clapton<\/span>\n                            <span class=\"pat-location-tag\"><strong>E8<\/strong> Hackney<\/span>\n                            <span class=\"pat-location-tag\"><strong>E10<\/strong> Leyton<\/span>\n                            <span class=\"pat-location-tag\"><strong>E11<\/strong> Leytonstone<\/span>\n                            <span class=\"pat-location-tag\"><strong>E14<\/strong> Canary Wharf<\/span>\n                            <span class=\"pat-location-tag\"><strong>E15<\/strong> Stratford<\/span>\n                            <span class=\"pat-location-tag\"><strong>E17<\/strong> Walthamstow<\/span>\n                            <span class=\"pat-location-tag\"><strong>IG1<\/strong> Ilford<\/span>\n                            <span class=\"pat-location-tag\"><strong>IG8<\/strong> Woodford Green<\/span>\n                            <span class=\"pat-location-tag\"><strong>IG11<\/strong> Barking<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- WEST LONDON -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                                <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            West London\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                W, HA, UB and selected TW areas\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                30+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>W3<\/strong> Acton<\/span>\n                            <span class=\"pat-location-tag\"><strong>W4<\/strong> Chiswick<\/span>\n                            <span class=\"pat-location-tag\"><strong>W5<\/strong> Ealing<\/span>\n                            <span class=\"pat-location-tag\"><strong>W6<\/strong> Hammersmith<\/span>\n                            <span class=\"pat-location-tag\"><strong>W8<\/strong> Kensington<\/span>\n                            <span class=\"pat-location-tag\"><strong>W11<\/strong> Notting Hill<\/span>\n                            <span class=\"pat-location-tag\"><strong>W12<\/strong> Shepherd's Bush<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA1<\/strong> Harrow<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA9<\/strong> Wembley<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB1<\/strong> Southall<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB3<\/strong> Hayes<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB8<\/strong> Uxbridge<\/span>\n                            <span class=\"pat-location-tag\"><strong>TW3<\/strong> Hounslow<\/span>\n                            <span class=\"pat-location-tag\"><strong>TW8<\/strong> Brentford<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- SURREY -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M4 18h16\"><\/path>\n                                <path d=\"M6 18V9l6-4 6 4v9\"><\/path>\n                                <path d=\"M9 18v-5h6v5\"><\/path>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            Surrey\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                CR, KT and SM postcode districts\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                20+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>CR0<\/strong> Croydon<\/span>\n                            <span class=\"pat-location-tag\"><strong>CR2<\/strong> South Croydon<\/span>\n                            <span class=\"pat-location-tag\"><strong>CR4<\/strong> Mitcham<\/span>\n                            <span class=\"pat-location-tag\"><strong>CR5<\/strong> Coulsdon<\/span>\n                            <span class=\"pat-location-tag\"><strong>KT1<\/strong> Kingston<\/span>\n                            <span class=\"pat-location-tag\"><strong>KT3<\/strong> New Malden<\/span>\n                            <span class=\"pat-location-tag\"><strong>KT5<\/strong> Surbiton<\/span>\n                            <span class=\"pat-location-tag\"><strong>KT9<\/strong> Chessington<\/span>\n                            <span class=\"pat-location-tag\"><strong>SM1<\/strong> Sutton<\/span>\n                            <span class=\"pat-location-tag\"><strong>SM4<\/strong> Morden<\/span>\n                            <span class=\"pat-location-tag\"><strong>SM5<\/strong> Carshalton<\/span>\n                            <span class=\"pat-location-tag\"><strong>SM6<\/strong> Wallington<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- KENT -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M4 17 9 7l4 7 3-5 4 8\"><\/path>\n                                <path d=\"M3 20h18\"><\/path>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            Kent\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                Selected BR postcode districts\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                8+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>BR1<\/strong> Bromley<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR2<\/strong> Bickley<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR3<\/strong> Beckenham<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR5<\/strong> Orpington<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR6<\/strong> Orpington<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR7<\/strong> Chislehurst<\/span>\n                            <span class=\"pat-location-tag\"><strong>BR8<\/strong> Swanley<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n            <!-- MIDDLESEX -->\n            <details class=\"pat-region-card\">\n                <summary class=\"pat-region-card__summary\">\n\n                    <div class=\"pat-region-card__top\">\n                        <span class=\"pat-region-card__icon\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 21s7-5.3 7-11a7 7 0 1 0-14 0c0 5.7 7 11 7 11z\"><\/path>\n                                <circle cx=\"12\" cy=\"10\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/span>\n\n                        <span class=\"pat-region-card__toggle\">\n                            <svg viewBox=\"0 0 24 24\">\n                                <path d=\"M12 5v14\"><\/path>\n                                <path d=\"M5 12h14\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/div>\n\n                    <div>\n                        <span class=\"pat-region-card__title\">\n                            Middlesex\n                        <\/span>\n\n                        <span class=\"pat-region-card__meta\">\n                            <span class=\"pat-region-card__subtitle\">\n                                Enfield, Harrow, Wembley and Uxbridge\n                            <\/span>\n\n                            <span class=\"pat-region-card__count\">\n                                25+ areas\n                            <\/span>\n                        <\/span>\n                    <\/div>\n\n                <\/summary>\n\n                <div class=\"pat-region-card__content\">\n                    <div class=\"pat-region-card__content-inner\">\n\n                        <h3 class=\"pat-region-card__content-title\">\n                            Main locations covered\n                        <\/h3>\n\n                        <div class=\"pat-region-card__locations\">\n                            <span class=\"pat-location-tag\"><strong>EN1<\/strong> Enfield<\/span>\n                            <span class=\"pat-location-tag\"><strong>EN4<\/strong> Barnet<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA0<\/strong> Wembley<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA1<\/strong> Harrow<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA4<\/strong> Ruislip<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA5<\/strong> Pinner<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA7<\/strong> Stanmore<\/span>\n                            <span class=\"pat-location-tag\"><strong>HA8<\/strong> Edgware<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB3<\/strong> Hayes<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB6<\/strong> Greenford<\/span>\n                            <span class=\"pat-location-tag\"><strong>UB8<\/strong> Uxbridge<\/span>\n                            <span class=\"pat-location-tag\"><strong>TW1<\/strong> Twickenham<\/span>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/details>\n\n        <\/div>\n\n        <!-- BOTTOM CTA -->\n        <div class=\"pat-location-finder__footer\">\n\n            <div class=\"pat-location-finder__footer-content\">\n                <h3 class=\"pat-location-finder__footer-title\">\n                    Your location is not listed?\n                <\/h3>\n\n                <p class=\"pat-location-finder__footer-text\">\n                    We may still be able to attend depending on the size of the\n                    job and engineer availability. Contact us with your postcode\n                    and approximate number of appliances.\n                <\/p>\n            <\/div>\n\n            <div class=\"pat-location-finder__footer-actions\">\n\n                <a\n                    class=\"pat-location-finder__footer-button pat-location-finder__footer-button--yellow\"\n                    href=\"https:\/\/portableappliance-testing.org.uk\/wp68\/contact-us\/\"\n                >\n                    Check Availability\n                <\/a>\n\n                <a\n                    class=\"pat-location-finder__footer-button pat-location-finder__footer-button--outline\"\n                    href=\"tel:02089516820\"\n                >\n                    0208 951 6820\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Service Coverage Find PAT Testing in Your Area Select your region to view the main postcode areas covered by our engineers. We regularly attend offices, schools, rental properties and commercial premises throughout London and the surrounding counties. Cannot see your exact location? Send us your postcode and estimated appliance quantity. We will confirm coverage and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-640","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PAT Testing, Areas we Cover - PAT Testing<\/title>\n<meta name=\"description\" content=\"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PAT Testing, Areas we Cover - PAT Testing\" \/>\n<meta property=\"og:description\" content=\"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/\" \/>\n<meta property=\"og:site_name\" content=\"PAT Testing\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T10:11:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/areas-we-cover\\\/\",\"url\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/areas-we-cover\\\/\",\"name\":\"PAT Testing, Areas we Cover - PAT Testing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#website\"},\"datePublished\":\"2011-07-04T09:30:22+00:00\",\"dateModified\":\"2026-07-30T10:11:47+00:00\",\"description\":\"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/areas-we-cover\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/areas-we-cover\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/areas-we-cover\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Areas we Cover\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#website\",\"url\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/\",\"name\":\"Portable Appliance Testing\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#organization\",\"name\":\"Portable Appliance Testing\",\"url\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/secureservercdn.net\\\/160.153.138.178\\\/0x7.2d4.myftpupload.com\\\/wp-content\\\/uploads\\\/2018\\\/11\\\/pat-logo-new.png?time=1663008489\",\"contentUrl\":\"https:\\\/\\\/secureservercdn.net\\\/160.153.138.178\\\/0x7.2d4.myftpupload.com\\\/wp-content\\\/uploads\\\/2018\\\/11\\\/pat-logo-new.png?time=1663008489\",\"width\":1677,\"height\":281,\"caption\":\"Portable Appliance Testing\"},\"image\":{\"@id\":\"https:\\\/\\\/portableappliance-testing.org.uk\\\/wp68\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PAT Testing, Areas we Cover - PAT Testing","description":"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.","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:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/","og_locale":"en_GB","og_type":"article","og_title":"PAT Testing, Areas we Cover - PAT Testing","og_description":"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.","og_url":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/","og_site_name":"PAT Testing","article_modified_time":"2026-07-30T10:11:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/","url":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/","name":"PAT Testing, Areas we Cover - PAT Testing","isPartOf":{"@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#website"},"datePublished":"2011-07-04T09:30:22+00:00","dateModified":"2026-07-30T10:11:47+00:00","description":"Portable Appliance Testing coverage across Greater London area. PAT Test London request for a free and quick quote now! Call us on 0208 951 6820.","breadcrumb":{"@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/areas-we-cover\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/portableappliance-testing.org.uk\/wp68\/"},{"@type":"ListItem","position":2,"name":"Areas we Cover"}]},{"@type":"WebSite","@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#website","url":"https:\/\/portableappliance-testing.org.uk\/wp68\/","name":"Portable Appliance Testing","description":"","publisher":{"@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/portableappliance-testing.org.uk\/wp68\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#organization","name":"Portable Appliance Testing","url":"https:\/\/portableappliance-testing.org.uk\/wp68\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#\/schema\/logo\/image\/","url":"https:\/\/secureservercdn.net\/160.153.138.178\/0x7.2d4.myftpupload.com\/wp-content\/uploads\/2018\/11\/pat-logo-new.png?time=1663008489","contentUrl":"https:\/\/secureservercdn.net\/160.153.138.178\/0x7.2d4.myftpupload.com\/wp-content\/uploads\/2018\/11\/pat-logo-new.png?time=1663008489","width":1677,"height":281,"caption":"Portable Appliance Testing"},"image":{"@id":"https:\/\/portableappliance-testing.org.uk\/wp68\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/pages\/640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/comments?post=640"}],"version-history":[{"count":6,"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/pages\/640\/revisions"}],"predecessor-version":[{"id":4920,"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/pages\/640\/revisions\/4920"}],"wp:attachment":[{"href":"https:\/\/portableappliance-testing.org.uk\/wp68\/wp-json\/wp\/v2\/media?parent=640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}