CINXE.COM

About BrightLocal | We're Passionate About Helping Our Customers Grow

<!DOCTYPE html> <html lang="en-GB"> <head> <!-- Cookiebot Script --> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6ac94a6e-2f94-4f3a-98d7-0034ad4d0a38" data-blockingmode="auto" data-layer-name="dataLayer" type="text/javascript" data-georegions=" {'region':'US-06','cbid':'ea72e80e-4330-4a75-bdee-be41afb6915d'}, {'region':'US-09','cbid':'ea72e80e-4330-4a75-bdee-be41afb6915d'}, {'region':'US-08','cbid':'ea72e80e-4330-4a75-bdee-be41afb6915d'}, {'region':'US-49','cbid':'ea72e80e-4330-4a75-bdee-be41afb6915d'}, {'region':'US-51','cbid':'ea72e80e-4330-4a75-bdee-be41afb6915d'}, {'region':'BR','cbid':'e9175ff6-86b6-4866-b95c-f7d8a577a452'}, {'region':'ZA','cbid':'a698b892-d6e2-4be2-a00e-cf2cd78d0fb6'}, {'region':'AT','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'BE','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'BG','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'HR','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'CY','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'CZ','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'DK','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'EE','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'FI','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'FR','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'DE','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'GR','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'HU','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'IE','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'IT','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'LV','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'LT','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'LU','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'MT','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'NL','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'PL','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'PT','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'RO','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'SK','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'SI','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'ES','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'SE','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'IS','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'LI','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'NO','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'GB','cbid':'bd50f22f-cec7-4ef5-be66-884a348da311'}, {'region':'AU','cbid':'f9d560e1-7cd1-4571-bc0f-973120ac9408'}, {'region':'NZ','cbid':'f9d560e1-7cd1-4571-bc0f-973120ac9408'} "> </script> <!-- Tag Manager Script --> <script data-cookieconsent="ignore"> if (window.location.hostname !== 'staging.corp.brightlocal.com') { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } // Define default and granted consent objects const defaultConsent = { ad_personalization: "denied", ad_storage: "denied", ad_user_data: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "granted", wait_for_update: 500, }; const grantedConsent = { ad_personalization: "granted", ad_storage: "granted", ad_user_data: "granted", analytics_storage: "granted", functionality_storage: "granted", personalization_storage: "granted", security_storage: "granted", wait_for_update: 500, }; // Apply default consent on page load gtag("consent", "default", defaultConsent); // Function to adjust consent based on geo-IP function gtm_permissions() { // Check if Cookiebot is loaded and userCountry is available if (typeof Cookiebot !== "undefined" && Cookiebot.userCountry) { console.log("Cookiebot loaded: applying geo-IP consent settings"); const restrictedCountries = /AT|BE|BG|CY|CZ|DE|DK|EE|ES|FI|FR|GB|GR|HR|HU|IE|IT|LT|LU|LV|MT|NL|PL|PT|RO|SE|SI|SK|AU|NZ|BR|ZA/; const userCountry = Cookiebot.userCountry.toUpperCase(); console.log("userCountry: " + userCountry); if (!restrictedCountries.test(userCountry)) { // Grant full consent for non-restricted countries gtag("consent", "default", grantedConsent); } else { // Apply restricted consent settings for restricted countries gtag("consent", "default", defaultConsent); gtag("set", "ads_data_redaction", true); gtag("set", "url_passthrough", false); } } else { console.log("Cookiebot not loaded or userCountry is not available, retrying in 100ms"); setTimeout(gtm_permissions, 100); } } // Initial geo-IP check on page load console.log('Initial geo-IP check (After GTM load)'); gtm_permissions(); // Load GTM immediately, independent of consent (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); const f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); console.log("GTM loaded"); })(window, document, 'script', 'dataLayer', 'GTM-WC7KC5'); // Wait for the Cookiebot dialog to display, then apply geo-IP consent changes window.addEventListener('CookiebotOnDialogDisplay', function () { console.log("Cookiebot dialog displayed: firing gtm_permissions() function"); gtm_permissions(); }); } </script> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); /* ]]> */ </script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <link rel="dns-prefetch" href="https://cdn.brightlocal.com"> <link rel="dns-prefetch" href="https://corp-brightlocal.imgix.net"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="dns-prefetch" href="https://www.googletagmanager.com"> <link rel="dns-prefetch" href="https://fonts.googleapis.com"> <link rel="dns-prefetch" href="https://www.google.co.uk"> <link rel="dns-prefetch" href="https://www.google.com"> <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net"> <link rel="dns-prefetch" href="https://www.googleadservices.com"> <script type="text/javascript"> let query = document.location.search; let preview = query && query.indexOf('preview=true') !== -1; if(!window.CE2) { window.CE2 = {}; } if(document.head){ CE2.bh = document.createElement("style"); CE2.bh.innerHTML = "body{visibility:hidden !important}"; document.head.appendChild(CE2.bh); setTimeout(function() { if (CE2.bh) { CE2.bh.parentElement.removeChild(CE2.bh); delete(CE2.bh); } }, 100); } </script> <script type="text/javascript"> var BL = { toolsBaseUrl: 'https://tools.brightlocal.com' } </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script type='text/javascript'>window.wpApiSettings = { nonce: 'e95808b254' };</script> <!-- This site is optimized with the Yoast SEO plugin v23.9 - https://yoast.com/wordpress/plugins/seo/ --> <title>About BrightLocal | We&#039;re Passionate About Helping Our Customers Grow</title> <meta name="description" content="BrightLocal provide Local Search Marketing Tools for Agencies, Consultants and Local Businesses. We&#039;re dedicated to creating the best local SEO tools available." /> <link rel="canonical" href="https://www.brightlocal.com/about-us/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="About BrightLocal | We&#039;re Passionate About Helping Our Customers Grow" /> <meta property="og:description" content="BrightLocal provide Local Search Marketing Tools for Agencies, Consultants and Local Businesses. We&#039;re dedicated to creating the best local SEO tools available." /> <meta property="og:url" content="https://www.brightlocal.com/about-us/" /> <meta property="og:site_name" content="BrightLocal" /> <meta property="article:modified_time" content="2024-11-14T09:50:12+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Estimated reading time" /> <meta name="twitter:data1" content="5 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":["WebPage","AboutPage"],"@id":"https://www.brightlocal.com/about-us/","url":"https://www.brightlocal.com/about-us/","name":"About BrightLocal | We're Passionate About Helping Our Customers Grow","isPartOf":{"@id":"https://www.brightlocal.com/#website"},"datePublished":"2018-10-18T13:56:28+00:00","dateModified":"2024-11-14T09:50:12+00:00","description":"BrightLocal provide Local Search Marketing Tools for Agencies, Consultants and Local Businesses. We're dedicated to creating the best local SEO tools available.","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://www.brightlocal.com/about-us/"]}]},{"@type":"WebSite","@id":"https://www.brightlocal.com/#website","url":"https://www.brightlocal.com/","name":"BrightLocal","description":"Local Marketing Made Simple","publisher":{"@id":"https://www.brightlocal.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.brightlocal.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://www.brightlocal.com/#organization","name":"BrightLocal","url":"https://www.brightlocal.com/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://www.brightlocal.com/#/schema/logo/image/","url":"https://d317jr06u12xtj.cloudfront.net/2021/07/dDV8Izrs-brightlocal-logo-1.svg","contentUrl":"https://d317jr06u12xtj.cloudfront.net/2021/07/dDV8Izrs-brightlocal-logo-1.svg","width":182,"height":34,"caption":"BrightLocal"},"image":{"@id":"https://www.brightlocal.com/#/schema/logo/image/"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js-eu1.hs-scripts.com' /> <link rel='dns-prefetch' href='//js.hsforms.net' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="BrightLocal &raquo; Feed" href="https://www.brightlocal.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="BrightLocal &raquo; Comments Feed" href="https://www.brightlocal.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.brightlocal.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='brightlocal-style-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/base.css?id=f1ced9f5c54eb2a1fe85c2835ddcd4f6' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-text-blocks-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/global-blocks/text-blocks.css' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-brightlocal-team-panel-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/section-blocks/brightlocal-team-panel.css' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-twi-panel-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/section-blocks/twi-panel.css' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-cards-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/section-blocks/cards.css' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-contact-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/section-blocks/contact.css' type='text/css' media='all' /> <link rel='stylesheet' id='brightlocal-text-and-media-css' href='https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/css/content-blocks/header-blocks/text-and-media.css' type='text/css' media='all' /> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" id="jquery-js"></script> <link rel="https://api.w.org/" href="https://www.brightlocal.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.brightlocal.com/wp-json/wp/v2/pages/742" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.brightlocal.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.brightlocal.com/?p=742' /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.73--> <script class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <meta property="og:image" content="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/assets/images/globey-svgs/globey-pointer.svg" /> <style type="text/css" id="wp-custom-css"> #nav-container .main-nav-buttons .nav-cta-sales a { background: #4BBCFD; } #nav-container .main-nav-buttons .nav-cta-sales a:hover { background: #DBF2FF; } </style> <!-- Crazy egg scripts --> <script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0120/6277.js" async="async"></script> </head> <body class="page-template-default page page-id-742 page-parent wp-custom-logo" id="page-content"> <div id="top-of-site-pixel-anchor"></div> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WC7KC5" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <header id="page-header"> <a class="skip-link" href="#skip-content">Skip to content</a> <div class="top-bar-nav"> <div class="nav-container"><ul id="menu-pre-nav-menu" class="pre-nav-menu"><li id="menu-item-115672" class="top-nav-item stand-with-ukraine menu-item menu-item-type-custom menu-item-object-custom menu-item-115672"><a href="https://www.brightlocal.com/we-stand-with-ukraine/" class="nav-link"><span class="flag"></span> <span>We stand with Ukraine<span></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115527" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115527"><a href="https://academy.brightlocal.com" class="nav-link">BrightLocal Academy</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-123578" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-123578"><a href="https://www.brightlocal.com/contact-support" class="nav-link">Contact Support</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115528" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115528"><a href="https://help.brightlocal.com/hc/en-us" class="nav-link">Help Center</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115530" class="login menu-item menu-item-type-custom menu-item-object-custom menu-item-115530"><a href="https://tools.brightlocal.com/" class="nav-link">Login</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div></div> <div id="nav-container" class="flex"> <div class="logo"> <a href="https://www.brightlocal.com/" class="custom-logo-link" rel="home"><img width="215" height="40" src="https://www.brightlocal.com/wp-content/uploads/2023/09/BL-logomark-green.png" class="custom-logo" alt="Bl Logomark Green" decoding="async" /></a> </div> <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Top Menu"> <div class="menu-new-main-nav-container"><ul id="top-menu" class="menu"><li id="menu-item-115467" class="menu-item-explore menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115467"><a href="#" class="nav-link">Explore</a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115468" class="mob-nav-go-back menu-item menu-item-type-custom menu-item-object-custom menu-item-115468"><a href="#" class="nav-link">Back</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115469" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115469"><a href="/local-seo-tools/rankings/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/explore_local_rank_tracking.svg" alt="Explore Local Rank Tracking"> <div><span class="menu-item-link-text">Track Local Rankings</span> <span class="menu-item-description-new">Get a complete picture of your ranking performance</span></div></div></a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115470" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115470"><a href="/local-seo-tools/rankings/local-rank-tracker/" class="nav-link">Local Rank Tracker</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115488" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115488"><a href="/local-seo-tools/rankings/local-search-grid/" class="nav-link">Local Search Grid</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </li> <li id="menu-item-115471" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115471"><a href="/local-seo-tools/auditing/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/explore_local_seo_auditing.svg" alt="Explore Local Seo Auditing"> <div><span class="menu-item-link-text">Audit Local SEO</span> <span class="menu-item-description-new">Audit, track and improve every part of your local SEO profile</span></div></div></a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115472" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115472"><a href="/local-seo-tools/auditing/citation-tracker/" class="nav-link">Citation Tracker</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115473" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115473"><a href="/local-seo-tools/auditing/local-search-audit/" class="nav-link">Local Search Audit</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115474" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115474"><a href="/local-seo-tools/auditing/google-business-profile-audit/" class="nav-link">Google Business Profile Audit</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </li> <li id="menu-item-115475" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115475"><a href="/reputation-manager/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/explore_review_management.svg" alt="Explore Review Management"> <div><span class="menu-item-link-text">Reputation Management</span> <span class="menu-item-description-new">Manage, generate and showcase your online reviews</span></div></div></a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115476" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115476"><a href="/reputation-manager/get-reviews/" class="nav-link">Get Reviews</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115477" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115477"><a href="/reputation-manager/monitor-reviews/" class="nav-link">Monitor Reviews</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115478"><a href="/reputation-manager/showcase-reviews/" class="nav-link">Showcase Reviews</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </li> <li id="menu-item-116476" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-116476"><a href="/listings-management/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/explore_listings_management.svg" alt="Explore Listings Management"> <div><span class="menu-item-link-text">Listings Management</span> <span class="menu-item-description-new">Take full control of listings with our unique hybrid approach</span></div></div></a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-116477" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116477"><a href="/citation-builder/" class="nav-link">Citation Builder</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-116478" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116478"><a href="/listings-management/active-sync/" class="nav-link">Active Sync</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-116479" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116479"><a href="/listings-management/gbp-post-scheduler/" class="nav-link">GBP Post Scheduler</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-116480" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116480"><a href="/citation-builder/local-data-aggregators/" class="nav-link">Local Data Aggregators</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-116481" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116481"><a href="/citation-builder/yext-replacement-service/" class="nav-link">Yext Replacement Service</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </li> <li id="menu-item-115485" class="menu-html-element menu-item menu-item-type-custom menu-item-object-custom menu-item-115485"><a href="#" class="nav-link">HTML ELEMENT</a><div class="menu-item-banner"><div class="custom-main"><div class="nav-card"><div class="menu-item-image"><a href="/local-seo-services/" style="height:100%; background: url(https://www.brightlocal.com/wp-content/uploads/2024/11/local-seo-services-menu-icon.png) center center no-repeat; background-size: cover; display:block;" aria-label="Let our experts handle the work! Cost-effective and long-lasting services to grow your business."></a></div><div class="inner"><div class="menu-item-title"><h6><a href="/local-seo-services/">Local SEO Services</a></h6><p>Let our experts handle the work! Cost-effective and long-lasting services to grow your business.</p></div><div class="menu-item-link"><a href="/local-seo-services/" class="button button-sml button-tertiary">Explore</a></div></div></div></div></div></li> </ul></div> </li> <li id="menu-item-116377" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116377"><a href="/citation-builder/" class="nav-link">Citation Builder</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115486" class="menu-item-solutions menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115486"><a href="#" class="nav-link">Solutions</a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115487" class="mob-nav-go-back menu-item menu-item-type-custom menu-item-object-custom menu-item-115487"><a href="#" class="nav-link">Back</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115489" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115489"><a href="/agencies/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/solutions_agencies_and_consultants.svg" alt="Solutions Agencies And Consultants"> <div><span class="menu-item-link-text">For Agencies and Consultants</span> <span class="menu-item-description-new">Win and retain clients with white-label solutions</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115490" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115490"><a href="/multi-location/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/solutions_multilocational.svg" alt="Solutions Multilocational"> <div><span class="menu-item-link-text">For Multi-Location Brands</span> <span class="menu-item-description-new">Manage SEO, listings and reputation across multiple locations</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115492" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115492"><a href="/small-businesses/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/solutions_small_businesses.svg" alt="Solutions Small Businesses"> <div><span class="menu-item-link-text">For Small Businesses</span> <span class="menu-item-description-new">Increase search visibility and attract new customers</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-119221" class="horizon-main-nav menu-item menu-item-type-custom menu-item-object-custom menu-item-119221"><a href="/horizon" class="nav-link"><div class="menu-horizon-link"> <div class="gradient-bg"></div> <div class="flex-container"> <img src="/wp-content/uploads/2024/01/BL_Logo.svg" class="bl-logo" alt="BrightLocal Logo"> <p class="pill">New Product</p> </div> <img src="/wp-content/uploads/2024/01/Logos.svg" class="horizon-logo" alt="Horizon Logo"> <p>Marketing Command Center for Multi-Location Brands <svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"> <path d="M11.0299 5.75343C11.3229 5.46046 11.3229 4.98468 11.0299 4.69171L7.27993 0.941711C6.98696 0.648743 6.51118 0.648743 6.21821 0.941711C5.92524 1.23468 5.92524 1.71046 6.21821 2.00343L8.69087 4.47374H1.50024C1.0854 4.47374 0.750244 4.8089 0.750244 5.22374C0.750244 5.63859 1.0854 5.97374 1.50024 5.97374H8.68853L6.22056 8.44405C5.92759 8.73702 5.92759 9.21281 6.22056 9.50577C6.51353 9.79874 6.98931 9.79874 7.28228 9.50577L11.0323 5.75577L11.0299 5.75343Z" fill="white"/> </svg></p> </div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115493" class="menu-html-element menu-item menu-item-type-custom menu-item-object-custom menu-item-115493"><a href="#" class="nav-link">HTML ELEMENT</a><div class="menu-item-banner"><div class="custom-main"><div class="nav-card"><div class="menu-item-image"><a href="/case-studies/" style="height:100%; background: url(https://www.brightlocal.com/wp-content/uploads/2023/09/Case-Study.svg) center center no-repeat; background-size: cover; display:block;" aria-label="Learn how our customers have accelerated their success with BrightLocal"></a></div><div class="inner"><div class="menu-item-title"><h6><a href="/case-studies/">Case Studies</a></h6><p>Learn how our customers have accelerated their success with BrightLocal</p></div><div class="menu-item-link"><a href="/case-studies/" class="button button-sml button-tertiary">View case studies</a></div></div></div></div></div></li> </ul></div> </li> <li id="menu-item-115503" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115503"><a href="/pricing/" class="nav-link">Pricing</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115494" class="menu-item-insights menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115494"><a href="#" class="nav-link">Insights</a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115495" class="mob-nav-go-back menu-item menu-item-type-custom menu-item-object-custom menu-item-115495"><a href="#" class="nav-link">Back</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-120445" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-120445"><a href="/insights/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-allinsights.svg" alt="Icons Insights 80x80 Allinsights"> <div><span class="menu-item-link-text">All Insights</span> <span class="menu-item-description-new">Everything you need to deliver amazing local marketing results. News, data, videos, and more</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115499" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115499"><a href="/research/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-research.svg" alt="Icons Insights 80x80 Research"> <div><span class="menu-item-link-text">Research</span> <span class="menu-item-description-new">All of BrightLocal’s respected and widely-cited research in one place</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115496" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115496"><a href="/blog/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-news.svg" alt="Icons Insights 80x80 News"> <div><span class="menu-item-link-text">News</span> <span class="menu-item-description-new">The latest local search news and updates from BrightLocal</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115500" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115500"><a href="/resources/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-resources.svg" alt="Icons Insights 80x80 Resources"> <div><span class="menu-item-link-text">Resources</span> <span class="menu-item-description-new">Top review and citation sites, lists, guidelines, graphics, and more</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115498" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115498"><a href="/learn/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-learn.svg" alt="Icons Insights 80x80 Learn"> <div><span class="menu-item-link-text">Learn Local SEO</span> <span class="menu-item-description-new">Kick-start your local SEO efforts with our educational pieces</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115497" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115497"><a href="/webinars/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-webinars.svg" alt="Icons Insights 80x80 Webinars"> <div><span class="menu-item-link-text">Webinars</span> <span class="menu-item-description-new">Insightful, expert webinars devoted to local search</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115501" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115501"><a href="/podcast/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-podcasts.svg" alt="Icons Insights 80x80 Podcasts"> <div><span class="menu-item-link-text">Podcast</span> <span class="menu-item-description-new">Adventures in Local Marketing: Insightful conversations with the brightest minds in local marketing</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-120444" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-120444"><a href="https://academy.brightlocal.com/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2024/04/icons-insights-80x80-academy.svg" alt="Icons Insights 80x80 Academy"> <div><span class="menu-item-link-text">BrightLocal Academy <svg xmlns="http://www.w3.org/2000/svg" style="height: 1em; margin-left: 0.25rem; position: relative; top: 2px; "fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" /> </svg></span> <span class="menu-item-description-new">Free, interactive video courses to make you a better local marketer. Learn local SEO, agency management, and more</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115502" class="menu-html-element menu-item menu-item-type-custom menu-item-object-custom menu-item-115502"><a href="#" class="nav-link">HTML ELEMENT</a><div class="menu-item-banner"><div class="custom-main"><div class="nav-card"><div class="menu-item-image"><a href="https://www.brightlocal.com/agency-growth-handbook" style="height:100%; background: url(https://www.brightlocal.com/wp-content/uploads/2024/11/Agency-Playbook-Assets_notext.png) center center no-repeat; background-size: cover; display:block;" aria-label="Build and grow your local SEO agency with BrightLocal’s handbook."></a></div><div class="inner"><div class="menu-item-title"><h6><a href="https://www.brightlocal.com/agency-growth-handbook">The Agency Growth Handbook</a></h6><p>Build and grow your local SEO agency with BrightLocal’s handbook.</p></div><div class="menu-item-link"><a href="https://www.brightlocal.com/agency-growth-handbook" class="button button-sml button-tertiary">Dive in</a></div></div></div></div></div></li> </ul></div> </li> <li id="menu-item-115504" class="menu-item-about-us menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-115504"><a href="#" class="nav-link">About Us</a><span class="menu-item-description bl-menu-description"></span> <div class='sub-menu-bg'><div class='sub-menu-bg-btm'></div></div><div class='sub-menu-wrap'><ul class='sub-menu'> <li id="menu-item-115505" class="mob-nav-go-back menu-item menu-item-type-custom menu-item-object-custom menu-item-115505"><a href="#" class="nav-link">Back</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115506" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-115506"><a href="/about-us/" aria-current="page" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/about_about_brightlocal.svg" alt="About About Brightlocal"> <div><span class="menu-item-link-text">About BrightLocal</span> <span class="menu-item-description-new">Our passion is helping you succeed in local marketing</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115507" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115507"><a href="/careers/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/about_careers.svg" alt="About Careers"> <div><span class="menu-item-link-text">Careers</span> <span class="menu-item-description-new">Are you our next BrightLocaller? Join a company that cares</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115508" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115508"><a href="/affiliates/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/about_affiliate_program.svg" alt="About Affiliate Program"> <div><span class="menu-item-link-text">Affiliate Program</span> <span class="menu-item-description-new">Earn commission while helping other businesses grow </span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115509" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115509"><a href="/case-studies/" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/about_case_studies.svg" alt="About Case Studies"> <div><span class="menu-item-link-text">Case Studies</span> <span class="menu-item-description-new">See the difference BrightLocal’s tools can make</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115510" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-115510"><a href="/about-us/#contact" aria-current="page" class="nav-link"><div class="menu-item-with-icon"><img class="menu-item-icon-new" width="80" height="80" src="https://www.brightlocal.com/wp-content/uploads/2023/09/about_contact.svg" alt="About Contact"> <div><span class="menu-item-link-text">Contact Us</span> <span class="menu-item-description-new">Got a question? Our support specialists are on hand to help</span></div></div></a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </li> </ul></div> </nav> <div class="main-nav-buttons"><ul id="nav-buttons-login-menu" class="main-nav-buttons-container"><li id="menu-item-40" class="nav-cta-sales menu-item menu-item-type-custom menu-item-object-custom menu-item-40"><a href="https://www.brightlocal.com/book-a-demo/" class="nav-link">Book a demo</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-41" class="nav-cta-trial menu-item menu-item-type-custom menu-item-object-custom menu-item-41"><a href="https://tools.brightlocal.com/seo-tools/admin/sign-up/257/" class="nav-link">Start free trial</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> <button class="menu-toggle hamburger hamburger--3dy" type="button" aria-label="menu toggle" aria-controls="top-menu" aria-expanded="false" id="menu-toggle"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> </div> </header> <main id="skip-content"> <section class="panel header-block text_and_media custom-bg-dark anchor-nav " id="" > <div class="panel-content"> <div class="tm-main left"> <div class="gm-header text-center"> <h1 class="">We love local marketing</h1> <aside class="sub-heading"> <p>We're a group of dedicated, passionate local marketing experts building powerful software to help your agency and business succeed.</p> </aside> </div> </div> <div class="tm-main right dt-tab-show"> <div class="sc-image "> <div class="image-panel"> <figure class="picture"> <img class="img-respond" src="https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1.png" alt="About Us Image 1 768x641" width="768" height="641" importance="high" sizes="(min-width: 800px) 1024px, (min-width: 768px) 768px, (min-width: 360px) 414px" srcset="https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1.png 1024w, https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1-564x341.png 768w, https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1-414x346.png 414w" /> </figure> </div> </div> </div> <div class="tm-main right dt-tab-hide"> <div class="sc-image "> <div class="image-panel"> <figure class="picture"> <img class="img-respond" src="https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1.png" alt="About Us Image 1 768x641" width="768" height="641" importance="high" sizes="(min-width: 800px) 1024px, (min-width: 768px) 768px, (min-width: 360px) 414px" srcset="https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1.png 1024w, https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1-564x341.png 768w, https://www.brightlocal.com/wp-content/uploads/2024/09/About-Us-Image-1-768x641-1-414x346.png 414w" /> </figure> </div> </div> </div> </div> <nav class="internal-nav about_us"> <div class="menu-about-us-container"><ul id="customers-menu" class="menu"><li id="menu-item-45072" class="anchor menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-45072"><a href="/about-us/#meet-the-team" aria-current="page" class="nav-link">Meet the team</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-45073" class="anchor menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-45073"><a href="/about-us/#locations" aria-current="page" class="nav-link">Locations</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-45074" class="anchor menu-item menu-item-type-custom menu-item-object-custom menu-item-45074"><a href="https://www.brightlocal.com/careers/" class="nav-link">Careers</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-50155" class="anchor menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-50155"><a href="/about-us/#press" aria-current="page" class="nav-link">Press</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-80538" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80538"><a href="https://www.brightlocal.com/our-commitments/" class="nav-link">Our Commitments</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-46920" class="anchor menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-46920"><a href="/about-us/#contact" aria-current="page" class="nav-link">Contact Us</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </nav> </section> <!-- text_blocks --> <section class=" panel text_blocks custom-bg-light " id="history" > <div class=" panel-content " style="" > <div class="tb-header t-align-center"> <div class="gm-header text-center"> <h2 class="">A little about us...</h2> </div> </div> <div class="tb-grid-1"> <div class="tb-text-partial-width "> <p>We built BrightLocal to help every marketer working with a local business do their job better. Our tools and services have already helped over 80,000 local marketers deliver success for their brands and clients, and we’re just getting started.</p> <p>Whether you’re looking to boost <a href="https://www.brightlocal.com/local-seo-tools/rankings/">local rankings</a>, increase online visibility, build citations, develop an amazing <a href="https://www.brightlocal.com/reputation-manager/">online reputation</a>, or even grow your marketing agency, BrightLocal’s powerful tools make local marketing success simple.</p> <p>Local marketers use BrightLocal to showcase their expertise, so it’s only fitting that expertise runs through everything we do. Our team of passionate local SEO experts constantly stays on top of the ever-changing world of local marketing, so we can evolve our offering to ensure our customers stay three steps ahead of the competition.</p> <p><span style="font-weight: 400;">With over 150 staff working in four countries, we’re better positioned than ever before to develop best-in-class products. We also pride ourselves on publishing <a href="https://www.brightlocal.com/research/">insightful research</a> and providing exceptional </span>service for the thousands of agency, brand, and local business customers who trust BrightLocal to give them a competitive advantage.</p> <p>We’re ready for the future of local marketing. Are you?</p> </div> </div> </div> </section> <!-- ends --> <!-- brightlocal_team_panel --> <section class=" panel brightlocal_team_panel custom-bg-light " id="meet-the-team" > <div class=" panel-content " style="" > <div class="mtt-header"> <div class="gm-header text-center"> <h2 class="">Meet the team</h2> <aside class="sub-heading"> <p>We started with two people, one shared dream, and a lot of coffee. We've since grown to over 150 people across four countries!</p> </aside> </div> </div> <div class="mtt-controls team-controls"> <div class="intro-before"> </div> <div class="select" > <select id="departmentChooser"> <option value="customersuccess">Customer Success</option> <option value="customersupport">Customer Support</option> <option value="founders">Leadership Team</option> <option value="businessdev">Sales</option> <option value="developers">Product & Engineering</option> <option value="operations">Finance</option> <option value="revops">Revenue Operations</option> <option value="people">People</option> <option value="marketing">Marketing</option> <option value="citationbuilding">Citation Building</option> </select> </div> <div class="intro-after"> </div> </div> <div id="peeps flex" class="mtt-main"> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Myles-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Myles.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Myles-128x128.jpg" alt="Myles Anderson" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Myles Anderson</h6> </div> <p class="role">CEO & Founder</p> <p class="location">UK</p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Ed-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Ed.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Ed-128x128.jpg" alt="Ed Eliot" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ed Eliot</h6> </div> <p class="role">CTO & Founder</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Helen-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Helen.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Helen-128x128.jpg" alt="Helen Grave" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Helen Grave</h6> </div> <p class="role">UX Designer</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Cat-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Cat.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Cat-128x128.jpg" alt="Catherine O'Sullivan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Catherine O'Sullivan</h6> </div> <p class="role">Product Manager</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/09/IMG_0865-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/09/IMG_0865-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/09/IMG_0865-128x128.jpg" alt="Jack Williams" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jack Williams</h6> </div> <p class="role">Product Manager</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/09/Elliott-Bowles-Jenner-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/09/Elliott-Bowles-Jenner-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/09/Elliott-Bowles-Jenner-128x128.jpg" alt="Elliott Bowles-Jenner" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Elliott Bowles-Jenner</h6> </div> <p class="role">Product Support Specialist</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Iurii-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Iurii.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Iurii-128x128.jpg" alt="Iurii Pochtar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Iurii Pochtar</h6> </div> <p class="role">Lead Project Manager</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Alyona-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Alyona.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Alyona-128x128.jpg" alt="Alyona Mytrofanova" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alyona Mytrofanova</h6> </div> <p class="role">Project Manager</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1720-128x128.jpeg, https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1720-260x260.jpeg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1720-128x128.jpeg" alt="Fleur Colville " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Fleur Colville </h6> </div> <p class="role">Junior UX Product Designer</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1723-128x128.jpeg, https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1723-260x260.jpeg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/09/IMG_1723-128x128.jpeg" alt="Tali Kojuman" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Tali Kojuman</h6> </div> <p class="role">UX Product Designer</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/09/Katie-Gaspar-Slayford-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/09/Katie-Gaspar-Slayford-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/09/Katie-Gaspar-Slayford-128x128.jpg" alt="Katie Gaspar-Slayford" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Katie Gaspar-Slayford</h6> </div> <p class="role">UX Designer</p> <p class="location">UK</p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Vicky-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Vicky.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Vicky-128x128.jpg" alt="Vicky Chandler" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Vicky Chandler</h6> </div> <p class="role">Head of Customer Support</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/03/Ian-White-Background-128x128.png, https://d317jr06u12xtj.cloudfront.net/2021/03/Ian-White-Background-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/03/Ian-White-Background-128x128.png" alt="Ian Flamank" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ian Flamank</h6> </div> <p class="role">Customer Success Executive </p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/05/harry-woodhams-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/05/harry-woodhams-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/05/harry-woodhams-128x128.png" alt="Harry Woodhams" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Harry Woodhams</h6> </div> <p class="role">Customer Support Team Manager</p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-53-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-53-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-53-128x128.jpg" alt="Faith Al-Essa" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Faith Al-Essa</h6> </div> <p class="role">Senior Customer Support Executive</p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Mike-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Mike.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Mike-128x128.jpg" alt="Mike Wilson" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mike Wilson</h6> </div> <p class="role">Customer Support Executive</p> <p class="location">Cyprus</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/08/Hayden-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/08/Hayden-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/08/Hayden-128x128.png" alt="Hayden Hands" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Hayden Hands</h6> </div> <p class="role">Account Manager for Services </p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Mary-Grace-Martinez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Mary-Grace-Martinez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Mary-Grace-Martinez-128x128.png" alt="Grazzie Martinez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Grazzie Martinez</h6> </div> <p class="role">Customer Support Quality & Performance Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1265-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1265-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1265-NEW-128x128.png" alt="Aidan Forster" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Aidan Forster</h6> </div> <p class="role">Customer Support Executive</p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Clark-Sundo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Clark-Sundo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Clark-Sundo-128x128.png" alt="Clark Sundo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Clark Sundo</h6> </div> <p class="role">Senior Listing Support Executive</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Nikke-Mitsue-Gamayon-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Nikke-Mitsue-Gamayon-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Nikke-Mitsue-Gamayon-128x128.png" alt="Nikke Gamayon" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nikke Gamayon</h6> </div> <p class="role"> Listing Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Johnrey-Pradia-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Johnrey-Pradia-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Johnrey-Pradia-128x128.png" alt="Johnrey Pradia" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Johnrey Pradia</h6> </div> <p class="role">Listing Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/09/Kate-Bulusan-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/09/Kate-Bulusan-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/09/Kate-Bulusan-128x128.png" alt="Kate Bulusan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kate Bulusan</h6> </div> <p class="role">Listing Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/09/Lycka-Gervacio-Listing-Support-Executive-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/09/Lycka-Gervacio-Listing-Support-Executive-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/09/Lycka-Gervacio-Listing-Support-Executive-128x128.png" alt="Lycka Nicole Gervacio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Lycka Nicole Gervacio</h6> </div> <p class="role">Listing Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member revops"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Heather-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Heather.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Heather-128x128.jpg" alt="Heather Blankley" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Heather Blankley</h6> </div> <p class="role">Customer Success & Support Operations Manager</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/10/IMG_0246-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/10/IMG_0246-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/10/IMG_0246-1-128x128.jpg" alt="Laura Wilson " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Laura Wilson </h6> </div> <p class="role">Head of Customer Success</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2020/09/Melissa-128x128.png, https://d317jr06u12xtj.cloudfront.net/2020/09/Melissa-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2020/09/Melissa-128x128.png" alt="Melissa Usmar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Melissa Usmar</h6> </div> <p class="role">Customer Success Team Leader</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-54-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-54-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-54-128x128.jpg" alt="Becki Chandler" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Becki Chandler</h6> </div> <p class="role">Customer Success Manager</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/03/Peter-Minns-128x128.png, https://d317jr06u12xtj.cloudfront.net/2021/03/Peter-Minns-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/03/Peter-Minns-128x128.png" alt="Peter Minns" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Peter Minns</h6> </div> <p class="role">Listings Team Lead</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/08/Josh-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/08/Josh-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/08/Josh-128x128.png" alt="Josh Farnaby" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Josh Farnaby</h6> </div> <p class="role">Senior Account Manager (Listings)</p> <p class="location">UK</p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Jon-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Jon.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Jon-128x128.jpg" alt="Jon Rana" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jon Rana</h6> </div> <p class="role">Head of Sales</p> <p class="location">UK</p> </div> </div> <div class="member businessdev"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Harry-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Harry.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Harry-128x128.jpg" alt="Harry Richardson" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Harry Richardson</h6> </div> <p class="role">Senior Sales Executive</p> <p class="location">UK</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Rada-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Rada.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Rada-128x128.jpg" alt="Rada Daktina" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rada Daktina</h6> </div> <p class="role">Citation Operations Manager</p> <p class="location">UK</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Joseph-Jacinto-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Joseph-Jacinto-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Joseph-Jacinto-128x128.png" alt="Joseph Jacinto" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joseph Jacinto</h6> </div> <p class="role">Citation Delivery Manager</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Nikko-Rivera-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Nikko-Rivera-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Nikko-Rivera-128x128.png" alt="Nikko Rivera" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nikko Rivera</h6> </div> <p class="role">Citation Delivery Assistant Manager (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Sergey-Mudrik-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Sergey-Mudrik.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Sergey-Mudrik-128x128.jpg" alt="Serhii Mudryk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Serhii Mudryk</h6> </div> <p class="role">Principal Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/05/Alexander-Glushchenko-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/05/Alexander-Glushchenko.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/05/Alexander-Glushchenko-128x128.jpg" alt="Alexander Glushchenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alexander Glushchenko</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Dmitry-Maltsev-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Dmitry-Maltsev.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Dmitry-Maltsev-128x128.jpg" alt="Dmytro Maltsev" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Dmytro Maltsev</h6> </div> <p class="role">Principal Architect</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Vitalij-D-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Vitalij-D.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Vitalij-D-128x128.jpg" alt="Vitalij Dubenyuk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Vitalij Dubenyuk</h6> </div> <p class="role">Technical Product Owner</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-O-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-O.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-O-128x128.jpg" alt="Alexandr Oliinyk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alexandr Oliinyk</h6> </div> <p class="role">Senior Backend Engineer</p> <p class="location">Germany</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Ivan-P-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Ivan-P.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Ivan-P-128x128.jpg" alt="Ivan Prokopenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ivan Prokopenko</h6> </div> <p class="role">Senior Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Nikolay-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Nikolay.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Nikolay-128x128.jpg" alt="Nikolay Vlasuk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nikolay Vlasuk</h6> </div> <p class="role">Engineering Team Lead</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-N-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-N.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Alex-N-128x128.jpg" alt="Alexander Narozhny" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alexander Narozhny</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/yana-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/yana-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/yana-1-128x128.jpg" alt="Yanna Franchuk " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yanna Franchuk </h6> </div> <p class="role">Junior Backend Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Eugeny-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Eugeny.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Eugeny-128x128.jpg" alt="Eugeny Kutniak" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Eugeny Kutniak</h6> </div> <p class="role">Frontend Architect</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/10/photo-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/10/photo-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/10/photo-128x128.jpg" alt="Oksana Shmatok" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Oksana Shmatok</h6> </div> <p class="role">Frontend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/Huivan-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/Huivan-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/Huivan-1-128x128.jpg" alt="Yurii Huivan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yurii Huivan</h6> </div> <p class="role">Frontend Engineer </p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/11/Svitlana-new-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/11/Svitlana-new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/11/Svitlana-new-128x128.png" alt="Svitlana Mishchuk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Svitlana Mishchuk</h6> </div> <p class="role">Frontend Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_7160-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_7160-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_7160-NEW-128x128.png" alt="Iryna Horobets" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Iryna Horobets</h6> </div> <p class="role">Frontend Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8252-copy-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8252-copy-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8252-copy-1-128x128.jpg" alt="Maksym Prytyka" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Maksym Prytyka</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/02/020-new-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/02/020-new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/02/020-new-128x128.png" alt="Yaroslav Semeniv" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yaroslav Semeniv</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_20230314_133721-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_20230314_133721-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_20230314_133721-NEW-128x128.png" alt="Bartek Suchecki" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Bartek Suchecki</h6> </div> <p class="role">Senior Backend Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2023/01/image-35-128x128.png, https://d317jr06u12xtj.cloudfront.net/2023/01/image-35-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2023/01/image-35-128x128.png" alt="Piotr Piegza" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Piotr Piegza</h6> </div> <p class="role">Engineering Team Lead</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/02/IMG_2392-new-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/02/IMG_2392-new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/02/IMG_2392-new-128x128.png" alt="Anton Tomusyak" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Anton Tomusyak</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-47-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-47-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-47-128x128.jpg" alt="Alexandra Telyatnik " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alexandra Telyatnik </h6> </div> <p class="role">Backend Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_7962-1-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_7962-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_7962-1-128x128.png" alt="Roman Kushnir" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Roman Kushnir</h6> </div> <p class="role">Backend Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member operations"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1256-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1256-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_1256-NEW-128x128.png" alt="Callum Bristow" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Callum Bristow</h6> </div> <p class="role">Finance Officer</p> <p class="location">UK</p> </div> </div> <div class="member operations"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/09/Clare-Jeffrey-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/09/Clare-Jeffrey-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/09/Clare-Jeffrey-128x128.jpg" alt="Clare Jeffrey" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Clare Jeffrey</h6> </div> <p class="role">Finance Executive</p> <p class="location">UK</p> </div> </div> <div class="member operations"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_3299-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_3299-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/12/IMG_3299-128x128.png" alt="Jamie Standing" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jamie Standing</h6> </div> <p class="role">Finance Trainee</p> <p class="location">UK</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/03/Nicola.svg, https://d317jr06u12xtj.cloudfront.net/2019/03/Nicola.svg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/03/Nicola.svg" alt="Nicola Stenning" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nicola Stenning</h6> </div> <p class="role">People Operations Lead</p> <p class="location">UK</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Gian-Carlo-Calilung-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Gian-Carlo-Calilung-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Gian-Carlo-Calilung-128x128.png" alt="Gian Carlo Calilung" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Gian Carlo Calilung</h6> </div> <p class="role">Head of Operations</p> <p class="location">Philippines</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Rebecca-Joe-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Rebecca-Joe-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Rebecca-Joe-128x128.png" alt="Rebecca Joe" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rebecca Joe</h6> </div> <p class="role">HR & Office Admin (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Beverly-Fernandez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Beverly-Fernandez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Beverly-Fernandez-128x128.png" alt="Beverly Fernandez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Beverly Fernandez</h6> </div> <p class="role">People, Purpose & Culture Admin (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/334047166_979407233443096_6597122741695267436_n-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/334047166_979407233443096_6597122741695267436_n-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/334047166_979407233443096_6597122741695267436_n-NEW-128x128.png" alt="Natasha Boiko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Natasha Boiko</h6> </div> <p class="role">People Partner </p> <p class="location">Ukraine</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/01/IMG_1084-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/01/IMG_1084-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/01/IMG_1084-128x128.png" alt="Matt Buddin" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Matt Buddin</h6> </div> <p class="role">People Experience Executive</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/05/about-us-new-128x128.png, https://d317jr06u12xtj.cloudfront.net/2019/05/about-us-new.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/05/about-us-new-128x128.png" alt="Jamie Pitman" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jamie Pitman</h6> </div> <p class="role">Head of Content</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2020/04/Kate-Herbert-Smith2.png, https://d317jr06u12xtj.cloudfront.net/2020/04/Kate-Herbert-Smith2.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2020/04/Kate-Herbert-Smith2.png" alt="Kate Herbert-Smith" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kate Herbert-Smith</h6> </div> <p class="role">Digital Learning Manager</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/11/Sammy-profile-128x128.webp, https://d317jr06u12xtj.cloudfront.net/2022/11/Sammy-profile-260x260.webp 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/11/Sammy-profile-128x128.webp" alt="Sammy Paget" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Sammy Paget</h6> </div> <p class="role">Content Marketing Manager</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/12/Jenny-Bernarde-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/12/Jenny-Bernarde-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/12/Jenny-Bernarde-128x128.jpg" alt="Jenny Bernarde" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jenny Bernarde</h6> </div> <p class="role">Social & Community Manager</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/06/Mike-Hawkes-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/06/Mike-Hawkes-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/06/Mike-Hawkes-128x128.png" alt="Mike Hawkes" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mike Hawkes</h6> </div> <p class="role">Senior Content Marketing Manager</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Abigail-Leow-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Abigail-Leow-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Abigail-Leow-128x128.png" alt="Abigail Leow" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Abigail Leow</h6> </div> <p class="role">Marketing and Events Executive</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2020/01/Joe.jpg, https://d317jr06u12xtj.cloudfront.net/2020/01/Joe.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2020/01/Joe.jpg" alt="Joe Daborn" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joe Daborn</h6> </div> <p class="role">Senior Marketing Manager</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/05/img903-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/05/img903-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/05/img903-128x128.jpg" alt="Ken Iizuka" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ken Iizuka</h6> </div> <p class="role">Visual Designer</p> <p class="location">UK</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2020/11/j9QkeiRw-Ash_Pic_1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2020/11/j9QkeiRw-Ash_Pic_1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2020/11/j9QkeiRw-Ash_Pic_1-128x128.jpg" alt="Ash Whiting" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ash Whiting</h6> </div> <p class="role">Lead Developer</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-55-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-55-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/11/Image-from-iOS-55-128x128.jpg" alt="Sam Rendall" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Sam Rendall</h6> </div> <p class="role">Lead DevOps Engineer & IT Support Team Lead</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/Jeremy-Heijlond-PIC-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/Jeremy-Heijlond-PIC-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/Jeremy-Heijlond-PIC-NEW-128x128.png" alt="Jeremy Heijlond" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jeremy Heijlond</h6> </div> <p class="role">DevOps Engineer </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/08/Nadiia-Voinova-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/08/Nadiia-Voinova.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/08/Nadiia-Voinova-128x128.jpg" alt="Nadiia Voinova" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nadiia Voinova</h6> </div> <p class="role">Engineering Team Lead</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Valentyna-B-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/04/Valentyna-B.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Valentyna-B-128x128.jpg" alt="Valentyna Basiuk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Valentyna Basiuk</h6> </div> <p class="role">Senior QA Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_20211028_152022-1-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_20211028_152022-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_20211028_152022-1-128x128.png" alt="Artur Fedichkin" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Artur Fedichkin</h6> </div> <p class="role">Senior QA Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2019/08/Mykola-Bondarchuk-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2019/08/Mykola-Bondarchuk.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/08/Mykola-Bondarchuk-128x128.jpg" alt="Mykola Bondarchuk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mykola Bondarchuk</h6> </div> <p class="role">Senior QA Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8140-копия-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8140-копия-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/IMG_8140-копия-1-128x128.jpg" alt="Mykhailo Haievskyi" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mykhailo Haievskyi</h6> </div> <p class="role">Senior QA Engineer </p> <p class="location">Germany</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/изображение_viber_2021-12-31_16-54-24-430-1-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/изображение_viber_2021-12-31_16-54-24-430-1-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/изображение_viber_2021-12-31_16-54-24-430-1-128x128.jpg" alt="Mykhailo Kashpruk" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mykhailo Kashpruk</h6> </div> <p class="role">Senior QA Specialist </p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/dimitrio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/dimitrio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/dimitrio-128x128.png" alt="Dmytro Liashenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Dmytro Liashenko</h6> </div> <p class="role">QA Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-52-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-52-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-52-128x128.jpg" alt="Vladyslav Kononenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Vladyslav Kononenko</h6> </div> <p class="role">Senior QA Engineer </p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/04/IMG_20230405_094837_646-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/04/IMG_20230405_094837_646-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/04/IMG_20230405_094837_646-NEW-128x128.png" alt="Anastasiia Yarmola" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Anastasiia Yarmola</h6> </div> <p class="role">QA Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_9069-new-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_9069-new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/03/IMG_9069-new-128x128.png" alt="Olga Yarotska" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Olga Yarotska</h6> </div> <p class="role">Junior QA Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/12/new-128x128.png, https://d317jr06u12xtj.cloudfront.net/2022/12/new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/12/new-128x128.png" alt="Mykhailo Sehlianik" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mykhailo Sehlianik</h6> </div> <p class="role">QA Engineer </p> <p class="location">Ukraine</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-46-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-46-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2021/10/Image-from-iOS-46-128x128.jpg" alt="Andrei Skindzer" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Andrei Skindzer</h6> </div> <p class="role">QA Architect</p> <p class="location">Portugal</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://d317jr06u12xtj.cloudfront.net/2022/01/Image-from-iOS-61-128x128.jpg, https://d317jr06u12xtj.cloudfront.net/2022/01/Image-from-iOS-61-260x260.jpg 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2022/01/Image-from-iOS-61-128x128.jpg" alt="Maksym Kikhtenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Maksym Kikhtenko</h6> </div> <p class="role">QA Engineer</p> <p class="location">Ukraine</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Trixy-Vania-Ricablanca-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Trixy-Vania-Ricablanca-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Trixy-Vania-Ricablanca-128x128.png" alt="Trixy Ricablanca" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Trixy Ricablanca</h6> </div> <p class="role">Customer Support Department Assistant Manager (PHP)(FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Keyrsten-Dazo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Keyrsten-Dazo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Keyrsten-Dazo-128x128.png" alt="Keyrsten Dazo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Keyrsten Dazo</h6> </div> <p class="role">Senior Customer Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/John-Paul-Martin-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/John-Paul-Martin-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/John-Paul-Martin-128x128.png" alt="Paula Martin" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Paula Martin</h6> </div> <p class="role">Customer Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Carmi-Javinar-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Carmi-Javinar-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Carmi-Javinar-128x128.png" alt="Carmi Javiñar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Carmi Javiñar</h6> </div> <p class="role">Customer Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jeadha-Alatao-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jeadha-Alatao-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jeadha-Alatao-128x128.png" alt="Jeadha Alatao" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jeadha Alatao</h6> </div> <p class="role">Customer Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Nova-Alyssa-Niepez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Nova-Alyssa-Niepez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Nova-Alyssa-Niepez-128x128.png" alt="Nova Alyssa Niepez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nova Alyssa Niepez</h6> </div> <p class="role">Customer Support Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/El-Cid-Abiera-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/El-Cid-Abiera-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/El-Cid-Abiera-128x128.png" alt="El Cid Abiera" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>El Cid Abiera</h6> </div> <p class="role">Active Sync Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Noelle-Anthony-Lucedra-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Noelle-Anthony-Lucedra-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Noelle-Anthony-Lucedra-128x128.png" alt="Noelle Anthony Lucedra" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Noelle Anthony Lucedra</h6> </div> <p class="role">Listing Pre-Submission Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Charity-Encarnacion-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Charity-Encarnacion-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Charity-Encarnacion-128x128.png" alt="Charity Encarnacion" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Charity Encarnacion</h6> </div> <p class="role">Listing Pre-Submission Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Donna-Jay-Maranon-Cortel-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Donna-Jay-Maranon-Cortel-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Donna-Jay-Maranon-Cortel-128x128.png" alt="Donna Jay Cortel" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Donna Jay Cortel</h6> </div> <p class="role">Listing Pre-Submission Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Alissa-Grey-Estor-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Alissa-Grey-Estor-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Alissa-Grey-Estor-128x128.png" alt="Alissa Grey Estor" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alissa Grey Estor</h6> </div> <p class="role"> Listing Pre-Submission Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Kristine-Ann-Ocampo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Kristine-Ann-Ocampo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Kristine-Ann-Ocampo-128x128.png" alt="Kristine Ann Ocampo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kristine Ann Ocampo</h6> </div> <p class="role">Listing Pre-Submission Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Gina-Lou-Marcellana-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Gina-Lou-Marcellana-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Gina-Lou-Marcellana-128x128.png" alt="Gina Lou Marcellana" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Gina Lou Marcellana</h6> </div> <p class="role">Data Aggregator Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Alejandro-Halina-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Alejandro-Halina-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Alejandro-Halina-Jr-128x128.png" alt="Alejandro Halina Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alejandro Halina Jr.</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Alfonso-Agsalog-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Alfonso-Agsalog-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Alfonso-Agsalog-128x128.png" alt="Alfonso Agsalog Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alfonso Agsalog Jr.</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Andrew-Tigbabao-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Andrew-Tigbabao-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Andrew-Tigbabao-128x128.png" alt="Andrew Tigbabao" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Andrew Tigbabao</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Elson-Babuyo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Elson-Babuyo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Elson-Babuyo-128x128.png" alt="Elson Babuyo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Elson Babuyo</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Flor-Jhon-Cabaluna-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Flor-Jhon-Cabaluna-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Flor-Jhon-Cabaluna-128x128.png" alt="Flor Jhon Cabaluna" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Flor Jhon Cabaluna</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jay-Mark-Boquilla-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jay-Mark-Boquilla-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jay-Mark-Boquilla-128x128.png" alt="Jay Mark Boquilla" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jay Mark Boquilla</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Wilbert-Tubal-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/John-Wilbert-Tubal-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Wilbert-Tubal-128x128.png" alt="John Wilbert Tubal" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>John Wilbert Tubal</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/June-Roll-Ruiz-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/June-Roll-Ruiz-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/June-Roll-Ruiz-128x128.png" alt="June Roll Ruiz" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>June Roll Ruiz</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Reymart-Lastre-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Reymart-Lastre-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Reymart-Lastre-128x128.png" alt="Reymart Lastre" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Reymart Lastre</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Ricky-Yul-Sabio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Ricky-Yul-Sabio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Ricky-Yul-Sabio-128x128.png" alt="Ricky Yul Sabio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ricky Yul Sabio</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Rowen-Cordero-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Rowen-Cordero-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Rowen-Cordero-128x128.png" alt="Rowen Cordero" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rowen Cordero</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Joey-Aguilar-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Joey-Aguilar-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Joey-Aguilar-128x128.png" alt="Joey Aguilar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joey Aguilar</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Drexon-Ayl-Manlangit-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Drexon-Ayl-Manlangit-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Drexon-Ayl-Manlangit-128x128.png" alt="Drexon Ayl Manlangit" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Drexon Ayl Manlangit</h6> </div> <p class="role">Data Aggregator Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Louva-Jane-Baynos-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Louva-Jane-Baynos-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Louva-Jane-Baynos-128x128.png" alt="Louva Jane Baynos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Louva Jane Baynos</h6> </div> <p class="role">Quality Assurance Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Cris-Panaguiton-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Cris-Panaguiton-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Cris-Panaguiton-1-128x128.png" alt="Cris Panaguiton" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Cris Panaguiton</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Aljon-Berong-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Aljon-Berong-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Aljon-Berong-1-128x128.png" alt="Aljon Berong" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Aljon Berong</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Arvie-John-Ambos-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Arvie-John-Ambos-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Arvie-John-Ambos-128x128.png" alt="Arvie John Ambos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Arvie John Ambos</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Arvin-Castigador-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Arvin-Castigador-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Arvin-Castigador-128x128.png" alt="Arvin Castigador" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Arvin Castigador</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Chester-Vincent-Bartoces-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Chester-Vincent-Bartoces-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Chester-Vincent-Bartoces-128x128.png" alt="Chester Vincent Bartoces" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Chester Vincent Bartoces</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Edison-Jay-R-de-Galicia-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Edison-Jay-R-de-Galicia-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Edison-Jay-R-de-Galicia-128x128.png" alt="Edison Jay-R De Galicia" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Edison Jay-R De Galicia</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Elden-Pacaldo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Elden-Pacaldo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Elden-Pacaldo-128x128.png" alt="Elden Pacaldo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Elden Pacaldo</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/James-Brylle-Belmes-2-2-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/James-Brylle-Belmes-2-2-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/James-Brylle-Belmes-2-2-128x128.png" alt="James Brylle Belmes" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>James Brylle Belmes</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Manuel-Ogoy-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Manuel-Ogoy-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Manuel-Ogoy-Jr-128x128.png" alt="Manuel Ogoy, Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Manuel Ogoy, Jr.</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Michael-Bryan-Adanza-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Michael-Bryan-Adanza-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Michael-Bryan-Adanza-128x128.png" alt="Michael Bryan Adanza" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Michael Bryan Adanza</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Russel-Rivas-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Russel-Rivas-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Russel-Rivas-128x128.png" alt="Russel Rivas" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Russel Rivas</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Ryan-Charles-Navallo-2-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Ryan-Charles-Navallo-2-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Ryan-Charles-Navallo-2-128x128.png" alt="Ryan Charles Navallo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ryan Charles Navallo</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Smith-Ibo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Smith-Ibo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Smith-Ibo-128x128.png" alt="Smith Ibo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Smith Ibo</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Ethel-Marie-Flores-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Ethel-Marie-Flores-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Ethel-Marie-Flores-128x128.png" alt="Ethel Marie Flores" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ethel Marie Flores</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Marvin-Ochea-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Marvin-Ochea-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Marvin-Ochea-128x128.png" alt="Marvin Ochea" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Marvin Ochea</h6> </div> <p class="role">Quality Assurance Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Ranndee-Ebora-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Ranndee-Ebora-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Ranndee-Ebora-1-128x128.png" alt="Ranndee Ebora" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ranndee Ebora</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Trixia-Hanna-Ocampo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Trixia-Hanna-Ocampo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Trixia-Hanna-Ocampo-128x128.png" alt="Trixia Hanna Ocampo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Trixia Hanna Ocampo</h6> </div> <p class="role">Citation Enterprise Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Cherilyn-Bucaneg-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Cherilyn-Bucaneg-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Cherilyn-Bucaneg-128x128.png" alt="Cherilyn Bucaneg" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Cherilyn Bucaneg</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jeams-Claud-Alibio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jeams-Claud-Alibio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jeams-Claud-Alibio-128x128.png" alt="Jeams Claude Alivio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jeams Claude Alivio</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Kharl-Vernell-Ugsimar-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Kharl-Vernell-Ugsimar-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Kharl-Vernell-Ugsimar-128x128.png" alt="Kharl Vernell Ugsimar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kharl Vernell Ugsimar</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Terence-Clyde-Alfeche-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Terence-Clyde-Alfeche-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Terence-Clyde-Alfeche-128x128.png" alt="Terence Clyde Alfeche" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Terence Clyde Alfeche</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Monhesword-Ondap-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Monhesword-Ondap-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Monhesword-Ondap-128x128.png" alt="Monhesword Ondap" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Monhesword Ondap</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Ramel-Manayon-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Ramel-Manayon-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Ramel-Manayon-Jr-128x128.png" alt="Ramel Manayon Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ramel Manayon Jr.</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jandiah-Encabo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jandiah-Encabo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jandiah-Encabo-128x128.png" alt="Jandiah Encabo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jandiah Encabo</h6> </div> <p class="role">Enterprise Executive (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Angelie-Mae-Anoos-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Angelie-Mae-Anoos-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Angelie-Mae-Anoos-128x128.png" alt="Angelie Mae Anoos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Angelie Mae Anoos</h6> </div> <p class="role">Citation Research Team Leader (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Danmar-Bantolinao-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Danmar-Bantolinao-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Danmar-Bantolinao-128x128.png" alt="Danmar Bantolinao" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Danmar Bantolinao</h6> </div> <p class="role">Citation Research Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Japheth-Aljon-Andoy-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Japheth-Aljon-Andoy-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Japheth-Aljon-Andoy-128x128.png" alt="Japheth Aljon Andoy" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Japheth Aljon Andoy</h6> </div> <p class="role">Citation Research Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Peter-John-Flores-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Peter-John-Flores-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Peter-John-Flores-128x128.png" alt="Peter John Flores" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Peter John Flores</h6> </div> <p class="role">Citation Research Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Christian-Sundo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Christian-Sundo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Christian-Sundo-128x128.png" alt="Bryan Christian Sundo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Bryan Christian Sundo</h6> </div> <p class="role">Citation Research Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Charmaine-Dumalahay-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Charmaine-Dumalahay-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Charmaine-Dumalahay-128x128.png" alt="Charmaine Dumalahay" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Charmaine Dumalahay</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Eloisa-Mae-Alfeche-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Eloisa-Mae-Alfeche-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Eloisa-Mae-Alfeche-128x128.png" alt="Eloisa Mae Alfeche" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Eloisa Mae Alfeche</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Ged-Vincent-Palomares-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Ged-Vincent-Palomares-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Ged-Vincent-Palomares-128x128.png" alt="Ged Vincent Palomares" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ged Vincent Palomares</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jocelyn-Marfil-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jocelyn-Marfil-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jocelyn-Marfil-128x128.png" alt="Jocelyn Marfil" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jocelyn Marfil</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jon-Jimlin-Sumalhay-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jon-Jimlin-Sumalhay-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jon-Jimlin-Sumalhay-128x128.png" alt="Jon Jimlin Sumalhay" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jon Jimlin Sumalhay</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Venus-Lacdag-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Venus-Lacdag-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Venus-Lacdag-128x128.png" alt="Venus Lacdag" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Venus Lacdag</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Yvette-Canda-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Yvette-Canda-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Yvette-Canda-128x128.png" alt="Yvette Canda" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yvette Canda</h6> </div> <p class="role">Pre-Campaign Audit Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Humprey-Pesasico-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Humprey-Pesasico-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Bryan-Humprey-Pesasico-128x128.png" alt="Bryan Humprey Pesasico " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Bryan Humprey Pesasico </h6> </div> <p class="role">IT Support Engineer (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Jenelyn-Ocampo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Jenelyn-Ocampo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Jenelyn-Ocampo-128x128.png" alt="Jenelyn Ocampo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jenelyn Ocampo</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/John-Carlo-Muring-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/John-Carlo-Muring-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/John-Carlo-Muring-128x128.png" alt="John Carlo Muring" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>John Carlo Muring</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Kert-Louie-John-Villasan-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Kert-Louie-John-Villasan-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Kert-Louie-John-Villasan-128x128.png" alt="Kert Louie John Villasan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kert Louie John Villasan</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Kim-Joshua-Asuncion-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Kim-Joshua-Asuncion-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Kim-Joshua-Asuncion-128x128.png" alt="Kim Joshua Asuncion" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kim Joshua Asuncion</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Michaele-Angelo-Agpalza-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Michaele-Angelo-Agpalza-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Michaele-Angelo-Agpalza-128x128.png" alt="Michaele Angelo Agpalza" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Michaele Angelo Agpalza</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Wendyze-Caracol-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Wendyze-Caracol-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Wendyze-Caracol-128x128.png" alt="Michell Wendyze Caracol" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Michell Wendyze Caracol</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Rafael-Canete-Golosino-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Rafael-Canete-Golosino-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Rafael-Canete-Golosino-128x128.png" alt="Rafael Cañete Golosino" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rafael Cañete Golosino</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Romeo-Fernandez-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Romeo-Fernandez-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Romeo-Fernandez-Jr-128x128.png" alt="Romeo Fernandez Jr" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Romeo Fernandez Jr</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Evan-Rae-Canda-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Evan-Rae-Canda-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Evan-Rae-Canda-128x128.png" alt="Evan Rae Canda" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Evan Rae Canda</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Kathleen-Damarillo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Kathleen-Damarillo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Kathleen-Damarillo-128x128.png" alt="Kathleen Damarillo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kathleen Damarillo</h6> </div> <p class="role">Campaign Completion Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Aldwin-Chavez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Aldwin-Chavez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Aldwin-Chavez-128x128.png" alt="Aldwin Chavez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Aldwin Chavez</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Arjay-Lumitap-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Arjay-Lumitap-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Arjay-Lumitap-128x128.png" alt="Arjay Lumitap" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Arjay Lumitap</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Bobby-Manangkila-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Bobby-Manangkila-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Bobby-Manangkila-128x128.png" alt="Bobby Manangkila" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Bobby Manangkila</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Carlito-Mabalay-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Carlito-Mabalay-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Carlito-Mabalay-128x128.png" alt="Carlito Mabalay" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Carlito Mabalay</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Christian-Nacua-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Christian-Nacua-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Christian-Nacua-128x128.png" alt="Christian Nacua" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Christian Nacua</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Dickemson-Maquiling-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Dickemson-Maquiling-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Dickemson-Maquiling-128x128.png" alt="Dickemson Maquiling" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Dickemson Maquiling</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Earl-Donnie-Golosino-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Earl-Donnie-Golosino-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Earl-Donnie-Golosino-128x128.png" alt="Earl Donnie Golosino" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Earl Donnie Golosino</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Efraim-Ray-Cabanelez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Efraim-Ray-Cabanelez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Efraim-Ray-Cabanelez-128x128.png" alt="Efraim Ray Cabañelez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Efraim Ray Cabañelez</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Efren-Benabaye-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Efren-Benabaye-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Efren-Benabaye-128x128.png" alt="Efren Benabaye" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Efren Benabaye</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Eisenmann-Bangis-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Eisenmann-Bangis-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Eisenmann-Bangis-128x128.png" alt="Eisenmann Bangis" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Eisenmann Bangis</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Elton-Paulo-Mendez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Elton-Paulo-Mendez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Elton-Paulo-Mendez-128x128.png" alt="Elton Paulo Mendez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Elton Paulo Mendez</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Ernesto-Bogo-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Ernesto-Bogo-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Ernesto-Bogo-Jr-128x128.png" alt="Ernesto Bogo, Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ernesto Bogo, Jr.</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/French-Jefferson-Elloren-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/French-Jefferson-Elloren-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/French-Jefferson-Elloren-128x128.png" alt="French Elloren" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>French Elloren</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Gregorio-Labo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Gregorio-Labo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Gregorio-Labo-128x128.png" alt="Gregorio Labo III" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Gregorio Labo III</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Grenil-Destinado-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Grenil-Destinado-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Grenil-Destinado-128x128.png" alt="Grenil Destinado" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Grenil Destinado</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Hannah-Grace-Taladro-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Hannah-Grace-Taladro-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Hannah-Grace-Taladro-128x128.png" alt="Hannah Grace Taladro" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Hannah Grace Taladro</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Hernan-Jann-Parroco-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Hernan-Jann-Parroco-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Hernan-Jann-Parroco-128x128.png" alt="Hernan Jann Parroco" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Hernan Jann Parroco</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jade-Puavin-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jade-Puavin-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jade-Puavin-128x128.png" alt="Jade Puavin" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jade Puavin</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Janryl-Ayunar-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Janryl-Ayunar-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Janryl-Ayunar-128x128.png" alt="Janryl Ayunar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Janryl Ayunar</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jemson-Rabago-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jemson-Rabago-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jemson-Rabago-128x128.png" alt="Jemson Rabago" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jemson Rabago</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jerimae-Mojado-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jerimae-Mojado-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jerimae-Mojado-128x128.png" alt="Jerimae Mojado" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jerimae Mojado</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jerry-Espanueva-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jerry-Espanueva-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jerry-Espanueva-Jr-128x128.png" alt="Jerry Espanueva Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jerry Espanueva Jr.</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Ian-Kinontao-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Ian-Kinontao-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Ian-Kinontao-128x128.png" alt="Jhon Ian Kinontao" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jhon Ian Kinontao</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Narfe-Celestial-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Narfe-Celestial-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jhon-Narfe-Celestial-128x128.png" alt="Jhon Narfe Celestial" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jhon Narfe Celestial</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Joeven-Velasco-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Joeven-Velasco-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Joeven-Velasco-128x128.png" alt="Joeven Velasco" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joeven Velasco</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Joey-Ranin-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Joey-Ranin-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Joey-Ranin-128x128.png" alt="Joey Rañin" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joey Rañin</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Mark-Manulat-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/John-Mark-Manulat-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Mark-Manulat-128x128.png" alt="John Mark Manulat" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>John Mark Manulat</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Victor-Sinco-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/John-Victor-Sinco-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/John-Victor-Sinco-128x128.png" alt="John Victor Sinco" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>John Victor Sinco</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jolly-Pearl-Sumintan-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jolly-Pearl-Sumintan-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jolly-Pearl-Sumintan-128x128.png" alt="Jolly Pearl Sumintan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jolly Pearl Sumintan</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jonathan-Villas-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jonathan-Villas-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jonathan-Villas-128x128.png" alt="Jonathan Villas" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jonathan Villas</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jose-Kevin-Daing-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jose-Kevin-Daing-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jose-Kevin-Daing-128x128.png" alt="Jose Kevin Daing" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jose Kevin Daing</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Joselito-Jhon-Langub-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Joselito-Jhon-Langub-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Joselito-Jhon-Langub-128x128.png" alt="Joselito Jhon Langub" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joselito Jhon Langub</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Joshua-Owen-Barola-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Joshua-Owen-Barola-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Joshua-Owen-Barola-128x128.png" alt="Joshua Owen Barola" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Joshua Owen Barola</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Jossel-Eroisa-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Jossel-Eroisa-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Jossel-Eroisa-128x128.png" alt="Jossel Eroisa" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jossel Eroisa</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Julico-De-los-Santos-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Julico-De-los-Santos-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Julico-De-los-Santos-128x128.png" alt="Julico De Los Santos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Julico De Los Santos</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Julie-Mae-Almia-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Julie-Mae-Almia-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Julie-Mae-Almia-128x128.png" alt="Julie Mae Almia" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Julie Mae Almia</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Julius-Espuertas-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Julius-Espuertas-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Julius-Espuertas-128x128.png" alt="Julius Espuertas" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Julius Espuertas</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Justine-Langub-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Justine-Langub-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Justine-Langub-128x128.png" alt="Justine Langub" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Justine Langub</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Kart-Rassel-Jeluano-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Kart-Rassel-Jeluano-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Kart-Rassel-Jeluano-128x128.png" alt="Kart Rassel Jeluano" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kart Rassel Jeluano</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Erl-Uson-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Erl-Uson-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Erl-Uson-128x128.png" alt="Kent Erl Uson" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kent Erl Uson</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Gabriel-Fantonial-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Gabriel-Fantonial-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Kent-Gabriel-Fantonial-128x128.png" alt="Kent Gabriel Fantonial" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kent Gabriel Fantonial</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Kimuel-Labrador-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Kimuel-Labrador-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Kimuel-Labrador-128x128.png" alt="Kimuel Labrador" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kimuel Labrador</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/05/Lazaro-Camanero-III-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/05/Lazaro-Camanero-III-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/05/Lazaro-Camanero-III-1-128x128.png" alt="Lazaro Camañero III" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Lazaro Camañero III</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Leonard-Alivio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Leonard-Alivio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Leonard-Alivio-128x128.png" alt="Leonard Alivio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Leonard Alivio</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Louie-Jay-Salvana-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Louie-Jay-Salvana-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Louie-Jay-Salvana-128x128.png" alt="Louie Jay Salvaña" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Louie Jay Salvaña</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Mar-Jhon-de-los-Santos-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Mar-Jhon-de-los-Santos-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Mar-Jhon-de-los-Santos-128x128.png" alt="Mar Jhon De Los Santos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mar Jhon De Los Santos</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Marco-Alvarez-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Marco-Alvarez-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Marco-Alvarez-128x128.png" alt="Marco Alvarez" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Marco Alvarez</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Markim-Roy-Cortes-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Markim-Roy-Cortes-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Markim-Roy-Cortes-128x128.png" alt="Markim Roy Cortes" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Markim Roy Cortes</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Marlon-Abadillo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Marlon-Abadillo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Marlon-Abadillo-128x128.png" alt="Marlon Abadillo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Marlon Abadillo</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Mel-Raven-Mercado-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Mel-Raven-Mercado-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Mel-Raven-Mercado-128x128.png" alt="Mel Raven Mercado" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mel Raven Mercado</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Mendyze-Caracol-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Mendyze-Caracol-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Michell-Mendyze-Caracol-128x128.png" alt="Mitchelle Bardon" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Mitchelle Bardon</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Necielyn-Rico-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Necielyn-Rico-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Necielyn-Rico-128x128.png" alt="Necielyn Rico" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Necielyn Rico</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Nimrod-Berong-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Nimrod-Berong-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Nimrod-Berong-128x128.png" alt="Nimrod Berong" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nimrod Berong</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Kristian-Leopoldo-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Kristian-Leopoldo-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Kristian-Leopoldo-128x128.png" alt="Paul Kristian Leopoldo" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Paul Kristian Leopoldo</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Villaruel-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Villaruel-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Paul-Villaruel-128x128.png" alt="Paul Villaruel" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Paul Villaruel</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Phil-Andrei-Leyson-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Phil-Andrei-Leyson-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Phil-Andrei-Leyson-128x128.png" alt="Phil Andrei Leyson" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Phil Andrei Leyson</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Prince-Popera-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Prince-Popera-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Prince-Popera-128x128.png" alt="Prince Popera" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Prince Popera</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Ranndee-Ebora-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Ranndee-Ebora-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Ranndee-Ebora-128x128.png" alt="Ranndee Ebora" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ranndee Ebora</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Rayward-Bontuyan-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Rayward-Bontuyan-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Rayward-Bontuyan-128x128.png" alt="Rayward Bontuyan" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rayward Bontuyan</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Reymart-Sabaldana-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Reymart-Sabaldana-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Reymart-Sabaldana-128x128.png" alt="Reymart Sabaldana" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Reymart Sabaldana</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Richie-John-Rubio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Richie-John-Rubio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Richie-John-Rubio-128x128.png" alt="Richie John Rubio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Richie John Rubio</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Rogelio-Celestial-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Rogelio-Celestial-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Rogelio-Celestial-Jr-128x128.png" alt="Rogelio Celestial Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rogelio Celestial Jr.</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Roger-Barbas-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Roger-Barbas-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Roger-Barbas-Jr-128x128.png" alt="Roger Barbas Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Roger Barbas Jr.</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Ron-Kevin-Peligrino-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Ron-Kevin-Peligrino-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Ron-Kevin-Peligrino-128x128.png" alt="Ron Kevin Peligrino" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ron Kevin Peligrino</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Ronill-Jhon-Visales-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Ronill-Jhon-Visales-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Ronill-Jhon-Visales-128x128.png" alt="Ronill Jhon Visales" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ronill Jhon Visales</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Syzygy-Valerio-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Syzygy-Valerio-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Syzygy-Valerio-128x128.png" alt="Syzygy Valerio" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Syzygy Valerio</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Terence-Glenn-Alfeche-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Terence-Glenn-Alfeche-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Terence-Glenn-Alfeche-128x128.png" alt="Terence Glenn Alfeche" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Terence Glenn Alfeche</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Warren-Canadora-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Warren-Canadora-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Warren-Canadora-128x128.png" alt="Warren Cañadora" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Warren Cañadora</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Wilfredo-Ocenar-Jr-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Wilfredo-Ocenar-Jr-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Wilfredo-Ocenar-Jr-128x128.png" alt="Wilfredo Ocenar, Jr." width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Wilfredo Ocenar, Jr.</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Wyndel-Salolog-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Wyndel-Salolog-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Wyndel-Salolog-128x128.png" alt="Wyndel Salolog" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Wyndel Salolog</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member citationbuilding"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/Uriel-Saavedra-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/Uriel-Saavedra-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/Uriel-Saavedra-128x128.png" alt="Uriel Saavedra" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Uriel Saavedra</h6> </div> <p class="role">Citation Submissions Professional (FL)</p> <p class="location">Philippines</p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/06/IMG_5284-3-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/06/IMG_5284-3-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/06/IMG_5284-3-NEW-128x128.png" alt="Zoe Cornish " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Zoe Cornish </h6> </div> <p class="role">Chief of Staff & Culture </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/07/image-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/07/image-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/07/image-NEW-1-128x128.png" alt="Abdullah Nassar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Abdullah Nassar</h6> </div> <p class="role">DevOps Engineer</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <div class="no-img"> </div> </figure> <div class="cite"> <div class="header"> <h6>Margarita Roshchynska</h6> </div> <p class="role">Frontend Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/01/image-2-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/01/image-2-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/01/image-2-NEW-128x128.png" alt="Yan Bondarenko" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yan Bondarenko</h6> </div> <p class="role">Senior QA Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/01/image-NEW-2-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/01/image-NEW-2-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/01/image-NEW-2-128x128.png" alt="Vadym Khutorny" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Vadym Khutorny</h6> </div> <p class="role">Backend Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <div class="no-img"> </div> </figure> <div class="cite"> <div class="header"> <h6>Remigiusz Tas</h6> </div> <p class="role">DevOps Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/07/image-1-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/07/image-1-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/07/image-1-NEW-128x128.png" alt="Loli Fulcher " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Loli Fulcher </h6> </div> <p class="role">Visual Designer </p> <p class="location">UK </p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/07/image-17-e1730201156713-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/07/image-17-e1730201156713-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/07/image-17-e1730201156713-128x128.png" alt="Ben Kitching " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ben Kitching </h6> </div> <p class="role">WordPress Developer</p> <p class="location">UK </p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/08/Jen-Cheung-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/08/Jen-Cheung-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/08/Jen-Cheung-1-128x128.png" alt="Jen Cheung " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jen Cheung </h6> </div> <p class="role">Head of Marketing </p> <p class="location">UK </p> </div> </div> <div class="member developers"> <figure class="headshot"> <div class="no-img"> </div> </figure> <div class="cite"> <div class="header"> <h6>Sławomir Dobrzański</h6> </div> <p class="role">Engineering Manager</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/11/kQzW5niDVWk-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/11/kQzW5niDVWk-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/11/kQzW5niDVWk-NEW-1-128x128.png" alt="Ivan Paprotski" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Ivan Paprotski</h6> </div> <p class="role">QA Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/08/Simon-Lam-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/08/Simon-Lam-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/08/Simon-Lam-128x128.png" alt="Simon Lam" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Simon Lam</h6> </div> <p class="role">Demand Generation Manager</p> <p class="location">UK</p> </div> </div> <div class="member businessdev"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4282-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4282-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4282-NEW-128x128.png" alt="Emily Hamblyn" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Emily Hamblyn</h6> </div> <p class="role">Customer Acquisition Specialist </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/10/AdamOPhoto2023Oct04white-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/10/AdamOPhoto2023Oct04white-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/10/AdamOPhoto2023Oct04white-NEW-128x128.png" alt="Adam Olejniczak " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Adam Olejniczak </h6> </div> <p class="role">Engineering Manager</p> <p class="location">UK</p> </div> </div> <div class="member businessdev"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4467-new-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4467-new-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/10/IMG_4467-new-128x128.png" alt="Will Sixsmith " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Will Sixsmith </h6> </div> <p class="role">Sales Executive</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/11/FullSizeRender-NEW-4-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/11/FullSizeRender-NEW-4-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/11/FullSizeRender-NEW-4-128x128.png" alt="Yuliia Lehostaieva" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Yuliia Lehostaieva</h6> </div> <p class="role">QA Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member developers"> <figure class="headshot"> <div class="no-img"> </div> </figure> <div class="cite"> <div class="header"> <h6>Oleksandr Forostianyi</h6> </div> <p class="role">Backend Engineer</p> <p class="location">Poland</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2023/12/Christian-Saade-128x128.png, https://www.brightlocal.com/wp-content/uploads/2023/12/Christian-Saade-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2023/12/Christian-Saade-128x128.png" alt="Christian Saade " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Christian Saade </h6> </div> <p class="role">Talent Acquisition Lead </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/01/IMG_5144-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/01/IMG_5144-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/01/IMG_5144-NEW-1-128x128.png" alt="Saber Zam Zam " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Saber Zam Zam </h6> </div> <p class="role">DevOps Engineer</p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/02/IMG_5352-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/02/IMG_5352-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/02/IMG_5352-NEW-128x128.png" alt="Bronwyn Durham " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Bronwyn Durham </h6> </div> <p class="role">Customer Success Manager </p> <p class="location">UK</p> </div> </div> <div class="member revops"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5541-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5541-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5541-NEW-1-128x128.png" alt="Gavin Musimbe-Rix " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Gavin Musimbe-Rix </h6> </div> <p class="role">Data & Insights Analyst</p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/05/NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/05/NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/05/NEW-1-128x128.png" alt="Jakub Ujwary" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jakub Ujwary</h6> </div> <p class="role">Fullstack Engineer </p> <p class="location">Poland</p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5646-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5646-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5646-NEW-1-128x128.png" alt="Erica Chessall" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Erica Chessall</h6> </div> <p class="role">Product Marketing Manager</p> <p class="location">UK</p> </div> </div> <div class="member people"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5712-NEW-1-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5712-NEW-1-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/04/IMG_5712-NEW-1-128x128.png" alt="Loran Craft " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Loran Craft </h6> </div> <p class="role">Head of People Experience </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/05/PXL_20240409_155910760_exported_1122_17126787738182-1-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/05/PXL_20240409_155910760_exported_1122_17126787738182-1-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/05/PXL_20240409_155910760_exported_1122_17126787738182-1-NEW-128x128.png" alt="Wiktor Wojtowicz" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Wiktor Wojtowicz</h6> </div> <p class="role">Fullstack Engineer</p> <p class="location">Poland </p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/05/photo-6-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/05/photo-6-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/05/photo-6-NEW-128x128.png" alt="Krzysztof Trzos" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Krzysztof Trzos</h6> </div> <p class="role">Senior Fullstack Engineer</p> <p class="location">Poland </p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/05/Screenshot-2024-04-10-at-13.15.52-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/05/Screenshot-2024-04-10-at-13.15.52-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/05/Screenshot-2024-04-10-at-13.15.52-NEW-128x128.png" alt="Marina Poprotskaya" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Marina Poprotskaya</h6> </div> <p class="role">Frontend Engineer</p> <p class="location">Poland </p> </div> </div> <div class="member founders"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6290-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6290-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6290-128x128.png" alt="Andy Houstoun" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Andy Houstoun</h6> </div> <p class="role">Chief Commercial Officer </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6300-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6300-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6300-128x128.png" alt="Stewart Gregory " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Stewart Gregory </h6> </div> <p class="role">Lead Product Manager </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6304-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6304-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6304-128x128.png" alt="Nick Hynes " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Nick Hynes </h6> </div> <p class="role">Senior IT Support Engineer </p> <p class="location">UK</p> </div> </div> <div class="member businessdev"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6391-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6391-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6391-128x128.png" alt="Alex Bingham " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alex Bingham </h6> </div> <p class="role">Sales Account Executive </p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6462-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6462-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6462-128x128.png" alt="Kally Dos Santos " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Kally Dos Santos </h6> </div> <p class="role">Customer Support Team Manager </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_2024-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_2024-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_2024-128x128.png" alt="Patryk Wojtowicz" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Patryk Wojtowicz</h6> </div> <p class="role">Fullstack Engineer</p> <p class="location">Poland </p> </div> </div> <div class="member marketing"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6504-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6504-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/07/IMG_6504-128x128.png" alt="Rob Sharp " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Rob Sharp </h6> </div> <p class="role">Senior Digital Marketing Manager </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7172-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7172-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7172-NEW-128x128.png" alt="Alex Walters " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Alex Walters </h6> </div> <p class="role">Lead Product Manager </p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7161-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7161-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7161-NEW-128x128.png" alt="Vivien Huszar" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Vivien Huszar</h6> </div> <p class="role">Customer Support Executive </p> <p class="location">UK</p> </div> </div> <div class="member developers"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7155-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7155-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7155-NEW-128x128.png" alt="Carlos Pi " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Carlos Pi </h6> </div> <p class="role">Product Design Lead </p> <p class="location">UK</p> </div> </div> <div class="member customersupport"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7154-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7154-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7154-NEW-128x128.png" alt="Jack Mills " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Jack Mills </h6> </div> <p class="role">Customer Support Executive </p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7147-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7147-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_7147-NEW-128x128.png" alt="David Owusu" width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>David Owusu</h6> </div> <p class="role">Technical Account Manager </p> <p class="location">UK</p> </div> </div> <div class="member customersuccess"> <figure class="headshot"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_5605-NEW-128x128.png, https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_5605-NEW-260x260.png 2x"> <!--[if IE 9]></video><![endif]--> <img class="" src="https://www.brightlocal.com/wp-content/uploads/2024/10/IMG_5605-NEW-128x128.png" alt="Andy Clawson " width="128" height="128" loading="lazy" /> </picture> </figure> <div class="cite"> <div class="header"> <h6>Andy Clawson </h6> </div> <p class="role">Technical Account Manager</p> <p class="location">UK</p> </div> </div> </div> </div> </section> <!-- ends --> <!-- twi_panel --> <section class=" panel twi_panel custom-bg-light " id="" > <div class=" panel-content " style="" > <div class="twi-main image_right left "> <div class="gm-header text-text-center"> <h3 class="h3">Our local citation specialists</h3> <div class="text-inner"> <p>We have 75 agents and 20 managers in our Citation submission team. Based in Mindanao, Philippines, the team are dedicated to delivering high-quality citation campaigns each month. These superstar citation agents and managers complete over 2,000 campaigns, delivering over 72,000 submissions for our customers every month.</p> </div> </div> <div class="gm-cta"> </div> </div> <div class="twi-main image_right right"> <figure class="media "> <img class="img-respond" src="https://d317jr06u12xtj.cloudfront.net/2019/04/cb-team.jpg" alt="" width="719" height="404" loading="lazy" sizes="(min-width: 968px) 820px, (max-width: 819px) 640px, (max-width: 319px) 320px" srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/cb-team.jpg 968w, https://d317jr06u12xtj.cloudfront.net/2019/04/cb-team.jpg 640w, https://d317jr06u12xtj.cloudfront.net/2019/04/cb-team.jpg 320w" /> </figure> </div> </div> </section> <!-- ends --> <!-- cards --> <section class=" panel cards custom-bg-dark " id="locations" > <div class=" panel-content " style="" > <div class="cd-header"> <div class="gm-header text-left"> <h2 class="h2">Locations</h2> </div> </div> <div class="cd-container cols-3 "> <article class="cd-main card-image cd-align-left text-left bg-none " > <figure class="image"> <img class="img-respond" src="https://d317jr06u12xtj.cloudfront.net/2019/04/brighton-pier.png" alt="Brighton, UK" width="481" height="220" loading="lazy" /> </figure> <div class="cd-text-container"> <div class="inner"> <div class="cd-copy"> <header> <h3 class="h5">Brighton, UK</h3> </header> <div class="text"> <p>BrightLocal HQ is located in Brighton, UK. This is the nerve center of our operation and where the big decisions get made.</p> <p>BrightLocal<br /> First Floor, Huntingdon House<br /> 20 North Street<br /> Brighton<br /> BN1 1EB</p> </div> </div> </div> </div> </article> <article class="cd-main card-image cd-align-left text-left bg-none " > <figure class="image"> <img class="img-respond" src="https://www.brightlocal.com/wp-content/uploads/2024/11/krakow-new.png" alt="Krakow" width="481" height="220" loading="lazy" /> </figure> <div class="cd-text-container"> <div class="inner"> <div class="cd-copy"> <header> <h3 class="h5">Kraków, Poland</h3> </header> <div class="text"> <p>A group of Engineering and Development teams are proud to call Kraków their BrightLocal home, where they work hard to keep our platform stable and innovative.</p> <p>BrightLocal<br /> CitySpace O3 Business Campus<br /> Opolska 110<br /> 31-355 Kraków<br /> Poland</p> </div> </div> </div> </div> </article> <article class="cd-main card-image cd-align-left text-left bg-none " > <figure class="image"> <img class="img-respond" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Kiev.jpg" alt="Kyiv, UA" width="481" height="220" loading="lazy" /> </figure> <div class="cd-text-container"> <div class="inner"> <div class="cd-copy"> <header> <h3 class="h5">Kyiv, UA</h3> </header> <div class="text"> <p>Kyiv houses part of the BrightLocal Engineering and Development teams. Kyiv is the capital and largest city of Ukraine and where a lot of the &#8216;heavy lifting&#8217; work gets done!</p> <p>BrightLocal<br /> 8 Bolsunovska Street<br /> Kyiv<br /> Ukraine</p> </div> </div> </div> </div> </article> </div> </div> </section> <!-- ends --> <!-- twi_panel --> <section class=" panel twi_panel custom-bg-light " id="careers" > <div class=" panel-content " style="" > <div class="twi-main image_left left "> <div class="gm-header text-left"> <h3 class="h3">Fancy coming aboard?</h3> <div class="text-inner"> <p>We&#8217;re always looking for talented people. Discover the secret sauce that makes us an award-winning place to work, and browse our current open vacancies on our dedicated Careers page.</p> </div> </div> <div class="gm-cta"> <a href="/careers/" title="Visit our Careers page" target="" role="button" class="main-cta button button-std-green " > Visit our Careers page </a> </div> </div> <div class="twi-main image_left right"> <figure class="media "> <img class="img-respond" src="https://d317jr06u12xtj.cloudfront.net/2019/04/boat-e1541522008926.png" alt="BrightLocal team on a boat" width="736" height="542" loading="lazy" sizes="(min-width: 968px) 820px, (max-width: 819px) 640px, (max-width: 319px) 320px" srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/boat-e1541522008926.png 968w, https://d317jr06u12xtj.cloudfront.net/2019/04/boat-e1541522008926.png 640w, https://d317jr06u12xtj.cloudfront.net/2019/04/boat-e1541522008926.png 320w" /> </figure> </div> </div> </section> <!-- ends --> <!-- twi_panel --> <section class=" panel twi_panel custom-bg-light " id="press" > <div class=" panel-content " style="" > <div class="twi-main image_right left "> <div class="gm-header text-left"> <h3 class="h3">Press Inquiries</h3> <div class="text-inner"> <p>Our research has been featured in some of the world’s biggest publications and we regularly offer commentary in the media on the latest trends in local marketing.</p> <p>We love working with journalists, bloggers, and like-minded marketers.</p> <p>Want to talk about working together? Got a question about our research?</p> </div> </div> <div class="gm-cta"> <a href="#contact" title="Contact Us" target="" role="button" class="main-cta button default " > Contact Us </a> </div> </div> <div class="twi-main image_right right"> <figure class="media "> <img class="img-respond" src="https://d317jr06u12xtj.cloudfront.net/2019/04/Press.png" alt="Press" width="926" height="681" loading="lazy" sizes="(min-width: 968px) 820px, (max-width: 819px) 640px, (max-width: 319px) 320px" srcset="https://d317jr06u12xtj.cloudfront.net/2019/04/Press.png 968w, https://d317jr06u12xtj.cloudfront.net/2019/04/Press.png 640w, https://d317jr06u12xtj.cloudfront.net/2019/04/Press.png 320w" /> </figure> </div> </div> </section> <!-- ends --> <!-- contact --> <section class=" panel contact custom-bg-dark " id="contact" > <div class=" panel-content " style="" > <div class="con-header t-align-left"> <div class="gm-header text-left"> <h2 class="">Please get in touch and our expert support team will answer all your questions.</h2> </div> </div> <div class="con-main-twin"> <script type="text/javascript"></script> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework contact-form_wrapper' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' style='display:none'><form method='post' enctype='multipart/form-data' id='gform_2' class='contact-form' action='/about-us/' data-formid='2' novalidate> <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_2_14" class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_14" ><div class='ginput_container ginput_container_text'><input name='input_14' id='input_2_14' type='hidden' class='gform_hidden' aria-invalid="false" value='' /></div></div><div id="field_2_13" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_13" ><h6>Please contact us directly for support.</h6></div><div id="field_2_15" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_15" ><label class='gfield_label gform-field-label' for='input_2_15'>Full Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_2_15' type='text' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_2_2" class="gfield gfield--type-email g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_2" ><label class='gfield_label gform-field-label' for='input_2_2'>Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_2' id='input_2_2' type='email' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_2_3" class="gfield gfield--type-text g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_3" ><label class='gfield_label gform-field-label' for='input_2_3'>Company<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><fieldset id="field_2_4" class="gfield gfield--type-radio gfield--type-choice g-custom-text g-custom-buttons-alt gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_4" ><legend class='gfield_label gform-field-label' >Are you an existing customer?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_4'> <div class='gchoice gchoice_2_4_0'> <input class='gfield-choice-input' name='input_4' type='radio' value='Yes' id='choice_2_4_0' onchange='gformToggleRadioOther( this )' /> <label for='choice_2_4_0' id='label_2_4_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> </div> <div class='gchoice gchoice_2_4_1'> <input class='gfield-choice-input' name='input_4' type='radio' value='No' id='choice_2_4_1' onchange='gformToggleRadioOther( this )' /> <label for='choice_2_4_1' id='label_2_4_1' class='gform-field-label gform-field-label--type-inline'>No</label> </div></div></div></fieldset><div id="field_2_5" class="gfield gfield--type-select g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_5" ><label class='gfield_label gform-field-label' for='input_2_5'>How can we help?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_2_5' class='medium gfield_select' aria-required="true" aria-invalid="false" ><option value='General enquiry' >General enquiry</option><option value='Marketing enquiry' >Marketing enquiry</option><option value='Sales enquiry' >Sales enquiry</option><option value='Tools / Reports' >Tools / Reports</option><option value='Trial / Enquiry' >Trial / Enquiry</option></select></div></div><div id="field_2_7" class="gfield gfield--type-select g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_7" ><label class='gfield_label gform-field-label' for='input_2_7'>How can we help?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_2_7' class='medium gfield_select' aria-required="true" aria-invalid="false" ><option value='Account verification' >Account verification</option><option value='Billing / Payment' >Billing / Payment</option><option value='Complaint / Issue' >Complaint / Issue</option><option value='Forgotten password / Login issue' >Forgotten password / Login issue</option><option value='General enquiry' >General enquiry</option><option value='Marketing enquiry' >Marketing enquiry</option><option value='New feature request' >New feature request</option><option value='Request cancellation' >Request cancellation</option><option value='Sales enquiry' >Sales enquiry</option><option value='Tools / Reports' >Tools / Reports</option><option value='Town / City / County request' >Town / City / County request</option><option value='Trial / Enquiry' >Trial / Enquiry</option><option value='Upgrade / Downgrade' >Upgrade / Downgrade</option></select></div></div><div id="field_2_8" class="gfield gfield--type-select g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_8" ><label class='gfield_label gform-field-label' for='input_2_8'>What area of tools is your enquiry regarding?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_2_8' class='large gfield_select' aria-required="true" aria-invalid="false" ><option value='Citation Tracker' >Citation Tracker</option><option value='Citation Builder' >Citation Builder</option><option value='Clients &amp; Locations' >Clients &amp; Locations</option><option value='Google Business Profile' >Google Business Profile</option><option value='Local Rank Tracker' >Local Rank Tracker</option><option value='Local Search Audit' >Local Search Audit</option><option value='Reputation Manager' >Reputation Manager</option><option value='Lead Generation' >Lead Generation</option><option value='White-Labelling' >White-Labelling</option><option value='Google Analytics' >Google Analytics</option><option value='Social' >Social</option><option value='General Technical Issue' >General Technical Issue</option><option value='General Help' >General Help</option></select></div></div><div id="field_2_10" class="gfield gfield--type-select g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_10" ><label class='gfield_label gform-field-label' for='input_2_10'>How many locations do you manage?<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_select'><select name='input_10' id='input_2_10' class='medium gfield_select' aria-required="true" aria-invalid="false" ><option value='1-3' >1-3</option><option value='4-99' >4-99</option><option value='100-500' >100-500</option><option value='501+' >501+</option></select></div></div><div id="field_2_9" class="gfield gfield--type-text g-custom-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_9" ><label class='gfield_label gform-field-label' for='input_2_9'>Enter the URL of a specific report</label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_2_9' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_2_6" class="gfield gfield--type-textarea g-custom-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_6" ><label class='gfield_label gform-field-label' for='input_2_6'>Your message<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_2_6' class='textarea medium' aria-required="true" aria-invalid="false" rows='10' cols='50'></textarea></div></div><div id="field_2_16" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_2_16" ><label class='gfield_label gform-field-label' for='input_2_16'>Phone</label><div class='ginput_container'><input name='input_16' id='input_2_16' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_2_16'>This field is for validation purposes and should be left unchanged.</div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Send' onclick='if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} if( !jQuery("#gform_2")[0].checkValidity || jQuery("#gform_2")[0].checkValidity()){window["gf_submitting_2"]=true;} jQuery("#gform_2").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsImI0NDEyMDk0N2Y1NWVmYTRmMDNjMDFhOGY3MGEwZjliIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> <div class="privacy"> <figure class='icon-padlock'></figure> <p class="tiny"> <img src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/images/padlock.svg" alt="lock" width="12" height="10" > We never share your private data.<br><a href='/privacy-policy/'>Privacy Policy</a> </p> </div> </div> <div class="con-main-twin"> <div class="support-staff"> <header> <h5>Meet our brilliant and knowledgeable support team</h5> <p class="tiny">Live Support is available Mon-Fri 5am-7pm ET / 10am-Midnight GMT</p> </header> <figure class="mugshot"> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/02/Brad.svg" alt="Brad Franklin" width="1" height="1" loading="lazy" /> <figcaption> <p class="tiny">Brad Franklin</p> </figcaption> </figure> <figure class="mugshot"> <img class="" src="https://d317jr06u12xtj.cloudfront.net/2019/02/Mike.svg" alt="Mike Wilson" width="1" height="1" loading="lazy" /> <figcaption> <p class="tiny">Mike Wilson</p> </figcaption> </figure> </div> </div> </div> </section> <!-- ends --> </main> <footer id="page-footer-new"> <section class="footer-cta-wrapper"> <div class="footer-cta-container "> <div class="footer-signup-container"> <img width="283" height="235" src="https://www.brightlocal.com/wp-content/uploads/2023/09/GLOBEY-MAILPERSON.png" class="attachment-full size-full" alt="Globey Mailperson" decoding="async" loading="lazy" srcset="https://www.brightlocal.com/wp-content/uploads/2023/09/GLOBEY-MAILPERSON-145x120.png 145w, https://www.brightlocal.com/wp-content/uploads/2023/09/GLOBEY-MAILPERSON-181x150.png 181w, https://www.brightlocal.com/wp-content/uploads/2023/09/GLOBEY-MAILPERSON.png 283w" sizes="auto, (max-width: 283px) 100vw, 283px" /> <div class="footer-cta"> <header class="footer-main-header footer-larger-header"> Sign Up For Our Newsletter </header> <div class="footer-cta-content"> <div id="footer-signup" class="footer-signup-inner"> <header class="footer-signup-header"> Join 55,000+ savvy marketers </header> <div class="footer-signup-text"> <p>Get the latest local SEO news, research, and tactical advice sent to your inbox.</p> </div> <div class="main-form"> <div> <div class="hubspot-signup-form"> <script> function loadHubspotForm() { if (typeof hbspt !== 'undefined') { hbspt.forms.create({ region: "eu1", portalId: "144008104", formId: "6784da89-ef83-4940-8f31-9f964e244646" }); } else { setTimeout(loadHubspotForm, 100); } } document.addEventListener('DOMContentLoaded', loadHubspotForm); </script> </div> <div class="hs-privacy"> <figure class="footer-icon-padlock"></figure> <div class="privacy-text"> We never share your private data. <br> <a href="https://www.brightlocal.com/privacy-policy/" title="Privacy Policy" target="" class="privacy-link">Privacy Policy</a>. <br> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer-social"> <a href="https://www.facebook.com/groups/thelocalpack" class="local-pack" target="_blank" rel="noopener noreferrer"> <span class="footer-main-header footer-medium-header">Facebook Community</span> <img width="540" height="294" src="https://www.brightlocal.com/wp-content/uploads/2024/08/corp-site-local-pack-footer-2024.svg" class="local-pack-logo" alt="Corp Site Local Pack Footer 2024" decoding="async" loading="lazy" srcset="https://www.brightlocal.com/wp-content/uploads/2024/08/corp-site-local-pack-footer-2024.svg 300w, https://www.brightlocal.com/wp-content/uploads/2024/08/corp-site-local-pack-footer-2024.svg 768w, https://www.brightlocal.com/wp-content/uploads/2024/08/corp-site-local-pack-footer-2024.svg 1024w, https://www.brightlocal.com/wp-content/uploads/2024/08/corp-site-local-pack-footer-2024.svg 540w" sizes="auto, (max-width: 540px) 100vw, 540px" /> </a> <div class="footer-socials"> <header class="footer-main-header footer-medium-header"> Connect With Us </header> <div class="footer-social-content"> <div class="footer-socials"> <div class="nf-socials"> <div class="social-icon"> <a href="https://twitter.com/brightlocal" target="_blank" rel="noopener noreferrer" title="Twitter"> <i class="icon-twitter"></i> </a> </div> <div class="social-icon"> <a href="https://www.facebook.com/brightlocal/" target="_blank" rel="noopener noreferrer" title="Facebook"> <i class="icon-facebook"></i> </a> </div> <div class="social-icon"> <a href="https://www.linkedin.com/company/bright-local-seo" target="_blank" rel="noopener noreferrer" title="Linkedin"> <i class="icon-linkedin"></i> </a> </div> <div class="social-icon"> <a href="https://www.instagram.com/brightlocal/" target="_blank" rel="noopener noreferrer" title="Instagram"> <i class="icon-instagram"></i> </a> </div> <div class="social-icon"> <a href="https://www.youtube.com/user/BrightLocalSEO" target="_blank" rel="noopener noreferrer" title="YouTube"> <i class="icon-youtube"></i> </a> </div> <div class="social-icon"> <a href="https://www.facebook.com/groups/thelocalpack" target="_blank" rel="noopener noreferrer" title="The Local Pack"> <i class="icon-localpack"></i> </a> </div> </div> </div> </div> </div> </div> </div> </section> <section class="footer-menu-wrapper"> <div class="footer-menu-container"> <div class="product-cols"> <header class="footer-main-header"> Products </header> <div class="p-footer-inner"> <div class="footer-menu-col footer-menu-col-2"><ul id="menu-footer-menu-second-column" class="footer-products-second"><li id="menu-item-115603" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115603"><a href="https://www.brightlocal.com/pricing/" class="nav-link">Plans and Pricing</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106723" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106723"><a href="https://www.brightlocal.com/platform/" class="nav-link">Platform Overview</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106724" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106724"><a href="https://www.brightlocal.com/local-seo-tools/" class="nav-link">Local SEO Tools</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115617" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-115617"><a href="#" class="nav-link">Track Local Rankings</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106726" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-106726"><a href="https://www.brightlocal.com/local-seo-tools/rankings/" class="nav-link">Track Local Rankings</a><span class="menu-item-description bl-menu-description"></span> <ul class="sub-menu"> <li id="menu-item-106727" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106727"><a href="https://www.brightlocal.com/local-seo-tools/rankings/local-rank-tracker/" class="nav-link">Local Rank Tracker</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106728" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106728"><a href="https://www.brightlocal.com/local-seo-tools/rankings/local-search-grid/" class="nav-link">Local Search Grid</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-117813" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-117813"><a href="/horizon" class="nav-link">BrightLocal Horizon<span class="footer-menu-icon">NEW</span></a><span class="menu-item-description bl-menu-description"></span></li> </ul> </li> <li id="menu-item-106729" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-106729"><a href="#" class="nav-link">Audit Local SEO</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106730" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-106730"><a href="https://www.brightlocal.com/local-seo-tools/auditing/" class="nav-link">Audit Local SEO</a><span class="menu-item-description bl-menu-description"></span> <ul class="sub-menu"> <li id="menu-item-114286" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-114286"><a href="https://www.brightlocal.com/local-seo-tools/auditing/citation-tracker/" class="nav-link">Citation Tracker</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106732" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106732"><a href="https://www.brightlocal.com/local-seo-tools/auditing/local-search-audit/" class="nav-link">Local Search Audit</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106733"><a href="https://www.brightlocal.com/local-seo-tools/auditing/google-business-profile-audit/" class="nav-link">Google Business Profile Audit</a><span class="menu-item-description bl-menu-description"></span></li> </ul> </li> <li id="menu-item-106734" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-106734"><a href="#" class="nav-link">Reputation Management</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115587" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115587"><a href="https://www.brightlocal.com/reputation-manager/" class="nav-link">Reputation Manager</a><span class="menu-item-description bl-menu-description"></span> <ul class="sub-menu"> <li id="menu-item-115588" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115588"><a href="https://www.brightlocal.com/reputation-manager/monitor-reviews/" class="nav-link">Monitor Reviews</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115589" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115589"><a href="https://www.brightlocal.com/reputation-manager/get-reviews/" class="nav-link">Get Reviews</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115590" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115590"><a href="https://www.brightlocal.com/reputation-manager/showcase-reviews/" class="nav-link">Showcase Reviews</a><span class="menu-item-description bl-menu-description"></span></li> </ul> </li> <li id="menu-item-115591" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-115591"><a href="#" class="nav-link">Listings Management</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115592" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-115592"><a href="https://www.brightlocal.com/listings-management/" class="nav-link">Listings Management</a><span class="menu-item-description bl-menu-description"></span> <ul class="sub-menu"> <li id="menu-item-115593" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115593"><a href="https://www.brightlocal.com/citation-builder/" class="nav-link">Citation Builder</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115594" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115594"><a href="https://www.brightlocal.com/listings-management/active-sync/" class="nav-link">Active Sync</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115595" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115595"><a href="https://www.brightlocal.com/listings-management/gbp-post-scheduler/" class="nav-link">GBP Post Scheduler<span class="footer-menu-icon">NEW</span></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115599" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115599"><a href="https://www.brightlocal.com/citation-builder/local-data-aggregators/" class="nav-link">Local Data Aggregators</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115600" class="menu-extra-pad-bottom menu-item menu-item-type-custom menu-item-object-custom menu-item-115600"><a href="https://www.brightlocal.com/citation-builder/yext-replacement-service/" class="nav-link">Yext Replacement Service</a><span class="menu-item-description bl-menu-description"></span></li> </ul> </li> <li id="menu-item-115602" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115602"><a href="https://www.brightlocal.com/agencies/lead-generation-for-marketing-agencies/" class="nav-link">Agency Lead Generator</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </div> </div> <div class="resources-cols"> <header class="footer-main-header"> Solutions </header> <div class="footer-menu-col footer-menu-col-3"><ul id="menu-footer-menu-third-column" class="footer-resources"><li id="menu-item-106735" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106735"><a href="https://www.brightlocal.com/agencies/" class="nav-link">For Agencies and Consultants</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-108431" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-108431"><a href="https://www.brightlocal.com/multi-location/" class="nav-link">For Multi-Location Brands</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-108432" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-108432"><a href="https://www.brightlocal.com/small-businesses/" class="nav-link">For Small Businesses</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106736"><a href="https://www.brightlocal.com/white-label-seo-tools-reports/" class="nav-link">White-Label Tools and Reporting</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-108433" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-108433"><a href="https://www.brightlocal.com/local-seo-apis/" class="nav-link">Local SEO APIs</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-108434" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-108434"><a href="#" class="nav-link">Free Tools</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-108435" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-108435"><a href="https://www.brightlocal.com/free-local-seo-tools/" class="nav-link">Free Tools Overview</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115745" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115745"><a href="/local-search-results-checker/" class="nav-link">Local Search Results Checker</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106739" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106739"><a href="https://www.brightlocal.com/local-rankflux/" class="nav-link">Local RankFlux: Algorithm Monitoring</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106740"><a href="https://www.brightlocal.com/free-local-seo-tools/google-id-and-review-link-generator/" class="nav-link">Google Review Link Generator</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106741" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-106741"><a href="#" class="nav-link">Resources</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106743" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106743"><a href="https://academy.brightlocal.com/" class="nav-link">BrightLocal Academy<span class="footer-menu-icon">NEW COURSE</span></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106744" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106744"><a href="https://www.brightlocal.com/book-a-demo/" class="nav-link">Book a Demo</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-109739" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-109739"><a href="https://www.brightlocal.com/learn/local-seo/" class="nav-link">Learn Local SEO</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115604" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115604"><a href="https://www.brightlocal.com/learn/google-business-profile/" class="nav-link">Learn Google Business Profile</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115605" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115605"><a href="https://www.brightlocal.com/learn/review-management/" class="nav-link">Learn Review Management</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115606" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115606"><a href="https://www.brightlocal.com/learn/local-citations/" class="nav-link">Learn Local Citations</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115607" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115607"><a href="https://www.brightlocal.com/resources/top-citation-sites/" class="nav-link">Top Local Citation Sites</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115608"><a href="https://www.brightlocal.com/resources/top-review-sites/" class="nav-link">Top Online Review Sites</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </div> <div class="company-cols"> <header class="footer-main-header"> Insights </header> <div class="footer-menu-col footer-menu-col-4"><ul id="menu-footer-menu-fourth-column" class="footer-company"><li id="menu-item-106745" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106745"><a href="https://www.brightlocal.com/blog/" class="nav-link">News</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106746" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106746"><a href="https://www.brightlocal.com/research/" class="nav-link">Research</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106747" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106747"><a href="https://www.brightlocal.com/webinars/" class="nav-link">Webinars</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106748" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106748"><a href="https://www.brightlocal.com/resources/" class="nav-link">Free Resources</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106749" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106749"><a href="https://www.brightlocal.com/learn/" class="nav-link">Learn Local Marketing</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106750"><a href="https://www.brightlocal.com/insights/podcast/" class="nav-link">The BrightLocal Podcast</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106751" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106751"><a href="https://www.brightlocal.com/newsletter/" class="nav-link">Sign Up to Our Newsletter</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106752" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-106752"><a href="#" class="nav-link">Company</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106753" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-106753"><a href="https://www.brightlocal.com/about-us/" aria-current="page" class="nav-link">About Us</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106754" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106754"><a href="https://www.brightlocal.com/careers/" class="nav-link">Careers<span class="footer-menu-icon">WE&#8217;RE HIRING</span></a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106755" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106755"><a href="https://www.brightlocal.com/our-commitments/" class="nav-link">Our Commitments</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-116564" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116564"><a href="https://www.brightlocal.com/we-stand-with-ukraine/" class="nav-link">We Stand with Ukraine</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106756" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-106756"><a href="https://www.brightlocal.com/about-us/#contact" aria-current="page" class="nav-link">Contact Us</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-113502" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113502"><a href="https://www.brightlocal.com/case-studies/" class="nav-link">Case Studies</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106757" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106757"><a href="https://www.brightlocal.com/customers/" class="nav-link">Customers</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106758"><a href="https://www.brightlocal.com/affiliates/" class="nav-link">Affiliate Program</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106759" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106759"><a href="https://www.brightlocal.com/sitemap/" class="nav-link">Sitemap</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-106760" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-106760"><a href="#" class="nav-link">Customers</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115609" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115609"><a href="https://tools.brightlocal.com/" class="nav-link">Login</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115610"><a href="https://help.brightlocal.com/hc/en-us" class="nav-link">Help Center</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115611"><a href="https://status.brightlocal.com/" class="nav-link">Service Status</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115612" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115612"><a href="https://www.brightlocal.com/contact-support/" class="nav-link">Contact Support</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115613" class="no-link menu-item menu-item-type-custom menu-item-object-custom menu-item-115613"><a href="#" class="nav-link">Legal</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115614"><a href="https://www.brightlocal.com/terms-and-conditions/" class="nav-link">Terms &#038; Conditions</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115615" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115615"><a rel="privacy-policy" href="https://www.brightlocal.com/privacy-policy/" class="nav-link">Privacy Policy</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-115616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115616"><a href="https://www.brightlocal.com/cookies/" class="nav-link">Cookie Policy</a><span class="menu-item-description bl-menu-description"></span></li> <li id="menu-item-124569" class="ft-cookie-settings menu-item menu-item-type-custom menu-item-object-custom menu-item-124569"><a href="https://#" class="nav-link">Cookie Settings</a><span class="menu-item-description bl-menu-description"></span></li> </ul></div> </div> </div> </section> <div class="footer-logo-new"> <div class="footer-bottom-inner"> <div class="footer-logo"> <a href="https://www.brightlocal.com/" class="custom-logo-link" rel="home"><img width="215" height="40" src="https://www.brightlocal.com/wp-content/uploads/2023/09/BL-logomark-green.png" class="custom-logo" alt="Bl Logomark Green" decoding="async" /></a> </div> <div class="footer-copyright"> <span style="max-width: 44ch; display: inline-block;">&copy; 2024 BrightLocal Ltd. All rights reserved. BrightLocal™ is a trademark of BrightLocal Ltd, registered in the UK</span> </div> </div> </div> </footer> <div id="lightsout" style="opacity:0; backdrop-filter: blur(10px);"></div> <script> var footerVars = { 'enableChatbot': '1', 'zdTimeout': '7000', 'cbTimeout': '5000', 'cbId': '61fa6ba7f4eb3b00071c60d0', 'user': 'false', } </script> <div id="footer-scripts-holder"></div> <script type="text/javascript">var algolia = {"debug":false,"application_id":"OWIETU1VIZ","search_api_key":"85b3305bef3117b48197c79595eaa870","powered_by_enabled":false,"query":"","autocomplete":{"sources":[{"index_id":"searchable_posts","index_name":"wp_searchable_posts","label":"All posts","admin_name":"All posts","position":10,"max_suggestions":5,"tmpl_suggestion":"autocomplete-post-suggestion","enabled":true},{"index_id":"posts_post","index_name":"wp_posts_post","label":"Posts","admin_name":"Posts","position":10,"max_suggestions":5,"tmpl_suggestion":"autocomplete-post-suggestion","enabled":true}],"input_selector":"input[name='s']:not(.no-autocomplete):not(#adminbar-search)"},"indices":{"searchable_posts":{"name":"wp_searchable_posts","id":"searchable_posts","enabled":true,"replicas":[]},"posts_post":{"name":"wp_posts_post","id":"posts_post","enabled":true,"replicas":[]}}};</script><link rel='stylesheet' id='gform_basic-css' href='https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme_ie11-css' href='https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css' type='text/css' media='all' /> <script type="text/javascript" id="leadin-script-loader-js-js-extra"> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.73"}; /* ]]> */ </script> <script type="text/javascript" src="https://js-eu1.hs-scripts.com/144008104.js?integration=WordPress" id="leadin-script-loader-js-js" async></script> <script type="text/javascript" id="brightlocal-script-js-extra"> /* <![CDATA[ */ var screenReaderText = {"expand":"Expand Child Menu","collapse":"Collapse Child Menu","ajaxurl":"https:\/\/www.brightlocal.com\/wp-admin\/admin-ajax.php","noposts":"No Posts Found","loadmore":"Load More Posts"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/js/app.js?id=a24152c3ac7075117eb7682c608f854a" id="brightlocal-script-js" async></script> <script type="text/javascript" src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/js/nav.js?id=fb70e12c360d8b1f993e2298115e2d8b" id="brightlocal-nav-js" async></script> <script type="text/javascript" src="https://js.hsforms.net/forms/embed/v2.js" id="hubspot-forms-js" async></script> <script type="text/javascript" src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/js/content-blocks/section-blocks/brightlocal-team-panel.js" id="brightlocal-brightlocal-team-panel-js" async></script> <script type="text/javascript" src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/js/content-blocks/section-blocks/twi-panel.js" id="brightlocal-twi-panel-js" async></script> <script type="text/javascript" src="https://www.brightlocal.com/wp-content/themes/brightlocal-2023/dist/js/content-blocks/section-blocks/cards.js" id="brightlocal-cards-js" async></script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/js/jquery.json.min.js" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.brightlocal.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.brightlocal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.brightlocal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"9ae9df06790b79252558eae064677423","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/js/gravityforms.min.js" id="gform_gravityforms-js"></script> <script type="text/javascript" id="gform_conditional_logic-js-extra"> /* <![CDATA[ */ var gf_legacy = {"is_legacy":""}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/js/conditional_logic.min.js" id="gform_conditional_logic-js"></script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js" id="gform_gravityforms_utils-js"></script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"9ae9df06790b79252558eae064677423"}}},"hmr_dev":"","public_path":"https:\/\/www.brightlocal.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; /* ]]> */ </script> <script type="text/javascript" defer='defer' src="https://www.brightlocal.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js" id="gform_gravityforms_theme-js"></script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"14":{"price":false,"value":false},"13":{"price":false,"value":false},"15":{"price":false,"value":false},"2":{"price":false,"value":false},"3":{"price":false,"value":false},"4":{"price":false,"value":false},"5":{"price":false,"value":false},"7":{"price":false,"value":false},"8":{"price":false,"value":false},"10":{"price":false,"value":false},"9":{"price":false,"value":false},"6":{"price":false,"value":false},"16":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 13: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"14","operator":"is","value":"Yes"}]},"nextButton":null,"section":null},5: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"4","operator":"is","value":"No"}],"enabled":true},"nextButton":null,"section":null},7: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"4","operator":"is","value":"Yes"}],"enabled":true},"nextButton":null,"section":null},8: {"field":{"actionType":"show","logicType":"any","rules":[{"fieldId":"7","operator":"is","value":"Tools \/ Reports"},{"fieldId":"5","operator":"is","value":"Tools \/ Reports"}],"enabled":true},"nextButton":null,"section":null},10: {"field":{"actionType":"show","logicType":"any","rules":[{"fieldId":"7","operator":"is","value":"Sales enquiry"},{"fieldId":"5","operator":"is","value":"Sales enquiry"}],"enabled":true},"nextButton":null,"section":null},9: {"field":{"actionType":"show","logicType":"any","rules":[{"fieldId":"7","operator":"is","value":"Tools \/ Reports"},{"fieldId":"5","operator":"is","value":"Tools \/ Reports"}],"enabled":true},"nextButton":null,"section":null} }, dependents: { 13: [13],5: [5],7: [7],8: [8],10: [10],9: [9] }, animation: 1, defaults: [], fields: {"14":[13],"13":[],"15":[],"2":[],"3":[],"4":[5,7],"5":[8,10,9],"7":[8,10,9],"8":[],"10":[],"9":[],"6":[],"16":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [13,5,7,8,10,9], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} } } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [2, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10