{"id":4352,"date":"2026-04-08T13:00:15","date_gmt":"2026-04-08T13:00:15","guid":{"rendered":"https:\/\/www.bemyeyes.com\/business\/?page_id=4352"},"modified":"2026-04-22T12:31:51","modified_gmt":"2026-04-22T12:31:51","slug":"corporate-volunteering-organize-an-event","status":"publish","type":"page","link":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/","title":{"rendered":"Corporate Volunteering: Organize an Event"},"content":{"rendered":"\n<section class=\"max-w-screen-xl mx-auto py-8 lg:py-16 text-center text-[var(--text-color)] hidden\" >\n            <h3 class=\"text-[var(--text-eyebrow)] text-sm font-normal opacity-95\">\n            See the Difference        <\/h3>\n                <h2 class=\"text-[var(--primary-color)] text-3xl lg:text-4xl md:text-4xl font-medium mt-2\">\n            Hear from the people giving a little back        <\/h2>\n                <!-- Video Carousel Container -->\n        <div class=\"relative mt-8 w-full mx-auto overflow-hidden\">\n            <div id=\"carousel\" class=\"flex transition-transform duration-500 ease-in-out\">\n                                    <div class=\"carousel-item w-full flex-shrink-0\">\n                                                    <video class=\"w-full rounded-3xl\" controls>\n                                <source src=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/02\/small.mp4\" type=\"video\/mp4\">\n                                                                    Your browser does not support the video tag.                                                            <\/video>\n                                                                            <p class=\"text-[var(--text-color)] mt-2\">\n                                \u201cI was able to provide just a little help at the perfect time that it&#039;s needed most.\u201d Volunteering Genesys employee                            <\/p>\n                                            <\/div>\n                                    <div class=\"carousel-item w-full flex-shrink-0\">\n                                                    <video class=\"w-full rounded-3xl\" controls>\n                                <source src=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/02\/small-1.mp4\" type=\"video\/mp4\">\n                                                                    Your browser does not support the video tag.                                                            <\/video>\n                                                                            <p class=\"text-[var(--text-color)] mt-2\">\n                                \u201cOur Be My Eyes volunteer day ranks at the top of any activity we\u2019ve ever done!&#039; Dick Estes, Founder u0026amp; President of Motivation Technologies                            <\/p>\n                                            <\/div>\n                                    <div class=\"carousel-item w-full flex-shrink-0\">\n                                                    <video class=\"w-full rounded-3xl\" controls>\n                                <source src=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/02\/small-2.mp4\" type=\"video\/mp4\">\n                                                                    Your browser does not support the video tag.                                                            <\/video>\n                                                                            <p class=\"text-[var(--text-color)] mt-2\">\n                                Video Testimonial 3                            <\/p>\n                                            <\/div>\n                            <\/div>\n\n            <!-- Carousel Controls -->\n            <button id=\"prev\" aria-label=\"Previous Video\" class=\"absolute left-4 top-1\/2 transform -translate-y-1\/2 bg-[var(--btn-bg)] p-2 rounded-full text-[var(--btn-text)]\">\n                \u25c0\n            <\/button>\n            <button id=\"next\" aria-label=\"Next Video\" class=\"absolute right-4 top-1\/2 transform -translate-y-1\/2 bg-[var(--btn-bg)] p-2 rounded-full text-[var(--btn-text)]\">\n                \u25b6\n            <\/button>\n        <\/div>\n        <!-- Pagination Dots -->\n    <div class=\"mt-6 flex justify-center gap-3\">\n        <button class=\"dot w-4 h-4 bg-[var(--btn-text)] rounded-full border border-[var(--border-primary-color)]\" aria-label=\"Go to slide 1\"><\/button>\n        <button class=\"dot w-4 h-4 bg-transparent rounded-full border border-[var(--border-primary-color)]\" aria-label=\"Go to slide 2\"><\/button>\n        <button class=\"dot w-4 h-4 bg-transparent rounded-full border border-[var(--border-primary-color)]\" aria-label=\"Go to slide 3\"><\/button>\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const carousel = document.getElementById(\"carousel\");\n        const slides = document.querySelectorAll(\".carousel-item\");\n        const prevBtn = document.getElementById(\"prev\");\n        const nextBtn = document.getElementById(\"next\");\n        const dots = document.querySelectorAll(\".dot\");\n\n        let currentSlide = 0;\n\n        function updateCarousel() {\n            slides.forEach((slide, index) => {\n                slide.classList.toggle(\"hidden\", index !== currentSlide);\n            });\n\n            dots.forEach((dot, index) => {\n                dot.classList.toggle(\"bg-[var(--btn-text)]\", index === currentSlide);\n                dot.classList.toggle(\"bg-transparent\", index !== currentSlide);\n            });\n        }\n\n        prevBtn.addEventListener(\"click\", function () {\n            currentSlide = (currentSlide - 1 + slides.length) % slides.length;\n            updateCarousel();\n        });\n\n        nextBtn.addEventListener(\"click\", function () {\n            currentSlide = (currentSlide + 1) % slides.length;\n            updateCarousel();\n        });\n\n        dots.forEach((dot, index) => {\n            dot.addEventListener(\"click\", function () {\n                currentSlide = index;\n                updateCarousel();\n            });\n        });\n\n        document.addEventListener(\"keydown\", function (event) {\n            if (event.key === \"ArrowLeft\") prevBtn.click();\n            if (event.key === \"ArrowRight\") nextBtn.click();\n        });\n\n        updateCarousel();\n    });\n<\/script>\n\n\n\n<section          aria-labelledby=\"audience-type-heading\"\n        class=\"mx-auto px-4 py-12 flex w-full flex-col items-center transition-colors duration-300 \"\n>\n    <div class=\"flex flex-col items-start gap-8 w-full max-w-screen-xl\">\n        <!-- Section Header -->\n        <header class=\"flex flex-col w-full items-start\">\n                                    <h2 id=\"audience-type-heading\" class=\"text-3xl w-full lg:text-4xl font-medium leading-tight text-primary\">\n                Be My Eyes Corporate Volunteering Packages            <\/h2>\n                    <\/header>\n\n        <!-- Cards -->\n                <div class=\"w-full grid grid-cols-1 md:grid-cols-3 gap-6\">\n            <!-- Card 1 -->\n                        <article\n                    class=\"w-full flex flex-col bg-secondary border border-primary rounded-3xl p-6 bg-[var(--hero-bg)]\"\n            >\n                <div class=\"h-full flex flex-col justify-between items-start\">\n                    <div class=\"mb-12\">\n                                                <h3 class=\"text-3xl w-full lg:text-4xl font-medium text-primary mb-4\">\n                            Silver                        <\/h3>\n                        \n                                                <h6 class=\"text-lg w-full font-bold text-primary mb-4 text-[var(--text-eyebrow)]\">\n                            4 Events Per Year \n                        <\/h6>\n                        \n                                                <p class=\"text-sm w-full font-bold text-primary mb-4\">\n                            Ideal for small teams getting started with ongoing engagement.                        <\/p>\n                                                                        <div class=\"text-sm leading-relaxed mb-22 packages-point\">\n                            <ul>\n<li data-section-id=\"1qxcisk\" data-start=\"55\" data-end=\"72\">2 <strong>hosted<\/strong> events<\/li>\n<li data-section-id=\"1wijbnj\" data-start=\"73\" data-end=\"92\">2 <strong>unhosted<\/strong> events<\/li>\n<li data-section-id=\"1wbcr4w\" data-start=\"93\" data-end=\"127\">Up to <strong>100<\/strong> participants per event<\/li>\n<li data-section-id=\"cszopj\" data-start=\"128\" data-end=\"144\">Impact <strong>reports<\/strong><\/li>\n<\/ul>\n                        <\/div>\n                                            <\/div>\n                    \n                                        <a class=\"btn btn-primary\" href=\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#contact-corporate\" target=\"_self\" title=\"\" role=\"button\" aria-label=\"\">Get Started<\/a>\n                                    <\/div>\n            <\/article>\n                        <article\n                    class=\"w-full flex flex-col bg-secondary border border-primary rounded-3xl p-6 bg-[var(--hero-bg)]\"\n            >\n                <div class=\"h-full flex flex-col justify-between items-start\">\n                    <div class=\"mb-12\">\n                                                <h3 class=\"text-3xl w-full lg:text-4xl font-medium text-primary mb-4\">\n                            Gold                        <\/h3>\n                        \n                                                <h6 class=\"text-lg w-full font-bold text-primary mb-4 text-[var(--text-eyebrow)]\">\n                            6 Events Per Year \n                        <\/h6>\n                        \n                                                <p class=\"text-sm w-full font-bold text-primary mb-4\">\n                            Designed for teams looking to scale participation across the organization.                        <\/p>\n                                                                        <div class=\"text-sm leading-relaxed mb-22 packages-point\">\n                            <ul>\n<li data-section-id=\"1qxcisk\" data-start=\"55\" data-end=\"72\">2 <strong>hosted<\/strong> events<\/li>\n<li data-section-id=\"1wijbnj\" data-start=\"73\" data-end=\"92\">4 <strong>unhosted<\/strong> events<\/li>\n<li data-section-id=\"1wbcr4w\" data-start=\"93\" data-end=\"127\">Up to <strong>100<\/strong> participants per event<\/li>\n<li data-section-id=\"cszopj\" data-start=\"128\" data-end=\"144\">Impact <strong>reports<\/strong><\/li>\n<\/ul>\n                        <\/div>\n                                            <\/div>\n                    \n                                        <a class=\"btn btn-primary\" href=\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#contact-corporate\" target=\"_self\" title=\"\" role=\"button\" aria-label=\"\">Get Started<\/a>\n                                    <\/div>\n            <\/article>\n                        <article\n                    class=\"w-full flex flex-col bg-secondary border border-primary rounded-3xl p-6 bg-[var(--hero-bg)]\"\n            >\n                <div class=\"h-full flex flex-col justify-between items-start\">\n                    <div class=\"mb-12\">\n                                                <h3 class=\"text-3xl w-full lg:text-4xl font-medium text-primary mb-4\">\n                            Platinum                        <\/h3>\n                        \n                                                <h6 class=\"text-lg w-full font-bold text-primary mb-4 text-[var(--text-eyebrow)]\">\n                            8 Events Per Year \n                        <\/h6>\n                        \n                                                <p class=\"text-sm w-full font-bold text-primary mb-4\">\n                            For Organizations looking to maximize engagement, visibiltiy and impact.                         <\/p>\n                                                                        <div class=\"text-sm leading-relaxed mb-22 packages-point\">\n                            <ul>\n<li data-section-id=\"1qxcisk\" data-start=\"55\" data-end=\"72\">4 <strong>hosted<\/strong> events<\/li>\n<li data-section-id=\"1wijbnj\" data-start=\"73\" data-end=\"92\">4 <strong>unhosted<\/strong> events<\/li>\n<li data-section-id=\"1wbcr4w\" data-start=\"93\" data-end=\"127\">Up to <strong>100<\/strong> participants per event<\/li>\n<li data-section-id=\"cszopj\" data-start=\"128\" data-end=\"144\">Fireside chat with Be My Eyes Founder or CEO<\/li>\n<li data-section-id=\"cszopj\" data-start=\"128\" data-end=\"144\">Full PR Roll out and communications support<\/li>\n<li data-section-id=\"cszopj\" data-start=\"128\" data-end=\"144\">Impact reports<\/li>\n<\/ul>\n                        <\/div>\n                                            <\/div>\n                    \n                                        <a class=\"btn btn-primary\" href=\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#contact-corporate\" target=\"_self\" title=\"\" role=\"button\" aria-label=\"\">Get Started<\/a>\n                                    <\/div>\n            <\/article>\n                    <\/div>\n            <\/div>\n<\/section>\n\n\n\n<section\n                aria-labelledby=\"community-title\"\n        class=\"px-4 py-12 md:px-8 md:py-8 lg:py-16 flex flex-col justify-start items-center bg-primary transition-colors duration-300 \"\n>\n    <div class=\"max-w-screen-xl flex flex-col justify-start items-start gap-16 w-full\">\n        <div class=\"border border-primary bg-[var(--hero-bg)] w-full rounded-3xl bg-secondary px-4 py-6 lg:px-16 lg:py-12 flex flex-col justify-start items-start\">\n            <div class=\"flex flex-col md:flex-row justify-between items-center w-full gap-12\">\n                <!-- Left Content -->\n\n\n                <!-- Right Content -->\n\n\n                <div class=\"flex flex-col justify-start items-start gap-4 w-full md:w-1\/2\">\n                    <div class=\"flex flex-col gap-2\">\n                                                                        <h4 class=\"text-primary-light text-3xl lg:text-4xl font-medium font-inter leading-snug\">\n                            One-off Trial                        <\/h4>\n                                            <\/div>\n                    <div class=\"flex items-start flex-col gap-6\">\n                                                <p class=\"text-body text-lg font-normal font-inter leading-relaxed\">\n                            We also offer a one-off trial event for $7,500, designed for teams that want to experience Be My Eyes Corporate Volunteering before committing to a longer-term program. This option is ideal for piloting the experience with a single team, testing engagement, or introducing accessibility initiatives within your organization.                        <\/p>\n                                                <div class=\"flex gap-4\">\n                                                <a class=\"btn btn-primary px-6 py-3 rounded-full text-base font-semibold transition\" href=\"#contact-corporate\" target=\"_self\" role=\"button\" aria-label=\"start a trial event\">Start a Trial Event<\/a>\n                                                \n\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"w-full md:w-1\/3 min-h-[500px] rounded-xl h-64 right-side-element flex items-center justify-center desktop-hero-bg lazyload\"  role=\"img\" aria-labelledby=\"right-column-title\" aria-describedby=\"right-column-description\" style=\"background-image:inherit; background-size: cover;background-position: center\"   data-bg-image=\"url(&#039;https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2026\/01\/Why-Corporate-Volunteering-Programs-Are-Becoming-The-Go-To-Engagement-Strategy.jpg&#039;)\">\n                                    <img decoding=\"async\" \n                        data-src=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2026\/01\/Why-Corporate-Volunteering-Programs-Are-Becoming-The-Go-To-Engagement-Strategy.jpg\"\n                        alt=\"Keep a high profile Illustration\"\n                        class=\"mobile-hero-img w-full h-full object-cover rounded-xl lazyload\"\n src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/800;\" \/>\n                                            <div id=\"right-column-title\" class=\"sr-only\">\n                            Keep a high profile Illustration                        <\/div>\n                                            <div id=\"right-column-description\" class=\"sr-only\">\n                            An image of mobil device showing company profile                        <\/div>\n                    \n\n\n                <\/div>\n            <\/div>\n\n\n\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section\n                aria-labelledby=\"community-title\"\n        class=\"px-4 py-12 md:px-8 md:py-8 lg:py-16 flex flex-col justify-start items-center bg-primary transition-colors duration-300 \"\n>\n    <div class=\"max-w-screen-xl flex flex-col justify-start items-start gap-16 w-full\">\n        <div class=\"border border-primary bg-[var(--hero-bg)] w-full rounded-3xl bg-secondary px-4 py-6 lg:px-16 lg:py-12 flex flex-col justify-start items-start\">\n            <div class=\"flex flex-col md:flex-row justify-between items-center w-full gap-12\">\n                <!-- Left Content -->\n\n\n                <!-- Right Content -->\n\n\n                <div class=\"flex flex-col justify-start items-start gap-4 w-full md:w-1\/2\">\n                    <div class=\"flex flex-col gap-2\">\n                                                                        <h4 class=\"text-primary-light text-3xl lg:text-4xl font-medium font-inter leading-snug\">\n                            Hosted Vs Unhosted                        <\/h4>\n                                            <\/div>\n                    <div class=\"flex items-start flex-col gap-6\">\n                                                <p class=\"text-body text-lg font-normal font-inter leading-relaxed\">\n                            Hosted events are structured, high-touch experiences that include live sessions and presentations from Be My Eyes. Un-hosted events provide a more flexible, self-directed format, enabling broader participation without live facilitation. Across both formats, event timing is coordinated collaboratively to ensure alignment and successful delivery.                        <\/p>\n                                                <div class=\"flex gap-4\">\n                                                <a class=\"btn btn-primary px-6 py-3 rounded-full text-base font-semibold transition\" href=\"#contact-corporate\" target=\"_self\" role=\"button\" aria-label=\"get started\">Get Started<\/a>\n                                                \n\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"w-full md:w-1\/3 min-h-[500px] rounded-xl h-64 right-side-element flex items-center justify-center desktop-hero-bg lazyload\"  role=\"img\" aria-labelledby=\"right-column-title\" aria-describedby=\"right-column-description\" style=\"background-image:inherit; background-size: cover;background-position: center\"   data-bg-image=\"url(&#039;https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/11\/micro-volunteering.png&#039;)\">\n                                    <img decoding=\"async\" \n                        data-src=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/11\/micro-volunteering.png\"\n                        alt=\"Keep a high profile Illustration\"\n                        class=\"mobile-hero-img w-full h-full object-cover rounded-xl lazyload\"\n src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/800;\" \/>\n                                            <div id=\"right-column-title\" class=\"sr-only\">\n                            Keep a high profile Illustration                        <\/div>\n                                            <div id=\"right-column-description\" class=\"sr-only\">\n                            An image of mobil device showing company profile                        <\/div>\n                    \n\n\n                <\/div>\n            <\/div>\n\n\n\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section id=\"contact-corporate\"  role=\"region\" class=\"\">\n    <div class=\"w-full max-w-screen-xl mx-auto py-4 px-4 2xl:py-12 2xl:px-6 flex flex-row lg:flex-row gap-12\">\n        <!-- Left Section -->\n\n            <div class=\"space-y-12 w-full\">\n                <div class=\"space-y-4\">\n                                        <span class=\"text-body text-sm font-normal text-[var(--text-eyebrow)] font-inter\">\n                        Tell us a bit about your team and we\u2019ll help you plan your first event.                    <\/span>\n                     \n                                        <h1 class=\"text-heading text-4xl font-medium font-inter leading-snug max-w-screen-xl\">\n                        Complete your details below and we&#8217;ll get back to you.                    <\/h1>\n                     \n                <\/div>\n\n                                                    <section class=\"contact-form-section p-8 rounded-2xl border border-primary bg-section bg-[var(--hero-bg)] w-full md:w-2\/3\">\n                        <p><script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script><br \/>\n<script>\n  hbspt.forms.create({\n    portalId: \"6577197\",\n    formId: \"3514a109-64ae-4db9-8ebe-424a6b0ca640\",\n    region: \"na1\"\n  });\n<\/script><\/p>\n                    <\/section>\n                            <\/div>\n\n        <\/div>\n\n        <!-- Right Section -->\n\n\n\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"class_list":["post-4352","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Organize a Corporate Volunteering Event<\/title>\n<meta name=\"description\" content=\"Choose from one of our corporate volunteering packages to get started.\" \/>\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.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Corporate Volunteering: Organize an Event\" \/>\n<meta property=\"og:description\" content=\"Choose from one of our corporate volunteering packages to get started.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/\" \/>\n<meta property=\"og:site_name\" content=\"Be My Eyes for Business\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bemyeyesapp\/?loc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-22T12:31:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/03\/BeMyEyes-logo-4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1406\" \/>\n\t<meta property=\"og:image:height\" content=\"938\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@BeMyEyes\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/\",\"url\":\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/\",\"name\":\"Organize a Corporate Volunteering Event\",\"isPartOf\":{\"@id\":\"https:\/\/www.bemyeyes.com\/business\/#website\"},\"datePublished\":\"2026-04-08T13:00:15+00:00\",\"dateModified\":\"2026-04-22T12:31:51+00:00\",\"description\":\"Choose from one of our corporate volunteering packages to get started.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.bemyeyes.com\/business\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Corporate Volunteering: Organize an Event\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.bemyeyes.com\/business\/#website\",\"url\":\"https:\/\/www.bemyeyes.com\/business\/\",\"name\":\"Be My Eyes for Business\",\"description\":\"Making good business accessible\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.bemyeyes.com\/business\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Organize a Corporate Volunteering Event","description":"Choose from one of our corporate volunteering packages to get started.","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.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/","og_locale":"en_US","og_type":"article","og_title":"Corporate Volunteering: Organize an Event","og_description":"Choose from one of our corporate volunteering packages to get started.","og_url":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/","og_site_name":"Be My Eyes for Business","article_publisher":"https:\/\/www.facebook.com\/bemyeyesapp\/?loc","article_modified_time":"2026-04-22T12:31:51+00:00","og_image":[{"width":1406,"height":938,"url":"https:\/\/www.bemyeyes.com\/business\/wp-content\/uploads\/sites\/5\/2025\/03\/BeMyEyes-logo-4.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@BeMyEyes","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/","url":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/","name":"Organize a Corporate Volunteering Event","isPartOf":{"@id":"https:\/\/www.bemyeyes.com\/business\/#website"},"datePublished":"2026-04-08T13:00:15+00:00","dateModified":"2026-04-22T12:31:51+00:00","description":"Choose from one of our corporate volunteering packages to get started.","breadcrumb":{"@id":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bemyeyes.com\/business\/corporate-volunteering-organize-an-event\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bemyeyes.com\/business\/"},{"@type":"ListItem","position":2,"name":"Corporate Volunteering: Organize an Event"}]},{"@type":"WebSite","@id":"https:\/\/www.bemyeyes.com\/business\/#website","url":"https:\/\/www.bemyeyes.com\/business\/","name":"Be My Eyes for Business","description":"Making good business accessible","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bemyeyes.com\/business\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/pages\/4352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/comments?post=4352"}],"version-history":[{"count":0,"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/pages\/4352\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bemyeyes.com\/business\/wp-json\/wp\/v2\/media?parent=4352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}