{"id":629,"date":"2025-06-27T15:55:57","date_gmt":"2025-06-27T14:55:57","guid":{"rendered":"https:\/\/www.empreso.co.uk\/?page_id=629"},"modified":"2025-06-27T17:04:16","modified_gmt":"2025-06-27T16:04:16","slug":"supporting-empreso-clients","status":"publish","type":"page","link":"https:\/\/www.empreso.co.uk\/?page_id=629","title":{"rendered":"Supporting Clients"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<!-- Empreso Client Support Page Content for WordPress -->\n<!-- Copy and paste this into your WordPress page editor (HTML view) -->\n\n<style>\n.empreso-support-page {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    line-height: 1.6;\n}\n\n.empreso-hero {\n    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);\n    color: white;\n    padding: 4rem 2rem;\n    text-align: center;\n    border-radius: 0.75rem;\n    margin-bottom: 3rem;\n}\n\n.empreso-hero-icon {\n    width: 64px;\n    height: 64px;\n    background: rgba(255, 255, 255, 0.2);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 2rem;\n    backdrop-filter: blur(10px);\n}\n\n.empreso-hero h1 {\n    font-size: 3rem;\n    font-weight: bold;\n    margin-bottom: 1rem;\n}\n\n.empreso-hero p {\n    font-size: 1.25rem;\n    margin-bottom: 2rem;\n    opacity: 0.9;\n}\n\n.empreso-buttons {\n    display: flex;\n    gap: 1rem;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.empreso-btn {\n    padding: 0.75rem 1.5rem;\n    border-radius: 0.5rem;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s ease;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n.empreso-btn-primary {\n    background: white;\n    color: #2563eb;\n}\n\n.empreso-btn-primary:hover {\n    background: #f8fafc;\n    transform: translateY(-2px);\n}\n\n.empreso-btn-outline {\n    background: transparent;\n    color: white;\n    border: 2px solid white;\n}\n\n.empreso-btn-outline:hover {\n    background: white;\n    color: #2563eb;\n}\n\n.empreso-content {\n    max-width: 800px;\n    margin: 0 auto 3rem;\n}\n\n.empreso-content p {\n    font-size: 1.125rem;\n    margin-bottom: 1.5rem;\n    line-height: 1.7;\n}\n\n.empreso-highlight {\n    background: #eff6ff;\n    border-left: 4px solid #2563eb;\n    padding: 1.5rem;\n    margin: 2rem 0;\n    border-radius: 0 0.5rem 0.5rem 0;\n}\n\n.empreso-highlight a {\n    color: #2563eb;\n    text-decoration: underline;\n    font-weight: 600;\n}\n\n.empreso-confidence {\n    background: #f0fdf4;\n    border: 1px solid #bbf7d0;\n    padding: 1.5rem;\n    border-radius: 0.5rem;\n    margin: 2rem 0;\n}\n\n.empreso-confidence p {\n    color: #166534;\n    font-weight: 600;\n    margin: 0;\n}\n\n.empreso-features {\n    background: #f8fafc;\n    padding: 3rem 2rem;\n    border-radius: 0.75rem;\n    margin: 3rem 0;\n}\n\n.empreso-features h2 {\n    text-align: center;\n    font-size: 2.25rem;\n    font-weight: bold;\n    color: #1f2937;\n    margin-bottom: 1rem;\n}\n\n.empreso-features-subtitle {\n    text-align: center;\n    font-size: 1.125rem;\n    color: #6b7280;\n    margin-bottom: 3rem;\n}\n\n.empreso-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 2rem;\n}\n\n.empreso-feature-card {\n    background: white;\n    padding: 2rem;\n    border-radius: 0.75rem;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n}\n\n.empreso-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n}\n\n.empreso-feature-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 0.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1rem;\n}\n\n.empreso-feature-icon.blue { background: #dbeafe; color: #2563eb; }\n.empreso-feature-icon.green { background: #dcfce7; color: #16a34a; }\n.empreso-feature-icon.purple { background: #f3e8ff; color: #9333ea; }\n.empreso-feature-icon.orange { background: #fed7aa; color: #ea580c; }\n\n.empreso-feature-title {\n    font-size: 1.125rem;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    color: #1f2937;\n}\n\n.empreso-feature-description {\n    color: #6b7280;\n    font-size: 0.875rem;\n}\n\n.empreso-contact {\n    background: #f9fafb;\n    padding: 3rem 2rem;\n    border-radius: 0.75rem;\n    margin: 3rem 0;\n}\n\n.empreso-contact h2 {\n    text-align: center;\n    font-size: 2.25rem;\n    font-weight: bold;\n    color: #1f2937;\n    margin-bottom: 1rem;\n}\n\n.empreso-contact-subtitle {\n    text-align: center;\n    font-size: 1.125rem;\n    color: #6b7280;\n    margin-bottom: 3rem;\n}\n\n.empreso-contact-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n    margin-bottom: 2rem;\n}\n\n.empreso-contact-card {\n    background: white;\n    padding: 2rem;\n    border-radius: 0.75rem;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n}\n\n.empreso-contact-header {\n    display: flex;\n    align-items: center;\n    margin-bottom: 1rem;\n}\n\n.empreso-contact-icon {\n    width: 20px;\n    height: 20px;\n    margin-right: 0.5rem;\n}\n\n.empreso-contact-icon.phone { color: #2563eb; }\n.empreso-contact-icon.email { color: #16a34a; }\n\n.empreso-contact-title {\n    font-size: 1.125rem;\n    font-weight: 600;\n    color: #1f2937;\n}\n\n.empreso-contact-description {\n    color: #6b7280;\n    margin-bottom: 1rem;\n}\n\n.empreso-contact-info {\n    font-size: 1.125rem;\n    font-weight: 600;\n    color: #1f2937;\n}\n\n.empreso-contact-hours {\n    font-size: 0.875rem;\n    color: #6b7280;\n    margin-top: 0.5rem;\n}\n\n.empreso-trusted {\n    background: #eff6ff;\n    border: 1px solid #bfdbfe;\n    padding: 1.5rem;\n    border-radius: 0.5rem;\n    margin-top: 2rem;\n}\n\n.empreso-trusted h3 {\n    font-weight: 600;\n    font-size: 1.125rem;\n    color: #1e40af;\n    margin-bottom: 0.5rem;\n}\n\n.empreso-trusted p {\n    color: #1e40af;\n    margin-bottom: 0.5rem;\n}\n\n.empreso-trusted .phone {\n    font-weight: 600;\n}\n\n.empreso-trusted .note {\n    font-size: 0.875rem;\n    margin-top: 0.5rem;\n}\n\n.empreso-website-link {\n    text-align: center;\n    margin-top: 2rem;\n}\n\n.empreso-website-link a {\n    color: #2563eb;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.empreso-website-link a:hover {\n    color: #1d4ed8;\n    text-decoration: underline;\n}\n\n@media (max-width: 768px) {\n    .empreso-hero h1 {\n        font-size: 2rem;\n    }\n    \n    .empreso-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .empreso-btn {\n        width: 100%;\n        max-width: 300px;\n        justify-content: center;\n    }\n    \n    .empreso-features h2,\n    .empreso-contact h2 {\n        font-size: 1.875rem;\n    }\n}\n<\/style>\n\n<div class=\"empreso-support-page\">\n    <!-- Hero Section -->\n    <div class=\"empreso-hero\">\n        <div class=\"empreso-hero-icon\">\n            <svg width=\"32\" height=\"32\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/>\n            <\/svg>\n        <\/div>\n        <h1>Supporting Our Clients<\/h1>\n        <p>Your needs as a client will be considered on a very personal basis<\/p>\n        <div class=\"empreso-buttons\">\n            <a href=\"<a href=\"https:\/\/empreso.co.uk\/wp-content\/uploads\/2025\/06\/empreso_vulnerable_client_care_guide_uk.pdf\" class=\"empreso-btn empreso-btn-primary\"  download target=\"_blank\" rel=\"noopener\">\n\n                <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/>\n                <\/svg>\n                Download Support Guide\n            <\/a>\n            <a href=\"tel:01322412808\" class=\"empreso-btn empreso-btn-outline\">\n                <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/>\n                <\/svg>\n                Contact Support\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Main Content -->\n    <div class=\"empreso-content\">\n        <p>We understand that from time to time our clients may find themselves dealing with circumstances which could mean they are potentially vulnerable. For example, a change in health, caring for a family member or coping with the loss of a loved one. There are many different types of vulnerability, and what makes one person vulnerable might not affect someone else. When we are vulnerable, our need for financial advice may change. However, admitting vulnerability or seeking help can sometimes feel hard.<\/p>\n        \n        <div class=\"empreso-highlight\">\n            <p>If this is something you would like to discuss with your adviser, please ask for a copy of our support guide or <a href=\"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/empreso_vulnerable_client_care_guide_uk.pdf\">download a copy here<\/a>. This guide is designed to help explain vulnerability and the ways in which we might be able to support you. If you feel any of the circumstances in the brochure apply to you, please talk to your adviser.<\/p>\n        <\/div>\n\n        <p>Additionally, if you are the trusted individual for a relative or friend who is seeking financial advice from one of our advisers and you have concerns that they may not be sharing relevant details that could put them at risk, you can contact us on <a href=\"tel:01322412808\" style=\"color: #2563eb; font-weight: 600;\">0132 241 2808<\/a>.<\/p>\n\n        <div class=\"empreso-confidence\">\n            <p>All information provided is fully confidential and will only be used to ensure the best outcome for our clients.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Features Section -->\n    <div class=\"empreso-features\">\n        <h2>How We Support You<\/h2>\n        <p class=\"empreso-features-subtitle\">Our comprehensive approach ensures you receive the care and attention you need during challenging times<\/p>\n        \n        <div class=\"empreso-features-grid\">\n            <div class=\"empreso-feature-card\">\n                <div class=\"empreso-feature-icon blue\">\n                    <svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2ZM21 9V7L15 7.5V9M15 10.5V19L13.5 17.5V14.5H10.5V17.5L9 19V10.5H15Z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"empreso-feature-title\">Personalised Care<\/h3>\n                <p class=\"empreso-feature-description\">Tailored support that adapts to your unique circumstances and needs<\/p>\n            <\/div>\n\n            <div class=\"empreso-feature-card\">\n                <div class=\"empreso-feature-icon green\">\n                    <svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"empreso-feature-title\">Confidential Support<\/h3>\n                <p class=\"empreso-feature-description\">Complete privacy and confidentiality in all our interactions and services<\/p>\n            <\/div>\n\n            <div class=\"empreso-feature-card\">\n                <div class=\"empreso-feature-icon purple\">\n                    <svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M16 4C18.2 4 20 5.8 20 8C20 10.2 18.2 12 16 12C13.8 12 12 10.2 12 8C12 5.8 13.8 4 16 4ZM8 4C10.2 4 12 5.8 12 8C12 10.2 10.2 12 8 12C5.8 12 4 10.2 4 8C4 5.8 5.8 4 8 4ZM8 14C11.3 14 14 15.3 14 17V20H2V17C2 15.3 4.7 14 8 14ZM16 14C19.3 14 22 15.3 22 17V20H16V17.5C16 16.2 15.2 15.1 14 14.5C14.6 14.2 15.3 14 16 14Z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"empreso-feature-title\">Family Involvement<\/h3>\n                <p class=\"empreso-feature-description\">We can involve trusted family members or friends in your financial planning<\/p>\n            <\/div>\n\n            <div class=\"empreso-feature-card\">\n                <div class=\"empreso-feature-icon orange\">\n                    <svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C6.47,22 2,17.5 2,12A10,10 0 0,1 12,2M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"empreso-feature-title\">Flexible Timing<\/h3>\n                <p class=\"empreso-feature-description\">Extended meeting times and flexible scheduling to accommodate your needs<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Contact Section -->\n    <div class=\"empreso-contact\">\n        <h2>Get in Touch<\/h2>\n        <p class=\"empreso-contact-subtitle\">We&#8217;re here to help. Reach out to us through any of these channels.<\/p>\n        \n        <div class=\"empreso-contact-grid\">\n            <div class=\"empreso-contact-card\">\n                <div class=\"empreso-contact-header\">\n                    <svg class=\"empreso-contact-icon phone\" width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/>\n                    <\/svg>\n                    <h3 class=\"empreso-contact-title\">Client Services<\/h3>\n                <\/div>\n                <p class=\"empreso-contact-description\">For general support and to discuss your needs<\/p>\n                <p class=\"empreso-contact-info\">0132 241 2808<\/p>\n                <p class=\"empreso-contact-hours\">Monday &#8211; Friday, 9:00 AM &#8211; 5:00 PM<\/p>\n            <\/div>\n\n            <div class=\"empreso-contact-card\">\n                <div class=\"empreso-contact-header\">\n                    <svg class=\"empreso-contact-icon email\" width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path d=\"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\"\/>\n                    <\/svg>\n                    <h3 class=\"empreso-contact-title\">Email Support<\/h3>\n                <\/div>\n                <p class=\"empreso-contact-description\">Send us a message and we&#8217;ll respond promptly<\/p>\n                <p class=\"empreso-contact-info\">care@empreso.co<\/p>\n                <p class=\"empreso-contact-hours\">We typically respond within 24 hours<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"empreso-trusted\">\n            <h3>Trusted Individual Helpline<\/h3>\n            <p>If you&#8217;re concerned about a family member or friend who receives advice from Empreso:<\/p>\n            <p class=\"phone\">0132 241 2809<\/p>\n            <p class=\"note\">All communications are treated confidentially<\/p>\n        <\/div>\n\n        <div class=\"empreso-website-link\">\n            <p style=\"color: #6b7280; margin-bottom: 1rem;\">For additional resources and support information, visit:<\/p>\n            <a href=\"https:\/\/www.empreso.co\/support\" target=\"_blank\" rel=\"noopener noreferrer\">www.empreso.co\/support<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n<div class=\"gsp_post_data\" data-post_type=\"page\" data-cat=\"\" data-modified=\"120\" data-title=\"Supporting Clients\" data-home=\"https:\/\/www.empreso.co.uk\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Supporting Our Clients Your needs as a client will be considered on a very personal basis<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-629","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Supporting Clients - Empreso<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.empreso.co.uk\/?page_id=629\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Supporting Clients - Empreso\" \/>\n<meta property=\"og:description\" content=\"Supporting Our Clients Your needs as a client will be considered on a very personal basis\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.empreso.co.uk\/?page_id=629\" \/>\n<meta property=\"og:site_name\" content=\"Empreso\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EmpresoNetwork\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-27T16:04:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AlainMbe\" \/>\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:\\\/\\\/www.empreso.co.uk\\\/?page_id=629\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=629\",\"name\":\"Supporting Clients - Empreso\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\"},\"datePublished\":\"2025-06-27T14:55:57+00:00\",\"dateModified\":\"2025-06-27T16:04:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=629#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=629\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=629#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.empreso.co.uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Supporting Clients\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"name\":\"Empreso\",\"description\":\"Prosperity Through Property\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.empreso.co.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\",\"name\":\"Empreso\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"width\":1043,\"height\":240,\"caption\":\"Empreso\"},\"image\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EmpresoNetwork\",\"https:\\\/\\\/x.com\\\/AlainMbe\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/alainmbe\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Supporting Clients - Empreso","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:\/\/www.empreso.co.uk\/?page_id=629","og_locale":"en_GB","og_type":"article","og_title":"Supporting Clients - Empreso","og_description":"Supporting Our Clients Your needs as a client will be considered on a very personal basis","og_url":"https:\/\/www.empreso.co.uk\/?page_id=629","og_site_name":"Empreso","article_publisher":"https:\/\/www.facebook.com\/EmpresoNetwork","article_modified_time":"2025-06-27T16:04:16+00:00","twitter_card":"summary_large_image","twitter_site":"@AlainMbe","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.empreso.co.uk\/?page_id=629","url":"https:\/\/www.empreso.co.uk\/?page_id=629","name":"Supporting Clients - Empreso","isPartOf":{"@id":"https:\/\/www.empreso.co.uk\/#website"},"datePublished":"2025-06-27T14:55:57+00:00","dateModified":"2025-06-27T16:04:16+00:00","breadcrumb":{"@id":"https:\/\/www.empreso.co.uk\/?page_id=629#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.empreso.co.uk\/?page_id=629"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.empreso.co.uk\/?page_id=629#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.empreso.co.uk\/"},{"@type":"ListItem","position":2,"name":"Supporting Clients"}]},{"@type":"WebSite","@id":"https:\/\/www.empreso.co.uk\/#website","url":"https:\/\/www.empreso.co.uk\/","name":"Empreso","description":"Prosperity Through Property","publisher":{"@id":"https:\/\/www.empreso.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.empreso.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.empreso.co.uk\/#organization","name":"Empreso","url":"https:\/\/www.empreso.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","contentUrl":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","width":1043,"height":240,"caption":"Empreso"},"image":{"@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EmpresoNetwork","https:\/\/x.com\/AlainMbe","https:\/\/www.linkedin.com\/in\/alainmbe\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=629"}],"version-history":[{"count":5,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/629\/revisions"}],"predecessor-version":[{"id":650,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/629\/revisions\/650"}],"wp:attachment":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}