CINXE.COM

Jobs at Automattic – Automattic

<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="UTF-8" /> <link rel="pingback" href="https://automattic.com/xmlrpc.php" /> <meta name="google-site-verification" content="LsUOC70Kd1OVRa84YXSdDMeWfa_tu9k9Cyi9HUFlR60" /> <link rel="start" href="https://automattic.com/" title="Automattic" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Jobs at Automattic &#8211; Automattic</title> <meta name='robots' content='max-image-preview:large' /> <meta name="google-site-verification" content="XECAgs1qhOf9tfH5snpZFPxF4nDR6Jmy58IraJfFVo0" /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=387642' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hdXRvbWF0dGljLmNvbQ%3D%3D" + "&wpcomid=54117" + "&time=1743765117"; document.body.appendChild( iframe ); }, false ); </script> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://automattic.com/_static/??-eJydzEEOwiAQheELCdMSEtOF8SxAyYSKQGYGDbe37cadC5cvL98P76ZCLRKLQMsdU2HAvk8fCfeHIrzMpCdtwfeUV/C5hofKyZOjASwjRx2YL/AzdCqGLUpzB3ejdlFIaf03QU5SQf7y+/M2X+1slsUYu30AMZRP0A==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <style id='wwu-positions-wwu-positions-style-inline-css'> .wp-block-wwu-positions-wwu-positions{width:100%}.job-filter{display:flex;gap:16px;margin:36px auto}@media(max-width:781px){.job-filter{flex-direction:column}}.job-filter input,.job-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid #ccc;border-radius:4px;color:#000;font-family:"Source Serif Pro";font-size:16px;padding:12px 16px}.job-filter input{flex-grow:1}.job-filter .select-wrapper{position:relative}.job-filter .select-wrapper:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27M.5 1 6 6l5.5-5%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");pointer-events:none;position:absolute;right:16px;top:calc(50% - 11px)}.job-filter .select-wrapper select{padding-right:40px;width:100%}.job-posts{display:flex;flex-direction:column;gap:20px}.job-posts .job-card{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;padding:40px 32px;position:relative;transition:background-color .2s ease}@media(max-width:781px){.job-posts .job-card{align-items:flex-start;flex-direction:column;justify-content:unset;padding:24px}.job-posts .job-card.job-featured{padding-top:40px}}.job-posts .job-card *{text-decoration:none!important}.job-posts .job-card.job-featured{border-color:#1490c7}.job-posts .job-card.job-featured h3{color:#1490c7}.job-posts .job-card.job-featured:before{background:#036085;border-radius:7px 7px 0 0;content:"";display:block;height:7px;position:absolute;top:-7px;width:103px}.job-posts .job-card.job-featured:after{background:#0277a8;border-radius:0 0 5px 5px;color:#fff;content:"Featured";left:40px;padding:3px 12px 1px;position:absolute;top:-7px}@media(max-width:781px){.job-posts .job-card.job-featured:after{left:32px}}.job-posts .job-card.job-featured:hover{background-color:#ebf4fa}.job-posts .job-card:hover{background-color:#f6f7f7;text-decoration:none!important}.job-posts .job-card h3{color:#000;margin-bottom:16px;margin-top:0}@media(max-width:781px){.job-posts .job-card h3{font-size:24px}}.job-posts .job-card .job-card-link{color:#666}.job-posts .job-card .job-card-link,.job-posts .job-card .job-card-link span:last-child{align-items:center;display:flex;gap:10px}.job-posts .job-card .job-card-link span:last-child:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 fill=%27none%27%3E%3Cpath d=%27m1 12 5-5.5L1 1%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");position:relative;top:1px}.job-posts .job-card .job-card-link .job-card-type{display:none;padding-left:0}@media(max-width:781px){.job-posts .job-card .job-card-link .job-card-type{display:flex}.job-posts .job-card .job-card-link{justify-content:space-between;padding-top:22px;width:100%}}.job-posts .job-card .job-card-details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.job-posts .job-card .job-card-type{align-items:center;border-radius:4px;display:flex;gap:8px;padding-left:16px;position:relative;top:1px}@media(max-width:781px){.job-posts .job-card .job-card-type{display:none}}.job-posts .job-card .job-card-type:before{border-radius:12px;content:"";display:block;height:12px;min-width:12px;width:12px}.job-posts .job-card .job-card-type.interest{color:#b26200}.job-posts .job-card .job-card-type.interest:before{background-color:#e68b28}.job-posts .job-card .job-card-type.job{color:#008a20}.job-posts .job-card .job-card-type.job:before{background-color:#00a32a}.job-posts .job-card .job-card-category,.job-posts .job-card .job-card-status,.job-posts .job-card .job-card-team{border:1px solid #ccc;border-radius:4px;color:#666;padding:5px 10px} </style> <style id='a8ctheme-brand-asset-card-style-inline-css'> .brand-asset-card{border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;font-family:"Source Serif Pro",serif;margin:-2px;max-width:100%;overflow:hidden;padding:2px;width:-moz-min-content;width:min-content}.brand-asset-card *{box-sizing:border-box}.brand-asset-card:hover .info-section .label{color:#0277a8}.brand-asset-card:hover .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%230277A8%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%230277A8%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%230277A8%27 stroke-width=%271.5%27/%3E%3C/svg%3E")}.brand-asset-card:hover .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%230277A8%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E")}.brand-asset-card:focus{border:1px solid #0277a8;outline:none}.brand-asset-card--inner{border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}.brand-asset-card .image-section{align-items:center;aspect-ratio:16/9;background-image:linear-gradient(45deg,#fbfbfb 25%,transparent 0),linear-gradient(-45deg,#fbfbfb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#fbfbfb 0),linear-gradient(-45deg,transparent 75%,#fbfbfb 0);background-position:0 0,0 16px,16px -16px,-16px 0;background-size:32px 32px;display:flex;justify-content:center;max-width:100%;padding:32px 56px;position:relative;width:448px}.brand-asset-card .image-section img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.brand-asset-card .info-section{align-items:center;background-color:#fcfcfc;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 15px}.brand-asset-card .info-section .label{color:#000;font-size:16px;font-weight:600}.brand-asset-card .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%23000%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E");height:24px;width:24px}.brand-asset-card .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%231E1E1E%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E");height:19px;margin:0 1px 6px 0;padding-bottom:4px;width:20px}#container a.brand-asset-card:hover{text-decoration:none} </style> <style id='a8ctheme-external-posts-style-inline-css'> .wp-block-a8ctheme-external-posts{display:flex;flex-direction:column;gap:40px}.wp-block-a8ctheme-external-posts .external-post{display:flex;gap:20px}.wp-block-a8ctheme-external-posts .external-post a{flex:287;max-width:287px}@media screen and (max-width:768px){.wp-block-a8ctheme-external-posts .external-post a{flex:1;max-width:100%}}.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail{aspect-ratio:287/161;overflow:hidden}@media screen and (max-width:600px){.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail{aspect-ratio:1/1}}.wp-block-a8ctheme-external-posts .external-post a .post-thumbnail img{border-radius:4px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper{display:flex;flex:250;flex-direction:column;gap:8px;max-width:250px}@media screen and (max-width:768px){.wp-block-a8ctheme-external-posts .external-post .entry-wrapper{flex:1;max-width:100%}}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title{font-size:clamp(1.125rem,1.125rem + 1vw,1.5rem);margin:0}@media screen and (max-width:600px){.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title{font-size:1.125rem}}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-title a{color:inherit;font-size:inherit;font-weight:inherit}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta{align-items:center;display:flex;gap:8px}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta img{aspect-ratio:1/1;border-radius:50%;height:20px;width:20px}.wp-block-a8ctheme-external-posts .external-post .entry-wrapper .entry-meta .blog-title{color:#666;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5} </style> <style id='a8c-toc-block-style-inline-css'> html{scroll-behavior:smooth;scroll-padding-top:calc(76px - var(--wp-admin--admin-bar--height, 32px))}.wp-block-a8c-toc{height:100%;min-width:112px;overflow:visible}.wp-block-a8c-toc .a8c-sticky-element{align-items:center;align-self:flex-start;border:1px solid #ddd;border-radius:16px;display:flex;flex-direction:column;padding:16px;position:sticky;top:32px}.wp-block-a8c-toc .a8c-sticky-element .toc-list{display:flex;flex-direction:column;margin:0;padding:0;row-gap:2px;width:100%}.wp-block-a8c-toc .a8c-sticky-element .toc-list li{font-size:18px;list-style-type:none;margin:0;padding:0}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a{border-radius:4px;display:block;line-height:1.2;padding:.5rem .2rem;text-align:center;text-decoration:none;transition:all .2s ease}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a:hover{background-color:#ebf4fa;text-decoration:none}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a.active{background-color:#39c;color:#fff}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a.active:after{display:none!important}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a:not(.active):hover{background-color:var(--a8c-blue-10)}.wp-block-a8c-toc .a8c-sticky-element p{line-height:20px;margin:0}.wp-block-a8c-toc .a8c-sticky-element a{color:#000;font-family:var(--system-sans);font-weight:400}.wp-block-a8c-toc .a8c-sticky-element .wp-block-group-is-layout-flex{gap:12px}.wp-block-a8c-toc .a8c-sticky-element .wp-block-group-is-layout-flex:first-child{min-width:24px}@media screen and (max-width:600px){.wp-block-a8c-toc{min-width:72px}}@media(max-width:600px){html{scroll-padding-top:0}.wp-block-a8c-toc .a8c-sticky-element{border-radius:8px;padding:.5rem}.wp-block-a8c-toc .a8c-sticky-element .toc-list{padding:0}.wp-block-a8c-toc .a8c-sticky-element .toc-list li a{word-wrap:normal;font-size:16px;padding:8px;word-break:normal}} </style> <style id='a8ctheme-icon-text-button-style-inline-css'> .block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style,.wp-block-a8ctheme-icon-text-button.button-style{align-items:center;cursor:pointer;display:inline-flex;gap:5px;justify-content:center;max-width:100%;padding:10px 20px;text-decoration:none;width:auto}.block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style a,.wp-block-a8ctheme-icon-text-button.button-style a{text-decoration:none}.block-editor-block-list__block.a8ctheme-icon-text-button-block.button-style:hover,.wp-block-a8ctheme-icon-text-button.button-style:hover{background-color:#ddd}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon,.wp-block-a8ctheme-icon-text-button .icon{margin-right:0}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon-text-container,.wp-block-a8ctheme-icon-text-button .icon-text-container{align-items:center;display:flex;gap:10px}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon-text-container p,.wp-block-a8ctheme-icon-text-button .icon-text-container p{overflow-wrap:normal;white-space:nowrap;word-break:keep-all}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon,.wp-block-a8ctheme-icon-text-button .icon{align-items:center;display:flex}.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon+p,.block-editor-block-list__block.a8ctheme-icon-text-button-block .icon+span,.wp-block-a8ctheme-icon-text-button .icon+p,.wp-block-a8ctheme-icon-text-button .icon+span{margin:0}.block-editor-block-list__block.a8ctheme-icon-text-button-block .components-base-control__label,.wp-block-a8ctheme-icon-text-button .components-base-control__label{display:block;font-size:11px;font-weight:500;gap:0;line-height:1.4;margin-bottom:8px;padding:0;text-transform:uppercase}.block-editor-block-list__block.a8ctheme-icon-text-button-block .wp-block-a8ctheme-svg-picker div,.wp-block-a8ctheme-icon-text-button .wp-block-a8ctheme-svg-picker div{display:flex} </style> <style id='a8ctheme-author-image-style-inline-css'> </style> <style id='a8ctheme-external-blog-style-inline-css'> a.wp-block-a8ctheme-external-blog.external-blog{align-items:center;color:#000;display:flex;font-family:Inter,sans-serif;font-size:18px;font-weight:400;gap:8px;line-height:1.5;position:relative;text-decoration:none}a.wp-block-a8ctheme-external-blog.external-blog img{aspect-ratio:1/1;border-radius:50%;height:20px;width:20px}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title{display:flex;padding-right:16px;position:relative}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title:after{align-self:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNTYzOTIgMTAuMTU1OUwwLjU2Njc2MiA5LjE1ODc0TDcuOTgxNTMgMS43MzExOEgyLjI1NDI2TDIuMjY3MDUgMC4zNTA0OTdIMTAuMzU5NFY4LjQ1NTYxSDguOTY1OTFMOC45Nzg2OSAyLjcyODM0TDEuNTYzOTIgMTAuMTU1OVoiIGZpbGw9IiM3Nzc3NzciLz4KPC9zdmc+Cg==);background-position:50%;background-repeat:no-repeat;content:"";height:11px;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .2s ease-in-out;width:11px}a.wp-block-a8ctheme-external-blog.external-blog .external-blog-title:hover:after{opacity:1} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://automattic.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-20-1' href='https://automattic.com/_static/??-eJydj9EKwjAMRX/IrOsQpw/it3Rd2KpNV5aU6t8bFJ8UQV9CuLmHe2NqBr8kwSSGCuRYppDY+GVF1Sk7MeogHIPDiKS2xjNvzGeshnFCUZxfOwhevyNZY2AY8orMoJNCIZBZs/iNe8rG7b1xRRZyIsFD11prWG4RfwFC8rGMemR9zEvXUEh/8XVZL1CDzFAejU90tP3W9odda7vzHV1FgN8=&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-22-1' href='https://automattic.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/blocks/build/brand-asset/view.js?m=1736774468i&amp;ver=25641e6d05d5e11710bc" id="a8ctheme-brand-asset-card-script-js"></script> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"54117","postID":"387642","siteURL":"https:\/\/automattic.com","xhrURL":"https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"4bcab9143e","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/Pe4R-1CQi","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","shortLinkCopied":"Shortlink copied to clipboard."}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/automattic.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI='></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://automattic.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/Pe4R-1CQi' /> <style> @font-face { font-family: Recoleta; font-display: swap; src: url('https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fautomattic.com%2Fjobs%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fautomattic.com%2Fjobs%2F&amp;for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Jobs at Automattic" /> <meta property="og:url" content="https://automattic.com/jobs/" /> <meta property="og:description" content="Jobs at Automattic Beware of job scammers We’ve recently learned that some people have been contacted by scammers pretending to be part of the Automattic hiring team, using names like “Caelia Basse…" /> <meta property="article:published_time" content="2025-01-24T15:29:13+00:00" /> <meta property="article:modified_time" content="2025-01-27T15:00:51+00:00" /> <meta property="og:site_name" content="Automattic" /> <meta property="og:image" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:creator" content="@automattic" /> <meta name="twitter:site" content="@automattic" /> <meta name="twitter:text:title" content="Jobs at Automattic" /> <meta name="twitter:image" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=240" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:app:name:iphone" content="Jetpack" /> <meta name="twitter:app:id:iphone" content="1565481562" /> <meta name="twitter:app:name:ipad" content="Jetpack" /> <meta name="twitter:app:id:ipad" content="1565481562" /> <meta name="twitter:app:name:googleplay" content="Jetpack" /> <meta name="twitter:app:id:googleplay" content="com.jetpack.android" /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://automattic.com/?openidserver=1' /> <link rel='openid.delegate' href='https://automattic.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://automattic.com/osd.xml" title="Automattic" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <link rel="canonical" href="https://automattic.com/jobs/" /> <script type="application/ld+json"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"Corporation","@id":"https:\/\/automattic.com\/#organization","url":"https:\/\/automattic.com\/","name":"Automattic","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"We don\u2019t make software for free, we make it for freedom.","description":"We are the people behind <a href=\"https:\/\/wordpress.com\/\">WordPress.com<\/a>, <a href=\"https:\/\/woocommerce.com\/\">WooCommerce<\/a>, <a href=\"https:\/\/jetpack.com\/\">Jetpack<\/a>, <a href=\"https:\/\/simplenote.com\/\">Simplenote<\/a>, <a href=\"https:\/\/longreads.com\/\">Longreads<\/a>, <a href=\"https:\/\/vaultpress.com\/\">VaultPress<\/a>, <a href=\"https:\/\/akismet.com\/\">Akismet<\/a>, <a href=\"https:\/\/gravatar.com\/\">Gravatar<\/a>, <a href=\"\">Crowdsignal<\/a>, <a href=\"https:\/\/cloudup.com\/\">Cloudup<\/a>, and more. We believe in making the web a better place, and <a href=\"https:\/\/github.com\/Automattic\">we believe in Open Source<\/a>. The vast majority of our work is available under the GPL.","logo":{"@type":"ImageObject","@id":"https:\/\/automattic.com\/#logo","url":"https:\/\/automattic.com\/wp-content\/themes\/a8c\/automattic-2011\/images\/automattic-logo-2x.png","width":552,"height":60,"caption":"Automattic"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1495,"sameAs":["https:\/\/twitter.com\/automattic","https:\/\/www.facebook.com\/AutomatticInc","https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/www.youtube.com\/c\/automattic"],"subOrganization":{"@id":"https:\/\/wordpress.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/wordpress.com\/#organization","url":"https:\/\/wordpress.com\/","name":"WordPress.com","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"Build a website, build a movement.","description":"Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.","logo":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/#logo","url":"https:\/\/s0.wp.com\/home.logged-out\/images\/wpcom-a-website-that-can.jpg","width":1024,"height":512,"caption":"WordPress.com"},"image":{"@id":"https:\/\/wordpress.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1495,"sameAs":["https:\/\/twitter.com\/wordpressdotcom","https:\/\/www.facebook.com\/WordPresscom","https:\/\/www.instagram.com\/wordpressdotcom\/","https:\/\/www.linkedin.com\/company\/wordpress","https:\/\/www.youtube.com\/WordPressdotcom","https:\/\/www.pinterest.com\/wordpressdotcom\/","https:\/\/en.wikipedia.org\/wiki\/WordPress.com"],"parentOrganization":{"@id":"https:\/\/automattic.com\/#organization"}},{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website","url":"https:\/\/automattic.com\/","name":"Automattic","description":"Making the web a better place","potentialAction":{"@type":"SearchAction","target":"https:\/\/automattic.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"sameAs":["https:\/\/twitter.com\/automattic","https:\/\/www.facebook.com\/AutomatticInc","https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/www.youtube.com\/c\/automattic"]},{"@type":"BreadcrumbList","@id":"https:\/\/automattic.com\/jobs\/#breadcrumbs","itemListElement":[{"@type":"ListItem","position":0,"item":{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website-breadcrumb","url":"https:\/\/automattic.com\/","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/automattic.com\/jobs\/#webpage-breadcrumb","url":"https:\/\/automattic.com\/jobs\/","name":"Jobs at Automattic \u2014"}}]},{"@type":"ImageObject","@id":"https:\/\/automattic.com\/jobs\/#primaryimage","url":"https:\/\/automattic.com\/wp-content\/uploads\/2024\/11\/cropped-automattic-logo-square.png?w=200","width":200,"height":200,"caption":"Jobs at Automattic \u2014"},{"@type":"WebPage","@id":"https:\/\/automattic.com\/jobs\/#webpage","url":"https:\/\/automattic.com\/jobs\/","name":"Jobs at Automattic \u2014","description":"Making the web a better place","inLanguage":"en","isPartOf":{"@id":"https:\/\/automattic.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/automattic.com\/jobs\/#primaryimage"},"breadcrumb":{"@id":"https:\/\/automattic.com\/jobs\/#breadcrumbs"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"datePublished":"2025-01-24T15:29:13+0000","dateModified":"2025-01-27T15:00:51+0000"},{"@type":"Article","@id":"https:\/\/automattic.com\/jobs\/#article","headline":"Jobs at Automattic \u2014","commentCount":0,"keywords":"","datePublished":"2025-01-24T15:29:13+0000","dateModified":"2025-01-27T15:00:51+0000","mainEntityOfPage":{"@id":"https:\/\/automattic.com\/jobs\/#webpage"},"isPartOf":{"@id":"https:\/\/automattic.com\/jobs\/#webpage"},"image":{"@id":"https:\/\/automattic.com\/jobs\/#primaryimage"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"author":{"@id":"https:\/\/wordpress.com\/#organization"}}]} </script> <meta name="description" content="Jobs at Automattic Beware of job scammers We’ve recently learned that some people have been contacted by scammers pretending to be part of the Automattic hiring team, using names like “Caelia Bassett.” Please know that this individual is&nbsp;not&nbsp;connected to us. Our hiring process happens&nbsp;only&nbsp;through our official careers page:&nbsp;automattic.com/work-with-us. You’ll always receive messages from us using&hellip;" /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=32" sizes="32x32" /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=180" /> <meta name="msapplication-TileImage" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=270" /> <!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="wp-singular page-template page-template-page-templates page-template-work-with-us page-template-page-templateswork-with-us-php page page-id-387642 wp-theme-a8cautomattic-2011 customizer-styles-applied jetpack-reblog-enabled"> <div id="wrapper"> <header class="header"> <h1 class="logo"><a href="/">Automattic</a></h1> <nav> <ol class="menu"><li class="page-item page-item-home "><a href="/">Home</a></li><li class="page-item page-item-about "><a href="/about/">About Us</a></li><li class="page-item page-item-news "><a href="/news/">News</a></li><li class="page-item page-item-work-with-us "><a href="/work-with-us/">Work With Us</a></li></ol> </nav> </header> <div id="container"> <main id="content" class="tier"> <h1 class="wp-block-heading">Jobs at Automattic</h1> <div class="wp-block-wwu-positions-wwu-positions"></div> <hr class="wp-block-separator has-alpha-channel-opacity is-style-default" /> <h3 class="wp-block-heading">Beware of job scammers</h3> <p>We’ve recently learned that some people have been contacted by scammers pretending to be part of the Automattic hiring team, using names like “Caelia Bassett.” Please know that this individual is&nbsp;<em>not</em>&nbsp;connected to us.</p> <p>Our hiring process happens&nbsp;<em>only</em>&nbsp;through our official careers page:&nbsp;<a target="_blank" href="https://automattic.com/work-with-us" rel="noreferrer noopener">automattic.com/work-with-us</a>. You’ll always receive messages from us using an <a href='https://automattic.wordpress.com/mentions/automattic/' class='__p2-hovercard mention' data-type='fragment-mention' data-username='automattic'><span class='mentions-prefix'>@</span>automattic</a>.com email address.</p> <p>If someone reaches out claiming to be from Automattic but uses a different email domain, take a moment to verify their identity. Scams like these can look very real, so it’s always okay to double-check!</p> <p>Here’s&nbsp;<a target="_blank" href="https://consumer.ftc.gov/consumer-alerts/2023/08/scammers-impersonate-well-known-companies-recruit-fake-jobs-linkedin-and-other-job-platforms" rel="noreferrer noopener">a helpful guide offering more tips on how to spot and avoid scams</a>.</p> <p>Stay safe out there, everyone!</p> <p></p> <div id="grnhse_app"></div> </main><!-- #content --> </div><!-- #container --> <nav class="nav nav-footer"> <div class="secondary-menu"> <div class="fieldguide"><a href="/fieldguide/">Field Guide</a></div> <div class="contactus"><a href="/contact/">Contact</a></div> <div class="diversity"><a href="/diversity-and-inclusion/">Diversity</a></div> <div class="press"><a href="/press/">Press</a></div> <div class="privacy"><a href="/privacy/">Privacy</a></div> </div> <div class="social-links"> <div class="twitter"> <a href="https://twitter.com/automattic" class="social-link" target="_blank" aria-label="X (formerly known as Twitter)"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.23677 7.00461L14.0763 1.5H12.9295L8.72732 6.27958L5.37105 1.5H1.5L6.57533 8.72757L1.5 14.5H2.64688L7.08449 9.4526L10.6289 14.5H14.5L9.23648 7.00461H9.23677ZM7.66595 8.79124L7.15172 8.07154L3.06012 2.34479H4.82166L8.12363 6.96646L8.63787 7.68616L12.93 13.6936H11.1685L7.66595 8.79152V8.79124Z" fill="black"/> </svg> </a> </div> <div class="facebook"> <a href="https://www.facebook.com/AutomatticInc/" class="social-link" target="_blank" aria-label="Facebook"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8C15.5 3.8579 12.1421 0.5 8 0.5C3.8579 0.5 0.5 3.8579 0.5 8C0.5 11.5172 2.9216 14.4686 6.1883 15.2792V10.292H4.6415V8H6.1883V7.0124C6.1883 4.4597 7.3433 3.2765 9.8483 3.2765C10.3235 3.2765 11.1434 3.3695 11.4788 3.4628V5.54C11.3018 5.5214 10.9943 5.5121 10.6124 5.5121C9.3824 5.5121 8.9075 5.978 8.9075 7.1891V7.9991H11.36L10.94 10.2911H8.9087V15.4451C12.6221 14.9966 15.5 11.8346 15.5 8Z" fill="black"/> </svg> </a> </div> <div class="youtube"> <a href="https://www.youtube.com/c/automattic" class="social-link" target="_blank" aria-label="YouTube"> <svg height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.9447 3.19182C18.838 2.76836 18.6295 2.38228 18.3399 2.07215C18.0503 1.76203 17.6898 1.53872 17.2943 1.42454C15.8376 1 10.0001 1 10.0001 1C10.0001 1 4.16099 1 2.70736 1.41796C2.31105 1.5324 1.94987 1.7566 1.66016 2.06799C1.37046 2.37939 1.16244 2.767 1.05704 3.19182C0.666747 4.75012 0.666748 8.00329 0.666748 8.00329C0.666748 8.00329 0.666747 11.2565 1.05704 12.8148C1.16338 13.2384 1.37182 13.6246 1.66146 13.9348C1.9511 14.245 2.31178 14.4682 2.70736 14.582C4.16252 15 10.0001 15 10.0001 15C10.0001 15 15.8392 15 17.2943 14.582C17.6898 14.4679 18.0503 14.2446 18.3399 13.9344C18.6295 13.6243 18.838 13.2382 18.9447 12.8148C19.3334 11.2565 19.3334 8.00329 19.3334 8.00329C19.3334 8.00329 19.3288 4.75012 18.9447 3.19182ZM8.13311 11.0014V5.00517L12.9826 8.00329L8.13311 11.0014Z" fill="black"/> </svg> </a> </div> <div class="linkedin"> <a href="https://www.linkedin.com/company/automattic/" class="social-link" target="_blank" aria-label="LinkedIn"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.9657 1H2.0343C1.75999 1 1.49691 1.10899 1.30294 1.30298C1.10897 1.49698 1 1.76009 1 2.03444V13.9675C1.00051 14.2415 1.10971 14.5041 1.30363 14.6977C1.49754 14.8913 1.76032 15 2.0343 15H13.9657C14.2397 15 14.5025 14.8913 14.6964 14.6977C14.8903 14.5041 14.9995 14.2415 15 13.9675V2.03444C15 1.76009 14.891 1.49698 14.6971 1.30298C14.5031 1.10899 14.24 1 13.9657 1ZM5.1722 12.9272H3.0686V6.24028H5.1722V12.9272ZM4.1204 5.31472C3.88131 5.31395 3.64782 5.24232 3.44942 5.10887C3.25103 4.97542 3.09664 4.78615 3.00577 4.56497C2.91489 4.3438 2.89161 4.10064 2.93887 3.86624C2.98613 3.63183 3.1018 3.4167 3.27127 3.24802C3.44073 3.07934 3.65639 2.96469 3.89099 2.91856C4.12559 2.87243 4.36859 2.89688 4.5893 2.98883C4.81001 3.08079 4.99851 3.23611 5.13098 3.43517C5.26345 3.63423 5.33395 3.8681 5.33356 4.10722C5.33594 4.26694 5.30615 4.42551 5.24595 4.57347C5.18575 4.72143 5.09638 4.85576 4.98317 4.96844C4.86996 5.08112 4.73523 5.16985 4.587 5.22934C4.43877 5.28884 4.28009 5.31787 4.1204 5.31472ZM12.9314 12.9331H10.8259V9.28139C10.8259 8.20222 10.367 7.87167 9.776 7.87167C9.15192 7.87167 8.53951 8.34028 8.53951 9.30667V12.9331H6.43786V6.24611H8.46174V7.17167H8.49285C8.70011 6.82752 8.99382 6.54361 9.34478 6.34815C9.69574 6.15269 10.0917 6.05249 10.4934 6.0575C11.6599 6.0575 12.9372 6.75556 12.9372 8.79722L12.9314 12.9331Z" fill="black"/> </svg> </a> </div> <div class="glassdoor"> <a href="https://www.glassdoor.com/Overview/Working-at-Automattic-EI_IE751107.11,21.htm" class="social-link" target="_blank" aria-label="Glassdoor"> <svg height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.99567 1C10.0998 1 10.9963 1.64531 10.9963 2.75H2.66667V11.5C2.11111 11.5 1.55556 11.5 1 11.5V3.00156C1 1.89687 1.8965 1 3.00072 1H8.99567ZM8.99567 13.25H1C1 14.3547 1.8965 15 3.00072 15H8.99925C10.1035 15 11 14.3547 11 13.25V4.5C11 4.5 9.75 4.5 9.33333 4.5V13.25H8.99567Z" fill="black"/> </svg> </a> </div> </div> <ol class="menu"><li class="page-item page-item-home "><a href="/">Home</a></li><li class="page-item page-item-about "><a href="/about/">About Us</a></li><li class="page-item page-item-news "><a href="/news/">News</a></li><li class="page-item page-item-work-with-us "><a href="/work-with-us/">Work With Us</a></li></ol> </nav> <footer class="footer"> <p class="copyr">&copy; Automattic Inc., purveyors of fine blogging and site-building services since 2005. Thank you for your&nbsp;time.</p> </footer> </div><!-- #wrapper --> <!-- --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/files\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/a8c\/automattic-2011\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function() { 'use strict'; var setupAnalytics = function() { window.a8cAnalyticsConfig = {"cookieBanner":{"version":"2","cssZIndex":50001,"skipBanner":false,"cookieDomain":"automattic.com","v1CookieName":"sensitive_pixel_option","v2CookieName":"sensitive_pixel_options","v1Text":"Our websites and dashboards use cookies. By continuing, you agree to their use. <a target=\"_blank\" href=\"https:\/\/automattic.com\/cookies\/\">Learn more<\/a>, including how to control cookies.","v2Text":"As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.","v2OptionsText":"Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website<\/strong> such as by improving security or conducting analytics, <strong>marketing activities<\/strong> to help deliver relevant marketing or content, and your <strong>user experience<\/strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href=\"https:\/\/automattic.com\/privacy\/\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/automattic.com\/cookies\/\" target=\"_blank\">Cookie Policy<\/a>.","v2EssentialOptionHeading":"Required","v2EssentialOptionText":"These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features, like allowing registered users to authenticate and perform account-related functions, storing preferences set by users (like account name, language, and location), and ensuring our services operate properly.","v2AnalyticsOptionHeading":"Analytics","v2AnalyticsOptionText":"These cookies allow us to optimize performance by collecting information on how users interact with our websites.","v2AdvertisingOptionHeading":"Advertising","v2AdvertisingOptionText":"We and our advertising partners set these cookies to provide you with relevant content and to understand that content\u2019s effectiveness.","v1ButtonText":"Got It!","v2CustomizeButtonText":"Customize","v2AcceptAllButtonText":"Accept all","v2AcceptSelectionButtonText":"Accept selection","hiddenConsents":[],"isLoggedIn":false},"doNotSellDialog":{"contactEmailAddress":"privacypolicyupdates@automattic.com"},"adminAnalytics":"analytics-wpcom-admin.php","fireAnalyticsOptions":[]}; }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <script type="text/javascript"> ( function () { 'use strict'; /** * Returns the current page path */ function getCurrentPagePath( pathname = '' ) { return ( pathname || window.location.pathname ).replace( /^\/|\/$/g, '' ); } /** * Returns the current page name */ function getCurrentPageName( pathname = '' ) { return getCurrentPagePath( pathname ).replace( getLocaleInPagePathRegExp(), '' ); } /** * Returns the current page locale */ function getCurrentPageLocale() { var currentPagePath = getLocaleInPagePathRegExp().exec( getCurrentPagePath() ); return currentPagePath !== null && currentPagePath.length === 2 ? currentPagePath[1] : ''; } /** * Helper function to extract locale from page path */ function getLocaleInPagePathRegExp() { return /^(af|als|am|an|ar|arc|as|ast|av|ay|az|ba|bel|bg|bm|bn|bo|br|bs|ca|ce|ckb|cs|csb|cv|cy|da|de|dv|dz|el|el\-po|en|en\-gb|eo|es|es\-mx|et|eu|fa|fi|fo|fr|fr\-be|fr\-ca|fr\-ch|fur|fy|ga|gd|gl|gn|gu|he|hi|hr|hu|hy|ia|id|ii|ilo|is|it|ja|ka|kal|kir|km|kn|ko|kk|ks|kv|la|li|lo|lv|lt|mk|ml|mwl|mn|mr|ms|mya|nah|nap|ne|nds|nl|nn|nb|non|nv|oci|or|os|pa|pl|ps|pt|pt\-br|qu|ro|ru|rup|sc|si|sk|skr|sl|snd|so|sq|sr|su|sv|ta|te|th|tl|tir|tr|tt|ty|udm|ug|uk|ur|uz|vec|vi|wa|xal|yi|yo|za|zh\-cn|zh\-hk|zh\-tw)(?:\/|$)/; } document.addEventListener( 'a8c-analytics:loaded', function () { 'use strict'; var cb = window.a8cAnalytics.cb; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } /** * Set up global page view Tracks tracking for automattic.com */ var loadTracks = () => { var props = Object.assign( {}, kit.getQueryVars( '', kit.QUERY_PARAMS ), { // Common event properties path: getCurrentPagePath(), name: getCurrentPageName() === '' ? 'homepage' : getCurrentPageName(), locale: getCurrentPageLocale(), } ); // Fire Tracks view event window._tkq.push( [ 'recordEvent', 'a8ccom_page_view', props ] ); // Set up global link click tracking document.querySelector( 'body' ).addEventListener( 'click', ( event ) => { // We only care about clicks on certain elements if ( event.target.matches( 'a, button' ) ) { const { target: clickEventTarget } = event; // Fill in the link specific props props.href = clickEventTarget.getAttribute( 'href' ) || ''; props.text = clickEventTarget.innerText || ''; props.use_beacon = true; // Fire Tracks click event window._tkq.push( [ 'recordEvent', 'a8ccom_link_click', props ] ); } }); }; function loadGoogleAnalyticsFour() { var gtagOptions = { 'anonymize_ip': true }; kit.loadGtag( 'G-737CYY5004', gtagOptions ); } function loadHubSpot() { if ( '/for/agencies/' === window.location.pathname ) { kit.loadHubSpot( 45522507 ); } } function fireLinkedinInsight() { if ( '/work-with-us/wordpress-engine/' === window.location.pathname ) { kit.loadLinkedinInsight( "6570626" ); const pixelImage = kit.loadPixelImage( "https://px.ads.linkedin.com/collect/?pid=6570626&fmt=gif" ); pixelImage.style.display = "none"; document.body.appendChild( pixelImage ); } } // ------- Fire Normal Pixels ------- cb.addTracker( 'analytics', false, loadTracks ); cb.addTracker( 'analytics', true, loadGoogleAnalyticsFour ); cb.addTracker( 'advertising', true, loadHubSpot ); cb.addTracker( 'advertising', true, fireLinkedinInsight ); } ); } )(); </script> <script type="text/javascript"> ( function() { 'use strict'; var currentScript = document.currentScript; var setupAnalytics = function() { function getScript() { var script = document.createElement( 'script' ); var prev = currentScript || document.getElementsByTagName( 'script' )[ 0 ]; script.setAttribute( 'src', "https:\/\/s0.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1742510644" ); script.setAttribute( 'async', true ); prev.parentNode.insertBefore( script, prev ); } getScript(); }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <!-- A8C Analytics [end] --> <div style="display:none"> </div> <div id="actionbar" dir="ltr" style="display: none;" class="actnbr-a8c-automattic-2011 actnbr-has-follow actnbr-has-actions"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 10,785 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="54117" /> <input type="hidden" name="source" value="https://automattic.com/jobs/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="c1b78636f5" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Fjobs%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Fjobs%252F">Log in</a></li> <li class="actnbr-shortlink"> <a href="https://wp.me/Pe4R-1CQi"> <span class="actnbr-shortlink__text">Copy shortlink</span> <span class="actnbr-shortlink__icon"><svg class="gridicon gridicons-checkmark" height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M9 19.414l-6.707-6.707 1.414-1.414L9 16.586 20.293 5.293l1.414 1.414"/></g></svg></span> </a> </li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://automattic.com/jobs/" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/reader/blogs/54117/posts/387642"> View post in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204"; script.defer = true; document.body.appendChild( script ); } ); </script> <script type="text/javascript" src="https://automattic.com/wp-content/js/mobile-useragent-info.js?m=1609849039i&amp;ver=20241018" id="mobile-useragent-info-js" defer="defer" data-wp-strategy="defer"></script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-includes/js/jquery/ui/core.min.js?m=1743165756i'></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/select2.full.min.js?m=1659112965i&amp;ver=20120723" id="select2.js-js"></script> <script type="text/javascript" id="work-with-us-js-extra"> /* <![CDATA[ */ var wwu_params = {"ajaxurl":"\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/work-with-us.js?m=1743510556i&amp;ver=1.0.1" id="work-with-us-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1727178113i'></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/vendors/react.min.js?m=1741299224i&amp;ver=18" id="react-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/dom-ready/index.min.js?m=1741299224i&amp;ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/vendors/react-dom.min.js?m=1741299224i&amp;ver=18" id="react-dom-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/escape-html/index.min.js?m=1741299224i&amp;ver=fbad781820bda8333f76" id="wp-escape-html-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/element/index.min.js?m=1741299224i&amp;ver=6450ca1d42cadeab02b4" id="wp-element-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/hooks/index.min.js?m=1741299224i&amp;ver=84e753e2b66eb7028d38" id="wp-hooks-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/plugins/gutenberg-core/v20.0.4/build/i18n/index.min.js?m=1741299224i&amp;ver=bd5a2533e717a1043151" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="wwu-positions-wwu-positions-view-script-js-before"> /* <![CDATA[ */ const ghJobsData = [{"id":2127794,"internal_job_id":1305902,"title":"Senior Product Designer","slug":"senior-product-designer","metadata":{"Featured":"2.0","Category":["Design"],"Team":["WooCommerce","WordPress VIP"],"Category (DD)":["Design"],"Team (DD)":["WooCommerce","WordPress VIP"]},"openings":7,"content":"&lt;p&gt;Automattic, the tech powerhouse behind &lt;a href=&quot;https:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;http:\/\/www.tumblr.com&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, and more, is looking for seasoned Product Designers to help us keep the web free and open.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;About the role:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;Design is at the core of what we do: designing experiences for millions of users who actively use WordPress, WooCommerce, Tumblr, and all of the products within our ecosystem. You can visit our&amp;nbsp; &lt;a href=&quot;https:\/\/automattic.design\/&quot;&gt;Design Blog&lt;\/a&gt;, to learn more about our team and read articles on design, software, and user experience.&lt;\/p&gt;\n&lt;p&gt;We\u2019re on the lookout for talented designers who are passionate about world-class user experience, deeply understand the needs of our users, and are interested in working with a diverse and global team. You will also be working closely with engineers, marketers, and customer support specialists from around the world in a fully remote company to create products that make online publishing and commerce accessible to everyone.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;What you\u2019ll do:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Design exceptional products from start to finish, participating in all phases of design, from definition to development and optimization.&amp;nbsp;&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Iterate actively with prototypes at all levels of design fidelity, informed by user research, market trends, and business goals.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Communicate and share often in written, verbal, and visual forms to create alignment and move the work toward implementation.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Collaborate regularly with engineers to ship high-quality experiences.&lt;\/li&gt;\n&lt;li&gt;Contribute to both Automattic products and the larger open-source and design communities.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;What we\u2019re looking for:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;A past work experience that is relevant for Automattic: experience with consumer products, remote work, WordPress, e-commerce, site editors, etc.&lt;\/li&gt;\n&lt;li&gt;A keenness for identifying user needs, defining clear solutions, and delivering those through detailed design.&lt;\/li&gt;\n&lt;li&gt;The flexibility to design in low and high fidelity and choose the most efficient and responsible process for the job at hand.&lt;\/li&gt;\n&lt;li&gt;The ability to integrate feedback, validate, and iterate on our products while being mindful of our customers, contributors, and insights gleaned by our support teams.&lt;\/li&gt;\n&lt;li&gt;The ability to align business strategies and technical limitations while designing solutions to provide exceptional user experiences.&lt;\/li&gt;\n&lt;li&gt;Excellent written and verbal communication skills\u2014you\u2019ll collaborate with others and present your work regularly in a written format.&lt;\/li&gt;\n&lt;li&gt;Proficiency in design and prototyping tools (we use Figma) and familiarity with product development cycles.&lt;\/li&gt;\n&lt;li&gt;Strong UI and visual design skills with a portfolio showcasing your craft in both written and visual form.&lt;\/li&gt;\n&lt;li&gt;Familiarity with remote work (or excitement to try it!).&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $95,000-$200,000 USD&lt;\/strong&gt; - Please note that salary ranges are global, regardless of location, and we pay in local currency. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-PJ&amp;nbsp;&lt;\/span&gt;&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy.&lt;\/a&gt; To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-DNI&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"How would you rate your experience and proficiency in leading end-to-end product design, including research, high-fidelity mockups, prototyping, user testing, and working with cross-functional teams to ship products that meet user needs and business goals?","required":true,"fields":[{"name":"question_52683177","type":"multi_value_single_select","values":[{"label":"No Experience: I have yet to be responsible for leading the full product design process or collaborating with cross-functional teams.","value":336176121},{"label":"Beginner: I have been involved in some stages of the product design process (research, ideation, prototyping, or user testing) but have yet to lead an end-to-end design project or work closely with all stakeholders.","value":336176122},{"label":"Intermediate: I have led product design projects and collaborated with cross-functional teams (engineering, product management, marketing), but my experience in balancing complex user needs and business goals is still growing.","value":336176123},{"label":"Advanced: I have extensive experience leading end-to-end product design projects, conducting user research, prototyping, and user testing, and collaborating with cross-functional teams to ship products that align with business goals and deliver a seamless user experience.","value":336176124}]}]},{"description":null,"label":"Tell us briefly about a design accomplishment you are most proud of and why you're proud of it?","required":true,"fields":[{"name":"question_18558082","type":"textarea","values":[]}]},{"description":"<p class=\"c-mrkdwn__quote\" data-stringify-type=\"quote\">Tell us about your understanding of our work and how it connects with your professional journey. What motivates you to be a part of our team?<\/p>","label":"What inspires you about Automattic, and how do you see your design expertise making an impact here?","required":true,"fields":[{"name":"question_52683178","type":"textarea","values":[]}]},{"description":null,"label":"Portfolio Link","required":true,"fields":[{"name":"question_18558080","type":"input_text","values":[]}]},{"description":null,"label":"If your portfolio URL needs a password:","required":false,"fields":[{"name":"question_18563968","type":"input_text","values":[]}]},{"description":null,"label":"What would your earliest availability to start be, if you were hired?","required":true,"fields":[{"name":"question_52304967","type":"input_text","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_47009244","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":229300056},{"label":"Recruiter","value":229300057},{"label":"WordPress User","value":229300058},{"label":"Systems Billboard","value":229300059},{"label":"I saw this job on LinkedIn","value":229300060},{"label":"Tumblr","value":229300061},{"label":"Open Core Summit","value":229300062},{"label":"Silicon Slopes","value":229300063},{"label":"HTTP Header","value":229300064},{"label":"Women in Product","value":229300065},{"label":"RemotePOC","value":229300066},{"label":"RemoteOK","value":229300067},{"label":"Remote.co\/FlexJobs","value":229300068},{"label":"RemoteWoman","value":229300069},{"label":"Jopwell","value":229300070},{"label":"JOBfindah","value":229300071},{"label":"Blacks in Technology","value":229300072},{"label":"BlackJobs","value":229300073},{"label":"AngelList","value":229300074},{"label":"DynamiteJobs","value":229300075},{"label":"Hubstaff Talent","value":229300076},{"label":"WeWorkRemotely","value":229300077},{"label":"Working Nomads","value":229300078},{"label":"StackOverflow","value":229300079},{"label":"Monster","value":229300080},{"label":"Indeed","value":229300081},{"label":"Glassdoor","value":229300082},{"label":"Google","value":229300083},{"label":"TikTok","value":229300084},{"label":"YouTube","value":229300085},{"label":"Word of Mouth","value":229300086},{"label":"ZipRecruiter","value":229300087},{"label":"Future Archives Podcast (Design Observer)","value":229300088},{"label":"Interaction Latin America Conference (IxDA)","value":229300089},{"label":"The Muse","value":229300090},{"label":"Other","value":229300091}]}]},{"description":"<p>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_47009245","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_47009247","type":"multi_value_single_select","values":[{"label":"Americas","value":229300092},{"label":"Europe - Africa","value":229300093},{"label":"Asia - Pacific","value":229300094}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367184","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249304","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249305","type":"textarea","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/senior-product-designer\/"},{"id":6325647,"internal_job_id":2983460,"title":"Playground Wrangler","slug":"playground-wrangler","metadata":{"Featured":"1.0","Category":["Engineering"],"Team":["WordPress.com"],"Category (DD)":["Engineering"],"Team (DD)":["WordPress.com"]},"openings":1,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/w.org\/playground&quot;&gt;WordPress Playground&lt;\/a&gt; needs a developer to help us shape the future of WordPress. We\u2019re looking for a senior person, interested equally in the technology, the people using the technology, and the big picture.&lt;\/p&gt;\n&lt;p&gt;Some of your responsibilities will include:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Build fundamental, low-level PHP tools intended for inclusion in WordPress Core (e.g. &lt;a href=&quot;https:\/\/github.com\/WordPress\/wordpress-playground\/pull\/1888&quot;&gt;WP&amp;lt;-&amp;gt;WP synchronization&lt;\/a&gt;, &lt;a href=&quot;https:\/\/github.com\/adamziel\/wxr-normalize\/pull\/1&quot;&gt;streaming parsers&lt;\/a&gt;, &lt;a href=&quot;https:\/\/github.com\/adamziel\/git-sparse-checkout-in-js&quot;&gt;git clients&lt;\/a&gt;).&lt;\/li&gt;\n&lt;li&gt;Read specifications, RFCs, web standards proposals (e.g.&lt;a href=&quot;https:\/\/html.spec.whatwg.org\/&quot;&gt; WHATWG HTML spec&lt;\/a&gt;, &lt;a href=&quot;https:\/\/git-scm.com\/docs\/protocol-v2&quot;&gt;git protocol&lt;\/a&gt;, &lt;a href=&quot;https:\/\/github.com\/WebAssembly\/js-promise-integration\/blob\/main\/proposals\/js-promise-integration\/Overview.md&quot;&gt;JSPI proposal&lt;\/a&gt;).&lt;\/li&gt;\n&lt;li&gt;Publish rough, half-baked prototypes to inspire the community and draw out the early reactions (e.g. a &lt;a href=&quot;https:\/\/wordpress-web-editor.vercel.app\/&quot;&gt;WordPress IDE&lt;\/a&gt;, &lt;a href=&quot;https:\/\/github.com\/WordPress\/wordpress-playground\/issues\/539&quot;&gt;recording WordPress (test runs) with Playwright&lt;\/a&gt;, a &lt;a href=&quot;https:\/\/github.com\/WordPress\/wordpress-playground\/pull\/1755&quot;&gt;Blueprints builder&lt;\/a&gt;).&lt;\/li&gt;\n&lt;li&gt;Coordinate with the community and other Automattic teams.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Develop code for WordPress Playground, both in TypeScript and PHP, submit well described Github issues and pull requests, and engage in discussion and code reviews.&lt;\/li&gt;\n&lt;li&gt;Communicate in a friendly and professional way with community members and help them take submissions over the finish line.&lt;\/li&gt;\n&lt;li&gt;Make use of existing documentation resources and examples, and improve them where you see fit or make improvements to the APIs to help the community to achieve tasks faster.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;We\u2019d like you to have built something in one or two areas listed below which required a deep dive into those areas. Three is more than enough.&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Web Assembly&lt;\/li&gt;\n&lt;li&gt;Offline apps&lt;\/li&gt;\n&lt;li&gt;Live collaboration&lt;\/li&gt;\n&lt;li&gt;Mobile apps&lt;\/li&gt;\n&lt;li&gt;Stream-processing data&lt;\/li&gt;\n&lt;li&gt;Parsers&lt;\/li&gt;\n&lt;li&gt;Browser extensions&lt;\/li&gt;\n&lt;li&gt;Web browser internals (e.g. chromium codebase)&lt;\/li&gt;\n&lt;li&gt;PHP internals (the C codebase)&lt;\/li&gt;\n&lt;li&gt;Git internals (the .git store, the protocol)&lt;\/li&gt;\n&lt;li&gt;Helping define new web standards (e.g. contributing to WASM standards discussions, participating in PHP mailing lists, proposing RFCs for WordPress \u2013 even if there\u2019s no RFC process in place)&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $70,000-$170,000 USD&lt;\/strong&gt; - Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;em&gt;&lt;br&gt;&lt;\/em&gt;&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"What is your most recent experience with PHP and Javascript? ","required":true,"fields":[{"name":"question_51274622","type":"textarea","values":[]}]},{"description":null,"label":"What has been the most technically complex project you have worked on? ","required":true,"fields":[{"name":"question_51274623","type":"textarea","values":[]}]},{"description":null,"label":"Can you give us an example of when you were responsible for system design?","required":true,"fields":[{"name":"question_51274624","type":"textarea","values":[]}]},{"description":null,"label":"Why are you interested in working with us at Automattic? ","required":true,"fields":[{"name":"question_51274625","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_51274626","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":310914841},{"label":"Recruiter","value":310914842},{"label":"WordPress User","value":310914843},{"label":"Systems Billboard","value":310914844},{"label":"I saw this job on LinkedIn","value":310914845},{"label":"Tumblr","value":310914846},{"label":"Open Core Summit","value":310914847},{"label":"Silicon Slopes","value":310914848},{"label":"HTTP Header","value":310914849},{"label":"Women in Product","value":310914850},{"label":"RemotePOC","value":310914851},{"label":"RemoteOK","value":310914852},{"label":"Remote.co\/FlexJobs","value":310914853},{"label":"RemoteWoman","value":310914854},{"label":"Jopwell","value":310914855},{"label":"JOBfindah","value":310914856},{"label":"Blacks in Technology","value":310914857},{"label":"BlackJobs","value":310914858},{"label":"AngelList","value":310914859},{"label":"DynamiteJobs","value":310914860},{"label":"Hubstaff Talent","value":310914861},{"label":"WeWorkRemotely","value":310914862},{"label":"Working Nomads","value":310914863},{"label":"StackOverflow","value":310914864},{"label":"Monster","value":310914865},{"label":"Indeed","value":310914866},{"label":"Glassdoor","value":310914867},{"label":"Google","value":310914868},{"label":"TikTok","value":310914869},{"label":"YouTube","value":310914870},{"label":"Word of Mouth","value":310914871},{"label":"ZipRecruiter","value":310914872},{"label":"Future Archives Podcast (Design Observer)","value":310914873},{"label":"Interaction Latin America Conference (IxDA)","value":310914874},{"label":"The Muse","value":310914875},{"label":"Other","value":310914876}]}]},{"description":"<p>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_51274627","type":"textarea","values":[]}]},{"description":null,"label":"If you selected \"Automattic Employee\" above, can you let us know their name?","required":false,"fields":[{"name":"question_51274628","type":"input_text","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_53477385","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_53477386","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_53477387","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/playground-wrangler\/"},{"id":5862239,"internal_job_id":576226,"title":"Experienced Software Engineer","slug":"experienced-software-engineer","metadata":{"Featured":"1.0","Category":["Engineering"],"Team":[],"Category (DD)":["Engineering"],"Team (DD)":null},"openings":3,"content":"&lt;p&gt;WordPress doesn\u2019t try to keep its users inside walled gardens, a rare thing in a world that is dangerously moving away from the open web. Instead, WordPress gives them the freedom to build a business website, an online store, or a personal blog \u2013 the way they like it. Big sites or small, using the community-run &lt;a href=&quot;https:\/\/wordpress.org\/&quot;&gt;open source project&lt;\/a&gt; or Automattic\u2019s &lt;a href=&quot;https:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, vanilla or customised with hundreds of plugins, WordPress users always get to own and control their data, their expression, and their freedom.&lt;\/p&gt;\n&lt;p&gt;We\u2019re always looking for talented and experienced engineers worldwide, excited to help Automattic\u2019s product ecosystem, and join our mission to make the web a better place.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;What have we worked on recently?&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=&quot;https:\/\/wordpress.org\/gutenberg\/&quot;&gt;Gutenberg&lt;\/a&gt; is a new block-level editor with clean abstractions for users, too, not just developers.&lt;\/li&gt;\n&lt;li&gt;&lt;a href=&quot;https:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt; is a plugin that brings cloud-scale features to self-hosted sites and our latest addition is &lt;a href=&quot;https:\/\/jetpack.com\/support\/how-to-rewind\/&quot;&gt;Rewind&lt;\/a&gt;, think git for WordPress sites.&lt;\/li&gt;\n&lt;li&gt;&lt;a href=&quot;https:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt; is the most popular e-commerce platform on the web.&lt;\/li&gt;\n&lt;li&gt;&lt;a href=&quot;https:\/\/www.tumblr.com&quot;&gt;Tumblr&lt;\/a&gt; is a microblogging social network where users create, share, and follow what they love.&lt;\/li&gt;\n&lt;li&gt;To view more of our recent work, check out our longer product list on &lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic.com&lt;\/a&gt;.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;How do we work?&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;We\u2019re &lt;a href=&quot;https:\/\/automattic.com\/creed\/help-a-colleague\/&quot;&gt;kind to each other&lt;\/a&gt; and our users \u2013 we strive to build a positive, supportive, and inclusive culture of cohesive teams focused on delivering value to our customers.&lt;\/li&gt;\n&lt;li&gt;We work as a global and distributed workforce resulting in a unique way of working built around &lt;a href=&quot;https:\/\/automattic.com\/creed&quot;&gt;our creed&lt;\/a&gt;.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;We offer flexible work arrangements allowing our team members to work when they feel best.&lt;\/li&gt;\n&lt;li&gt;We open-source! We\u2019re cool with &lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;open-sourcing&lt;\/a&gt; everything except passwords, or secret keys.&lt;\/li&gt;\n&lt;li&gt;We ship often, &lt;a href=&quot;https:\/\/automattic.com\/about\/&quot;&gt;deploying many&lt;\/a&gt; times daily with the help of peer code review, continuous integration, and our global workforce in over 70 countries.&lt;\/li&gt;\n&lt;li&gt;We welcome collaboration, and you can be involved in any discussion across our many communication channels.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Enough about us, let\u2018s talk more about you. The Software Engineer position might be a good fit if you:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Have production experience with several programming languages. We mostly use PHP and JavaScript at Automattic \u2013 you should either be familiar with them already or the idea of using them on a daily basis should not be a blocker for you.&lt;\/li&gt;\n&lt;li&gt;Have experience working on a large-scale system. Making it faster, more scalable, and fault-tolerant.&lt;\/li&gt;\n&lt;li&gt;Know about systems architecture.&lt;\/li&gt;\n&lt;li&gt;Are highly collaborative and you love participating in code reviews and discussions about architecture, or design.&lt;\/li&gt;\n&lt;li&gt;Are passionate about and experienced in software development; in particular, advanced PHP knowledge is a plus.&lt;\/li&gt;\n&lt;li&gt;Are knowledgeable about design patterns and testability; having experience with testing frameworks, performance testing and unit testing is very welcome.&lt;\/li&gt;\n&lt;li&gt;Are thoughtful about product design, with good user experience instincts.&lt;\/li&gt;\n&lt;li&gt;Are open and able to travel 3-4 weeks per year to meet up with your teammates in person.&amp;nbsp;&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Extra credit:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;WordPress programming experience.&lt;\/li&gt;\n&lt;li&gt;Open source contributions or contributions to programs designed to help underrepresented people enter the tech field.&lt;\/li&gt;\n&lt;li&gt;Experience working on accessibility.&lt;\/li&gt;\n&lt;li&gt;Familiarity with JavaScript.&lt;\/li&gt;\n&lt;li&gt;Data analysis experience, and understanding of how analytics can help with product decisions.&lt;\/li&gt;\n&lt;li&gt;Knowledge of tooling and build systems.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Speaking of interests and skills, here are some areas in which you can grow and have further impact in the future at the company:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Leadership \u2013 we offer a variety of leadership options to those who have interest, including becoming a team lead and managing releases.&lt;\/li&gt;\n&lt;li&gt;Learning and development \u2013 we have a generous personal development budget and encourage you to grow your skills through courses, books and conferences.&lt;\/li&gt;\n&lt;li&gt;Architecture \u2013 we encourage developers to develop expertise in the systems they work with, guide their evolution and mentor other developers working on them.&lt;\/li&gt;\n&lt;li&gt;Engineering effectiveness \u2013 we believe in helping other developers become more effective through tools, practices, cross-team collaborations, and process improvements.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;These are exciting times at Automattic and you\u2019ll have a unique opportunity to shape the future of our products. Join us! We look forward to hearing from you.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;Curious who works in engineering at Automattic? &lt;\/em&gt;&lt;a href=&quot;https:\/\/www.youtube.com\/watch?list=PLQFhxUeNFfdLVtK-tsuAZbDa4a-LqFZlx&amp;amp;v=jyhYkuuzL_0&quot;&gt;&lt;em&gt;Meet our Code Wranglers&lt;\/em&gt;&lt;\/a&gt;&lt;em&gt; \u2013 Brandon, Jeremy, Mark, Jennifer, Roy and Kat!&lt;\/em&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;What to Expect:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;We know applying to jobs can be stressful and we want to ease the stress by giving clear expectations upfront about our process. We\u2019ve outlined&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;everything you need to know here&lt;\/a&gt; including all of the steps in the process as well as how we approach hiring.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;Please note that we are paying extra attention to your answers to the questions in the application form. They are a significant part of the hiring process, and we will review them just like we would review any other step of the hiring process. We\u2019re always iterating so if you happen to join us in the process, please feel free to offer feedback on what else we can include there!&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $70,000-$170,000 USD. &lt;\/strong&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_50416458","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":296479214},{"label":"Recruiter","value":296479215},{"label":"WordPress User","value":296479216},{"label":"Systems Billboard","value":296479217},{"label":"I saw this job on LinkedIn","value":296479218},{"label":"Tumblr","value":296479219},{"label":"Open Core Summit","value":296479220},{"label":"Silicon Slopes","value":296479221},{"label":"HTTP Header","value":296479222},{"label":"Women in Product","value":296479223},{"label":"RemotePOC","value":296479224},{"label":"RemoteOK","value":296479225},{"label":"Remote.co\/FlexJobs","value":296479226},{"label":"RemoteWoman","value":296479227},{"label":"Jopwell","value":296479228},{"label":"JOBfindah","value":296479229},{"label":"Blacks in Technology","value":296479230},{"label":"BlackJobs","value":296479231},{"label":"AngelList","value":296479232},{"label":"DynamiteJobs","value":296479233},{"label":"Hubstaff Talent","value":296479234},{"label":"WeWorkRemotely","value":296479235},{"label":"Working Nomads","value":296479236},{"label":"StackOverflow","value":296479237},{"label":"Monster","value":296479238},{"label":"Indeed","value":296479239},{"label":"Glassdoor","value":296479240},{"label":"Google","value":296479241},{"label":"TikTok","value":296479242},{"label":"YouTube","value":296479243},{"label":"Word of Mouth","value":296479244},{"label":"ZipRecruiter","value":296479245},{"label":"Future Archives Podcast (Design Observer)","value":296479246},{"label":"Interaction Latin America Conference (IxDA)","value":296479247},{"label":"The Muse","value":296479248},{"label":"Other","value":296479249}]}]},{"description":"<p><sub><em>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/em><\/sub><\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_50416459","type":"textarea","values":[]}]},{"description":"<div class=\"docos-replyview-body docos-anchoredreplyview-body docos-replyview-body-emoji-reactable\" dir=\"ltr\"><sub><em>Since we don&rsquo;t require a r&eacute;sum&eacute;, feel free to use this space to include key roles, technologies, teams, or accomplishments that help us understand your background. We&rsquo;re most curious about what&rsquo;s shaped your path and how your experience has grown over time.<\/em><\/sub><\/div>","label":"What\u2019s motivating you to explore an engineering role at Automattic \u2013 and why now? ","required":true,"fields":[{"name":"question_55288223","type":"textarea","values":[]}]},{"description":"<div><sub><em>We&rsquo;d love to understand the kinds of work, environments, or challenges that help you thrive&nbsp; - and what tends to have the opposite effect.<\/em><\/sub><\/div>","label":"When have you felt happiest at work? And when have you felt the least fulfilled?","required":true,"fields":[{"name":"question_55288227","type":"textarea","values":[]}]},{"description":"<div><sup><em>If you have a story or example where this principle shaped your work, we&rsquo;d love to hear it.<\/em><\/sup><\/div>","label":"Which part of the Automattic Creed resonates most with you, and why? ","required":true,"fields":[{"name":"question_55288230","type":"textarea","values":[]}]},{"description":"<div><sub><em>What made it meaningful to you? What was your role, and what parts were you personally responsible for? If relevant, we&rsquo;d love to hear about any architectural or technical decisions you made, trade-offs you had to consider, or challenges you had to navigate along the way<\/em><\/sub><\/div>","label":"Tell us about a project or piece of work you\u2019re especially proud of - from any point in your career.","required":true,"fields":[{"name":"question_55288231","type":"textarea","values":[]}]},{"description":"<div><sub><em>What shifted for you, and how has it shaped the way you build, collaborate, or make decisions?<\/em><\/sub><\/div>","label":"What\u2019s the most recent idea, book, blog post, or talk that changed how you think about your craft? ","required":true,"fields":[{"name":"question_55288232","type":"textarea","values":[]}]},{"description":"<div><em><sub>This could be about tools, practices, philosophies - anything where your take might challenge conventional wisdom. We&rsquo;re interested in how you think, not whether we agree.<\/sub><\/em><\/div>","label":"What\u2019s a controversial or unpopular opinion you hold about software engineering, and why?","required":true,"fields":[{"name":"question_55288233","type":"textarea","values":[]}]},{"description":"<div><em><sub>We&rsquo;d love to understand how you approach collaboration and conflict, especially when values or technical perspectives differ.<\/sub><\/em><\/div>","label":"Tell us about a time you strongly disagreed with someone on your team and how you worked through it.","required":true,"fields":[{"name":"question_55288234","type":"textarea","values":[]}]},{"description":null,"label":"Please, follow the instructions at https:\/\/public-api.wordpress.com\/wpcom\/v2\/work-with-us and paste the value of the secret here.","required":true,"fields":[{"name":"question_55288236","type":"input_text","values":[]}]},{"description":"<div><sub><em>This could be a GitHub, LinkedIn, personal site, blog&nbsp; -&nbsp; anything that helps us get to know you better. Totally optional&nbsp; -&nbsp; we primarily focus on the answers you&rsquo;ve provided above.<\/em><\/sub><\/div>","label":"Would you like to share any links to your work or profile?","required":false,"fields":[{"name":"question_55288237","type":"textarea","values":[]}]},{"description":"<div><sub><em><a href=\"https:\/\/automattic.com\/compensation\/\">Read more about our compensation philosophy here.<\/a><\/em><\/sub><\/div>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51367192","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249307","type":"textarea","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/experienced-software-engineer\/"},{"id":6736499,"internal_job_id":3103327,"title":"Financial Data Engineer","slug":"financial-data-engineer","metadata":{"Featured":"0.0","Category":["Data"],"Team":["Automattic"],"Category (DD)":["Data"],"Team (DD)":["Automattic"]},"openings":1,"content":"&lt;h3&gt;The Company&lt;\/h3&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic&lt;\/a&gt;\u2014the global leader in publishing, messaging, and commerce software\u2014is building the operating system for the open web. Our goal is to democratize publishing, messaging, and commerce so that anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or where they live in the world. With a strong commitment to open source, we have deep roots in &lt;a href=&quot;https:\/\/wordpress.org\/&quot;&gt;WordPress&lt;\/a&gt;, the platform that powers our business and 43% of the web.&lt;br&gt;&lt;br&gt;We own a diverse set of assets, deploy numerous business models, and offer scalability from B2C to SMB and Enterprise customers in a fast-paced, complex market. Our brands include &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/wpvip.com\/&quot;&gt;WordPress VIP&lt;\/a&gt;, &lt;a href=&quot;https:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/beeper.com\/&quot;&gt;Beeper&lt;\/a&gt;, and a business incubator full of early-stage scale-ups.&lt;br&gt;&lt;br&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Unlike many companies, we are and will always be 100% remote (we call it &lt;a href=&quot;https:\/\/distributed.blog\/&quot;&gt;distributed&lt;\/a&gt;). This means that you can work from anywhere in the world, in any time zone, leveraging collaboration tools and asynchronous communication.&lt;\/p&gt;\n&lt;h3&gt;The Opportunity&lt;\/h3&gt;\n&lt;p&gt;We are looking for a Financial Data Engineer to build and maintain robust data systems at our globally distributed company.&lt;\/p&gt;\n&lt;p&gt;As a Financial Data Engineer, you\u2019ll play a pivotal role in developing reliable data pipelines, analysis, and visualizations that drive financial reporting and business insights. You will collaborate closely with analytics engineers, software developers, finance teams, and other stakeholders to transform complex financial data into accessible, actionable information.&lt;\/p&gt;\n&lt;p&gt;You will build and maintain ETL processes for financial data, build and maintain internal reporting tools, design metrics to illuminate business performance, and create high-quality analyses and dashboards to communicate insights broadly. Working with large datasets, you&#39;ll help ensure data quality and integrity, build and maintain reporting processes and self-service tools, and serve as a fulcrum point to help the organization leverage its financial data for high-quality decision-making.&lt;\/p&gt;\n&lt;p&gt;This role requires strong SQL proficiency, programming skills, experience with data visualization tools, and a deep understanding of data warehousing concepts. Experience with finance\/accounting teams and SaaS business models is valuable. Most importantly, you should be self-directed, have a bias for action, communicate effectively through written channels, and embrace continuous learning in our distributed work environment.&lt;\/p&gt;\n&lt;h3&gt;Responsibilities (What you will do)&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;Build and maintain robust and reliable extract, transform, load (ETL) pipelines for financial data.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Continually improve ongoing reporting and analysis processes, automating or simplifying self-service support for customers.&lt;\/li&gt;\n&lt;li&gt;Work closely with analytics engineers, software developers, finance and accounting teams, and other business stakeholders to solve unique business problems.&lt;\/li&gt;\n&lt;li&gt;Build and deliver high-quality data solutions to support analysts, engineers, and data scientists.&lt;\/li&gt;\n&lt;li&gt;Design and build metrics\/dimensions to monitor product and business performance.&lt;\/li&gt;\n&lt;li&gt;Build and maintain high-quality and reliable data visualizations\/dashboards, and communicate insights broadly.&lt;\/li&gt;\n&lt;li&gt;Maintain and extend our internal tool used to report business metrics.&lt;\/li&gt;\n&lt;li&gt;Monitor and maintain the quality and integrity of financial data.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;h3&gt;Qualifications and Experience&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;Proficiency in using SQL for data extraction, wrangling, and synthesis into information (must have).&lt;\/li&gt;\n&lt;li&gt;Experience in at least one programming language (Python, Scala, Javascript, PHP)(must have).&lt;\/li&gt;\n&lt;li&gt;Expertise in telling stories with data and fluency in building with at least one data visualization tool (e.g. Looker, Superset, Tableau) (must have).&lt;\/li&gt;\n&lt;li&gt;Experience working with large datasets (must have).&lt;\/li&gt;\n&lt;li&gt;Strong understanding of data warehousing and data modeling concepts (must have).&lt;\/li&gt;\n&lt;li&gt;Experience with ETL processes and data pipeline development (must have).&lt;\/li&gt;\n&lt;li&gt;Understanding of the SaaS business model (nice to have).&lt;\/li&gt;\n&lt;li&gt;Experience in or working with finance and accounting teams, with a focus on topline metrics and revenue\/revenue recognition (nice to have).&lt;\/li&gt;\n&lt;li&gt;Strong problem-solving and critical thinking abilities, with a keen attention to detail (must have).&lt;\/li&gt;\n&lt;li&gt;Experience working within a version control system (Git, Phabricator) (nice to have).&lt;\/li&gt;\n&lt;li&gt;Experience using AI tools to support and augment your own data engineering efficiency (nice to have).&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;h3&gt;Key Attributes for Success&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;Self-Directed and Autonomous\u2013Ability to manage your own time, set priorities, and deliver results without micromanagement.&lt;\/li&gt;\n&lt;li&gt;Bias for Action and Ownership\u2013Comfortable taking initiative, solving problems proactively, and owning projects from start to finish.&lt;\/li&gt;\n&lt;li&gt;Strong Written Communication Skills\u2013Since Automattic operates largely through text-based communication, being able to convey complex ideas clearly and concisely is crucial.&lt;\/li&gt;\n&lt;li&gt;Emphasis on Continuous Learning\u2013A growth mindset, openness to feedback, and a drive to improve technical and soft skills.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $90,000-$150,000 USD&lt;\/strong&gt;. Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy&lt;\/a&gt;. To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;.&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Rate your proficiency with SQL","required":true,"fields":[{"name":"question_55582026","type":"multi_value_single_select","values":[{"label":"Beginner","value":506340647},{"label":"Intermediate","value":506340648},{"label":"Advanced","value":506340649},{"label":"Expert","value":506340650}]}]},{"description":null,"label":"What programming language(s) are you proficient in?","required":true,"fields":[{"name":"question_55582027","type":"textarea","values":[]}]},{"description":null,"label":"What data visualization platforms and data warehouse tools do you have experience working with?","required":true,"fields":[{"name":"question_55582028","type":"textarea","values":[]}]},{"description":null,"label":"Describe your experience working with SaaS business models and finance or accounting teams.","required":true,"fields":[{"name":"question_55582029","type":"textarea","values":[]}]},{"description":null,"label":"Why are you looking to leave your current position (or why did you leave your last job)?","required":true,"fields":[{"name":"question_55582030","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_55170453","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":498851683},{"label":"Recruiter","value":498851684},{"label":"WordPress User","value":498851685},{"label":"Systems Billboard","value":498851686},{"label":"I saw this job on LinkedIn","value":498851687},{"label":"Tumblr","value":498851688},{"label":"Open Core Summit","value":498851689},{"label":"Silicon Slopes","value":498851690},{"label":"HTTP Header","value":498851691},{"label":"Women in Product","value":498851692},{"label":"RemotePOC","value":498851693},{"label":"RemoteOK","value":498851694},{"label":"Remote.co\/FlexJobs","value":498851695},{"label":"RemoteWoman","value":498851696},{"label":"Jopwell","value":498851697},{"label":"JOBfindah","value":498851698},{"label":"Blacks in Technology","value":498851699},{"label":"BlackJobs","value":498851700},{"label":"AngelList","value":498851701},{"label":"DynamiteJobs","value":498851702},{"label":"Hubstaff Talent","value":498851703},{"label":"WeWorkRemotely","value":498851704},{"label":"Working Nomads","value":498851705},{"label":"StackOverflow","value":498851706},{"label":"Monster","value":498851707},{"label":"Indeed","value":498851708},{"label":"Glassdoor","value":498851709},{"label":"Google","value":498851710},{"label":"TikTok","value":498851711},{"label":"YouTube","value":498851712},{"label":"Word of Mouth","value":498851713},{"label":"ZipRecruiter","value":498851714},{"label":"Future Archives Podcast (Design Observer)","value":498851715},{"label":"Interaction Latin America Conference (IxDA)","value":498851716},{"label":"The Muse","value":498851717},{"label":"Other","value":498851718}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_55170454","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55170455","type":"multi_value_single_select","values":[{"label":"Americas","value":498851719},{"label":"Europe - Africa","value":498851720},{"label":"Asia - Pacific","value":498851721}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_55170456","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_55170457","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_55170458","type":"input_text","values":[]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/financial-data-engineer\/"},{"id":6243201,"internal_job_id":2958959,"title":"Marketing Operations Manager ","slug":"marketing-operations-manager","metadata":{"Featured":"0.0","Category":["Marketing"],"Team":["WordPress VIP"],"Category (DD)":["Marketing"],"Team (DD)":["WordPress VIP"]},"openings":1,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/wpvip.com\/?utm_source=adwords&amp;amp;utm_medium=cpc&amp;amp;keyword=wordpress%20vip&amp;amp;creative=655740592947&amp;amp;campaignid=20013986353&amp;amp;adgroupid=151284858474&amp;amp;matchtype=e&amp;amp;device=c&amp;amp;network=g&amp;amp;gad=1&amp;amp;gclid=Cj0KCQjw8NilBhDOARIsAHzpbLC6M_9KA-bYOPjv0w_QGTZ9bcU4BkhbYXcjgOCfds_-9IpDP2bGLmUaArDYEALw_wcB&quot;&gt;WordPress VIP&lt;\/a&gt; is the world\u2019s leading enterprise content management platform. We help the world&#39;s largest companies (including Meta, Salesforce, and Disney) create innovative digital experiences with WordPress.&lt;\/p&gt;\n&lt;p&gt;As a Marketing Operations Wrangler, you will play a pivotal role in supporting the execution and optimization of our marketing campaigns and marketing operations initiatives. Working closely with cross-functional teams, including marketing, sales, and product development, you\u2019ll leverage your expertise in marketing technologies, data analysis, and process optimization to drive efficiency and effectiveness across our marketing operations.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities&lt;\/strong&gt;:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Marketing Technology Management: Manage and optimize marketing automation platforms, CRM systems, and other marketing technologies to support campaign execution, lead management, and reporting.&lt;\/li&gt;\n&lt;li&gt;Campaign Execution: Collaborate with marketing stakeholders to execute and deploy automation related to email marketing campaigns, lead nurturing workflows, and other marketing initiatives.&lt;\/li&gt;\n&lt;li&gt;Data Analysis: Analyze marketing performance data to assess campaign effectiveness, identify trends, and recommend optimization strategies.&lt;\/li&gt;\n&lt;li&gt;Process Optimization: Identify opportunities to streamline and improve marketing processes, workflows, and systems to enhance efficiency and scalability.&lt;\/li&gt;\n&lt;li&gt;Reporting and Dashboards: Develop and maintain marketing performance dashboards and reports to provide insights into key metrics and KPIs.&lt;\/li&gt;\n&lt;li&gt;Cross-Functional Collaboration: Work closely with cross-functional teams, including marketing, sales, and product development, to ensure alignment and integration of marketing initiatives with broader business objectives.&lt;\/li&gt;\n&lt;li&gt;Training and Enablement: Provide training and support to marketing teams on marketing technologies, best practices, and processes.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements&lt;\/strong&gt;:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;1-5 years of experience in marketing operations, marketing automation, business development, sales, or related roles.&lt;\/li&gt;\n&lt;li&gt;Proficiency in marketing automation platforms such as HubSpot.&lt;\/li&gt;\n&lt;li&gt;Proficiency in CRM platforms such as Salesforce, Outreach, Zoominfo, and\/or Outreach.io.&lt;\/li&gt;\n&lt;li&gt;Strong analytical skills with experience in data analysis and reporting.&lt;\/li&gt;\n&lt;li&gt;Excellent communication and collaboration skills with the ability to work effectively in a cross-functional team environment.&lt;\/li&gt;\n&lt;li&gt;Detail-oriented, with strong organizational and project management skills.&lt;\/li&gt;\n&lt;li&gt;Experience with Salesforce or other CRM systems is a plus.&lt;\/li&gt;\n&lt;li&gt;Knowledge of HTML\/CSS and basic coding skills is a plus.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;We are currently only considering candidates who reside in North America.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $100,000-$150,000 USD&lt;\/strong&gt; - &lt;em&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/em&gt;&lt;em&gt;&lt;br&gt;&lt;\/em&gt;&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Show case an example of how you managed a complex integration between marketing and sales tools? What were the challenges, and how did you resolve them?\n","required":true,"fields":[{"name":"question_50528364","type":"textarea","values":[]}]},{"description":null,"label":"Have you ever had to improve or streamline a marketing process? What changes did you make, and what was the impact?\n\n\n","required":true,"fields":[{"name":"question_50528365","type":"textarea","values":[]}]},{"description":null,"label":"Do you have experience with Hubspot?","required":true,"fields":[{"name":"question_55597199","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_50528129","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":297801452},{"label":"Recruiter","value":297801453},{"label":"WordPress User","value":297801454},{"label":"Systems Billboard","value":297801455},{"label":"I saw this job on LinkedIn","value":297801456},{"label":"Tumblr","value":297801457},{"label":"Open Core Summit","value":297801458},{"label":"Silicon Slopes","value":297801459},{"label":"HTTP Header","value":297801460},{"label":"Women in Product","value":297801461},{"label":"RemotePOC","value":297801462},{"label":"RemoteOK","value":297801463},{"label":"Remote.co\/FlexJobs","value":297801464},{"label":"RemoteWoman","value":297801465},{"label":"Jopwell","value":297801466},{"label":"JOBfindah","value":297801467},{"label":"Blacks in Technology","value":297801468},{"label":"BlackJobs","value":297801469},{"label":"AngelList","value":297801470},{"label":"DynamiteJobs","value":297801471},{"label":"Hubstaff Talent","value":297801472},{"label":"WeWorkRemotely","value":297801473},{"label":"Working Nomads","value":297801474},{"label":"StackOverflow","value":297801475},{"label":"Monster","value":297801476},{"label":"Indeed","value":297801477},{"label":"Glassdoor","value":297801478},{"label":"Google","value":297801479},{"label":"TikTok","value":297801480},{"label":"YouTube","value":297801481},{"label":"Word of Mouth","value":297801482},{"label":"ZipRecruiter","value":297801483},{"label":"Future Archives Podcast (Design Observer)","value":297801484},{"label":"Interaction Latin America Conference (IxDA)","value":297801485},{"label":"The Muse","value":297801486},{"label":"Other","value":297801487}]}]},{"description":"<p>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_50528130","type":"textarea","values":[]}]},{"description":null,"label":"What interests you about this role?\n","required":true,"fields":[{"name":"question_50528363","type":"textarea","values":[]}]},{"description":null,"label":"LinkedIn Profile","required":false,"fields":[{"name":"question_50528135","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55598460","type":"multi_value_single_select","values":[{"label":"Americas","value":506672446},{"label":"Europe - Africa","value":506672447},{"label":"Asia - Pacific","value":506672448}]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/marketing-operations-manager\/"},{"id":6627728,"internal_job_id":3073068,"title":"Senior Director, Growth & Digital Experience (VIP)","slug":"senior-director-growth-digital-experience-vip","metadata":{"Featured":"0.0","Category":["Marketing"],"Team":["WordPress VIP"],"Category (DD)":["Marketing"],"Team (DD)":["WordPress VIP"]},"openings":1,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/wpvip.com\/?utm_source=adwords&amp;amp;utm_medium=cpc&amp;amp;keyword=wordpress%20vip&amp;amp;creative=655740592947&amp;amp;campaignid=20013986353&amp;amp;adgroupid=151284858474&amp;amp;matchtype=e&amp;amp;device=c&amp;amp;network=g&amp;amp;gad=1&amp;amp;gclid=Cj0KCQjw8NilBhDOARIsAHzpbLC6M_9KA-bYOPjv0w_QGTZ9bcU4BkhbYXcjgOCfds_-9IpDP2bGLmUaArDYEALw_wcB&quot;&gt;WordPress VIP&lt;\/a&gt; is the world\u2019s leading enterprise content management platform. We help the world\u2019s largest companies (including Meta, Salesforce, and Disney) create innovative digital experiences with WordPress.&lt;\/p&gt;\n&lt;p&gt;The Sr. Director, Growth &amp;amp; Digital Experience is someone who can turn the WordPress VIP website into a commercial revenue engine and destination for decision makers. Our website should represent the best of what WordPress offers, demonstrating the full capabilities of what WordPress can achieve in the wild\u2014and for the biggest brands in the world.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;Reporting to the Head of Brand &amp;amp; Growth, you will oversee the entire digital strategy and experience across rented and owned properties. Your effectiveness will be measured on how well our website conveys our value, so you need to live and breathe content, positioning, and user experience and be constantly improving how we convert casual visitors into engaged subscribers. In addition to the WordPress VIP website, you will develop a digital strategy that\u2019s inclusive of all of our properties, staying on top of and being proactive in ensuring our brand position is clear across all.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;You&#39;ll be accountable for all performance marketing and paid social. The Sr. Director, Growth &amp;amp; Digital Experience will measure the growth and engagement of our social channels as well as our website\u2019s performance, and will experiment to find ways to improve how our content and positioning show up across all channels. You will improve conversion rates and build an engaged audience who seek out content from our site.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;This role is for someone who can both set vision and create clarity, as well as roll up their sleeves to build. You should have expertise in enterprise growth. While managing a performance marketing and development agency, you\u2019re also always capable of being hands-on when it comes to channel planning, optimization, and forecasting in order to accelerate business growth and scale marketing initiatives across our digital ecosystem. The Sr. Director, Growth &amp;amp; Digital Experience can marry brand and acquisition together, ensuring we deliver engaging customer experiences across all channels.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;This role will work cross-functionally to align performance marketing efforts with overall business objectives, helping to optimize user journeys, maximize website conversion rates, and drive high-quality customer acquisition and retention. You will have excellent communication and storytelling abilities, bringing people along, and conveying business impact in clear ways.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;You will have a holistic understanding of our brand promise and differentiation across the lifecycle of our existing and future customers. You\u2019ll bring a commercial mindset to marketing and across the WordPress VIP organization, setting\u2014holding high standards of what it means to use brand, storytelling, and user experience principles to drive growth across the website and paid media channels.&amp;nbsp;&lt;\/p&gt;\n&lt;h3&gt;Key Responsibilities&lt;\/h3&gt;\n&lt;p&gt;&lt;strong&gt;Website Vision, Strategy, &amp;amp; Execution&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Develops and executes the vision and strategy of the WordPress VIP website, continually finding ways to demonstrate the best of WordPress in our own website.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Leads long-term and short-term planning to drive conversions, pipeline, and revenue through the website.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Execute website strategy and CRO to enhance customer journey, improve conversion rates, and reduce friction across digital touchpoints.&lt;\/li&gt;\n&lt;li&gt;Partner with product, design, and web development teams to implement A\/B testing, personalization, and other conversion rate optimization initiatives.&lt;\/li&gt;\n&lt;li&gt;Use analytics and user feedback to optimize landing pages, forms, and user flows to improve website performance and achieve growth targets.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Forecasting &amp;amp; Analytics&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Work closely with Finance on aligning to business outcomes. Able to develop marketing model forecasts that seek to improve CAC payback.&lt;\/li&gt;\n&lt;li&gt;Use forecasting and scenario modeling to anticipate performance outcomes and adjust strategies based on business needs and growth objectives.&lt;\/li&gt;\n&lt;li&gt;Collaborate closely with revops and finance teams to build and maintain dashboards, providing ongoing insights and clear reporting on campaign results.&lt;\/li&gt;\n&lt;li&gt;Oversee marketing budget allocation to maximize impact and efficiency, driving long-term growth.&amp;nbsp;&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Performance Marketing&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Create the strategy and develop, execute, and optimize performance marketing strategies across various channels (e.g., SEM, paid social, display, retargeting) to drive B2B enterprise customer acquisition and growth.&lt;\/li&gt;\n&lt;li&gt;Collaborate with data and analytics teams to track, measure, and report on the performance of digital marketing campaigns, making data-driven adjustments to achieve optimal results.&lt;\/li&gt;\n&lt;li&gt;Oversee channel planning and management to ensure consistent, data-informed, and aligned strategies across paid, owned, and earned channels.&lt;\/li&gt;\n&lt;li&gt;Forecast and plan campaign budgets, continuously optimize campaigns through analysis, insights, and industry best practices to improve channel efficiency and effectiveness.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Insights-driven Communication &amp;amp; Iteration&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Leverage customer, product usage, and market insights to inform strategy, optimize experiments, and provide insights for the executive team and stakeholders.&lt;\/li&gt;\n&lt;li&gt;Implement advanced measurement frameworks, leveraging CRM, automation platforms, and analytics tools to track marketing ROI and pipeline contribution.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Execution and Accountability&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Ensure alignment between high-level strategy and day-to-day execution across marketing teams and our digital agency.&lt;\/li&gt;\n&lt;li&gt;Manage and optimize marketing resources to meet aggressive growth goals.&lt;\/li&gt;\n&lt;li&gt;Hold the team accountable for delivering results against company KPIs.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Team Leadership &amp;amp; Development&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Inspire, mentor, and lead across the marketing team as well as across the broader business.&lt;\/li&gt;\n&lt;li&gt;Contribute to building a high-performing, scalable marketing organization.&lt;\/li&gt;\n&lt;li&gt;Considered a talent magnet, you attract and retain top marketing talent while fostering a culture of innovation and accountability.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;h3&gt;&lt;strong&gt;Qualifications&lt;\/strong&gt;&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;Several years of experience in growth marketing, performance marketing, or digital marketing in high growth, matrixed organizations.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Demonstrated expertise in digital marketing channels including SEM, paid social, programmatic, and retargeting, with a deep understanding of customer acquisition and conversion funnels.&lt;\/li&gt;\n&lt;li&gt;Strong analytical skills with proven experience in forecasting, budget management, and optimization.&lt;\/li&gt;\n&lt;li&gt;Hands-on experience in website strategy and CRO, with a proven record of increasing conversion rates and reducing acquisition costs.&lt;\/li&gt;\n&lt;li&gt;Proficiency in marketing analytics platforms (e.g., Google Analytics, Tableau, Looker) and experience with A\/B testing tools (e.g., Google Optimize).&lt;\/li&gt;\n&lt;li&gt;Proven ability to drive cross-functional collaboration and build relationships across marketing, sales, product, analytics, and design teams.&lt;\/li&gt;\n&lt;li&gt;Excellent communication, problem-solving, and project management skills with an ability to thrive in a fast-paced environment.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p class=&quot;c-mrkdwn__quote&quot;&gt;&lt;strong&gt;We are currently seeking candidates who live in North America.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;h3&gt;&lt;strong&gt;Compensation and Benefits&lt;\/strong&gt;&lt;\/h3&gt;\n&lt;p&gt;Salary range: $150,000-$220,000 USD.&amp;nbsp; &lt;em&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/em&gt;&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy.&lt;\/a&gt; To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;.&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Preferred First Name","required":false,"fields":[{"name":"preferred_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Why do you think you're a good fit for this role?\n","required":true,"fields":[{"name":"question_54135275","type":"textarea","values":[]}]},{"description":null,"label":"Why are you looking to leave your current position (or why did you leave your last job)?\n","required":true,"fields":[{"name":"question_54135276","type":"textarea","values":[]}]},{"description":null,"label":"What about this position aligns with your career goals?\n","required":true,"fields":[{"name":"question_54135277","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_54135278","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":363109646},{"label":"Recruiter","value":363109647},{"label":"WordPress User","value":363109648},{"label":"Systems Billboard","value":363109649},{"label":"I saw this job on LinkedIn","value":363109650},{"label":"Tumblr","value":363109651},{"label":"Open Core Summit","value":363109652},{"label":"Silicon Slopes","value":363109653},{"label":"HTTP Header","value":363109654},{"label":"Women in Product","value":363109655},{"label":"RemotePOC","value":363109656},{"label":"RemoteOK","value":363109657},{"label":"Remote.co\/FlexJobs","value":363109658},{"label":"RemoteWoman","value":363109659},{"label":"Jopwell","value":363109660},{"label":"JOBfindah","value":363109661},{"label":"Blacks in Technology","value":363109662},{"label":"BlackJobs","value":363109663},{"label":"AngelList","value":363109664},{"label":"DynamiteJobs","value":363109665},{"label":"Hubstaff Talent","value":363109666},{"label":"WeWorkRemotely","value":363109667},{"label":"Working Nomads","value":363109668},{"label":"StackOverflow","value":363109669},{"label":"Monster","value":363109670},{"label":"Indeed","value":363109671},{"label":"Glassdoor","value":363109672},{"label":"Google","value":363109673},{"label":"TikTok","value":363109674},{"label":"YouTube","value":363109675},{"label":"Word of Mouth","value":363109676},{"label":"ZipRecruiter","value":363109677},{"label":"Future Archives Podcast (Design Observer)","value":363109678},{"label":"Interaction Latin America Conference (IxDA)","value":363109679},{"label":"The Muse","value":363109680},{"label":"Other","value":363109681}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_54135279","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_54135280","type":"multi_value_single_select","values":[{"label":"Americas","value":363109682},{"label":"Europe - Africa","value":363109683},{"label":"Asia - Pacific","value":363109684}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_54135281","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_54135282","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_54135283","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55597502","type":"multi_value_single_select","values":[{"label":"Americas","value":506670951},{"label":"Europe - Africa","value":506670952},{"label":"Asia - Pacific","value":506670953}]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/senior-director-growth-digital-experience-vip\/"},{"id":6294984,"internal_job_id":2804706,"title":"Technical Support Engineer, Pressable","slug":"technical-support-engineer-pressable","metadata":{"Featured":"0.0","Category":["Customer Success"],"Team":["Pressable"],"Category (DD)":["Customer Success"],"Team (DD)":["Pressable"]},"openings":1,"content":"&lt;p&gt;Here at &lt;a href=&quot;https:\/\/pressable.com\/&quot;&gt;Pressable&lt;\/a&gt;, we take pride in offering the best WordPress hosting on the planet. Our platform is rock-solid, our pricing\u2019s fair, and our team is fiercely dedicated to our customers&#39; success. Pressable sits within Automattic as a hosting provider (alongside WordPress VIP and WordPress.com), leveraging Automattic&#39;s&lt;a href=&quot;https:\/\/wp.cloud\/&quot;&gt; https:\/\/wp.cloud\/&lt;\/a&gt; platform.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We have been focused for the past few years on building Pressable to attract and retain Agencies, and have been increasingly successful in doing that. We also expect an uptick in Agency prospects as part of&lt;a href=&quot;https:\/\/a8cforagencies.wordpress.com\/2024\/02\/14\/how-should-pressable-be-integrated-into-automattic-for-agencies-a4a\/&quot;&gt; Automattic&#39;s new Automattic for Agencies (A4A) initiative&lt;\/a&gt;. Also if you\u2019re curious, &lt;a href=&quot;https:\/\/thewpminute.com\/pressable-a-radically-different-culture-inside-automattic\/&quot;&gt;here\u2019s some good insight into Pressable&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;About the Role&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;With our exciting growth and the expectation that it will continue, our needs are also expanding! Our customers regularly experience performance-related issues (from things like unoptimized, misconfigured, or outdated sites), and, to keep up with demands, we are searching for a WordPress expert with advanced WordPress Performance and Troubleshooting skills.&lt;\/p&gt;\n&lt;p&gt;This is a full-time role switch (not a rotation). You will join the Pressable Customer Success Team in supporting all aspects of the Pressable customer experience, including (but not limited to):&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Deeply diving into WordPress and platform-related questions and issues for high-touch enterprise clients and agencies.&lt;\/li&gt;\n&lt;li&gt;Advanced troubleshooting for WordPress and platform-related issues.&lt;\/li&gt;\n&lt;li&gt;Advanced troubleshooting for WordPress performance issues.&lt;\/li&gt;\n&lt;li&gt;Communicating and working with other teams and disciplines within Pressable &amp;amp; Automattic.&lt;\/li&gt;\n&lt;li&gt;Interacting with existing and potential customers by responding to WordPress- and platform-related inquiries through email-based tickets and live chats.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;How do you know if this role is a good match for you?&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;strong&gt;You are an expert in WordPress&lt;\/strong&gt;, its inner workings, common and advanced issues, community, and proper use cases. You are well-versed in your craft and able to handle complex issues.&lt;\/li&gt;\n&lt;li&gt;&lt;strong&gt;You have an advanced foundation in investigating WordPress performance issue&lt;\/strong&gt;s - Can leverage tools such as Grafana to investigate issues. Understanding of performance bottlenecks such as slow queries, caching issues, and excessive admin-ajax usage. Can propose optimizations and changes to improve performance.&lt;\/li&gt;\n&lt;li&gt;&lt;strong&gt;Understand WordPress security issues. Can identify indicators of compromise, investigate,&lt;\/strong&gt; and identify potential entry points\/causes of compromise leveraging tools like Grafana. Ability to identify threats and escalate accordingly.&lt;\/li&gt;\n&lt;li&gt;&lt;strong&gt;Understand core web technology&lt;\/strong&gt;, such as HTTP request methods, especially in relation to WordPress, security, and caching.&lt;\/li&gt;\n&lt;ul&gt;\n&lt;li&gt;Understanding of HTTP status codes, redirects, cookies, headers, CSP, HSTS, and CORS is also welcome.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Have an understanding and ability to leverage browser developer tools.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;strong&gt;Have knowledge and experience with common web technologies&lt;\/strong&gt;, including PHP, HTML, JavaScript, CSS, and Git. You are comfortable working with and solving problems with PHP code.&lt;\/li&gt;\n&lt;li&gt;&lt;strong&gt;Have an eagerness to learn&lt;\/strong&gt; and the ability to adapt, allowing you to teach others. You are a lifelong learner.&lt;\/li&gt;\n&lt;li&gt;&lt;strong&gt;Have a self-driven work ethic.&lt;\/strong&gt; You are a self-starter who loves taking initiative and seeing things through to completion.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;We\u2019re very much first and foremost looking for someone who is a WordPress expert and familiar with diagnosing performance issues.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Perks &amp;amp; Benefits of Joining Pressable!&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Health Benefits for US-based staff (99% Paid Employee Medical, Dental, and Vision)&lt;\/li&gt;\n&lt;li&gt;Matching 401(k) for US-based staff&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Life and Disability Insurance for US-based staff (100% Paid Life, &amp;amp; LTD)&lt;\/li&gt;\n&lt;li&gt;Work from home with home office setup and coworking allowances&lt;\/li&gt;\n&lt;li&gt;Open vacation policy (no set number of days per year)&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Hardware and software, books or conferences that promote continued learning&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $25,&lt;\/strong&gt;&lt;strong&gt;000&lt;\/strong&gt;&lt;strong&gt;-$30,000 USD.&lt;\/strong&gt; Please note that whilst salary ranges are presented here in USD, we will pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;br&gt;&lt;br&gt;So, are you ready to embark on this thrilling WordPress adventure? We can\u2019t wait to welcome you to the Pressable team and empower you to make the web a better place. Come join us in crafting an exceptional customer experience and revolutionizing the world of WordPress hosting. Apply now and let\u2019s build something amazing together! &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Please rate your experience with WordPress. \n","required":true,"fields":[{"name":"question_50977288","type":"multi_value_single_select","values":[{"label":"0 - I\u2019ve never used WordPress before","value":304765109},{"label":"1 - I\u2019ve posted content to a WordPress site owned by someone else","value":304765110},{"label":"2 - I've set up a basic WordPress site for myself or others","value":304765111},{"label":"3 - I\u2019ve set up a WordPress site with plugins for myself or others","value":304765112},{"label":"4 - I\u2019ve set up a WordPress site with HTML\/CSS customizations and plugins for myself or others","value":304765113},{"label":"5 - I\u2019ve set up numerous WordPress sites and have contributed to theme or plugin development","value":304765114}]}]},{"description":null,"label":"Please provide links to any projects you have worked on that use the WordPress platform. Also, please describe the project and what your role was in creating it.\n","required":true,"fields":[{"name":"question_50977289","type":"textarea","values":[]}]},{"description":null,"label":"Describe your experience in customer support or technical support roles. What interests you about working in a customer facing role?\n","required":true,"fields":[{"name":"question_50977290","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_50977291","type":"multi_value_single_select","values":[{"label":"Americas","value":304761728},{"label":"Europe - Africa","value":304761729},{"label":"Asia - Pacific","value":304761730}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367701","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249559","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249560","type":"input_text","values":[]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/technical-support-engineer-pressable\/"},{"id":6624209,"internal_job_id":2746991,"title":"Senior Data Scientist","slug":"senior-data-scientist","metadata":{"Featured":"0.0","Category":["Data"],"Team":["Automattic"],"Category (DD)":["Data"],"Team (DD)":["Automattic"]},"openings":2,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic&lt;\/a&gt; is looking for a Senior Data Scientist to drive cross-functional data initiatives at our globally distributed company.&amp;nbsp;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;As a Senior Data Scientist, you\u2019ll play a pivotal role in driving data-informed decision-making for sophisticated products that democratize publishing, commerce, and messaging. You will collaborate closely with Product, Growth, Engineering, Design, and Business teams to uncover insights, shape strategy, and enhance user experiences.&lt;\/p&gt;\n&lt;p&gt;As part of a centralized data science team, you will develop and implement advanced data models, design and execute experiments, and conduct in-depth analyses. Working alongside analysts and engineers embedded within diverse business units, you will translate complex data into actionable strategies that drive customer and business impact.&lt;\/p&gt;\n&lt;p&gt;This role requires strong analytical expertise, familiarity with SaaS business models, and the ability to distill complex data into strategic recommendations. Additionally, you will inform the technical direction, provide strategic guidance on execution, and uphold the quality of data science and analytics initiatives across the company.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Primary Responsibilities&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Employ technical expertise in quantitative analysis, advanced statistics, experimentation, and data mining to develop data-driven strategies for products that democratize publishing and commerce.&lt;\/li&gt;\n&lt;li&gt;Proactively identify, define, and test opportunities and levers to enhance the product, ensuring data-driven decision-making that drives measurable business and customer impact. Translate insights into actionable recommendations that influence roadmaps and strategic investments.&lt;\/li&gt;\n&lt;li&gt;Contribute to the development and implementation of advanced data analysis techniques and statistical models across multiple business units.&lt;\/li&gt;\n&lt;li&gt;Design and drive company-wide data initiatives, shaping the direction of data analytics and insights to support strategic decisions.&lt;\/li&gt;\n&lt;li&gt;Mentor and guide data scientists and analysts.&lt;\/li&gt;\n&lt;li&gt;Partner with Growth, Product, Engineering, Design, and senior leadership to inform, influence, and execute product and growth strategies, leveraging key insights to drive measurable, company-wide impact.&lt;\/li&gt;\n&lt;li&gt;Communicate complex strategic insights and recommendations to non-technical stakeholders, facilitating data-driven decision-making at the highest levels of the company.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Technical Requirements&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;5+ years of experience in data science, analytics, or a related role within a tech company, preferably SaaS, working with large-scale, complex, product-focused data sets to drive measurable business impact.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Strong expertise in experimentation, statistical analysis (e.g., hypothesis testing, t-tests, regression analysis, time series analysis, bootstrapping), machine learning, and predictive modeling.&lt;\/li&gt;\n&lt;li&gt;Proficiency in Python and key data science libraries, including Pandas, NumPy, Scikit-learn, Matplotlib, and Seaborn.&lt;\/li&gt;\n&lt;li&gt;Fluency using distributed SQL query engines like&amp;nbsp; Hive, Presto, or Trino.&lt;\/li&gt;\n&lt;li&gt;Familiarity with big data technologies (e.g., Hadoop, Spark).&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $90,000-$160,000 USD. &lt;\/strong&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy&lt;\/a&gt;. To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;.&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Which of the following best describes your proficiency in data science, analytics skills, and domain knowledge?","required":true,"fields":[{"name":"question_54792403","type":"multi_value_single_select","values":[{"label":"1: I have some real-world, post-academic experience applying statistical inference (e.g., regression analysis, hypothesis testing, bootstrapping), machine learning (e.g., k-means clustering, logistic regression, support vector machines), and other optimization techniques (e.g., linear and nonlinear programming) to solve business problems. Given well-defined tasks, I can effectively apply these techniques to generate actionable insights and drive business impact from day one.","value":379377739},{"label":"2: I have expertise in applying statistical inference (e.g., regression analysis, hypothesis testing, bootstrapping), machine learning (e.g., k-means clustering, logistic regression, support vector machines), and optimization techniques (e.g., linear and nonlinear programming) to solve complex business problems. I am proficient in leveraging libraries such as statsmodels and scikit-learn to develop and implement data-driven solutions.","value":379377740},{"label":"Additionally, I have designed and analyzed results from online controlled experiments, with a deep understanding of A\/B testing methodologies, including A\/B\/n tests and multivariate testing. I have built and deployed end-to-end statistical models that have driven measurable business impact. With minimal supervision, I can effectively apply these techniques to support and inform strategic decisions across various stakeholders.","value":379377741},{"label":"3: I am highly proficient in applying statistical inference (e.g., regression analysis, hypothesis testing, bootstrapping), causal inference (e.g., difference-in-differences, propensity score matching), machine learning (e.g., k-means clustering, logistic regression, support vector machines), and optimization techniques (e.g., linear and nonlinear programming) to solve complex, open-ended business problems. I leverage libraries such as statsmodels and scikit-learn to develop and implement data-driven solutions effectively. Beyond designing and executing end-to-end online controlled experiments, I have a deep understanding of key experimentation concepts, including Sample Ratio Mismatch (SRM), triggering, and sub-segment analyses.","value":379377742},{"label":"Through my expertise in product and growth domains, I have owned business verticals, proactively identified key business challenges, developed measurement frameworks for critical product and growth areas, and driven quantifiable business impact.\"","value":379377743}]}]},{"description":null,"label":"What cross-functional groups have you collaborated with and influenced decision-making?","required":true,"fields":[{"name":"question_54792404","type":"multi_value_single_select","values":[{"label":"Analysts, Data Scientists, Product Managers, Designers, and Engineers","value":379377744},{"label":"All of the above, plus Engineering Leads, and Directors","value":379377745},{"label":"All of the above, plus VPs and C-suite Executives","value":379377746},{"label":"None of the above","value":379377747}]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_54100980","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":362361199},{"label":"Recruiter","value":362361200},{"label":"WordPress User","value":362361201},{"label":"Systems Billboard","value":362361202},{"label":"I saw this job on LinkedIn","value":362361204},{"label":"Tumblr","value":362361205},{"label":"Open Core Summit","value":362361207},{"label":"Silicon Slopes","value":362361208},{"label":"HTTP Header","value":362361209},{"label":"PowerToFly","value":362361211},{"label":"Women in Product","value":362361210},{"label":"RemotePOC","value":362361212},{"label":"RemoteOK","value":362361213},{"label":"Remote.co\/FlexJobs","value":362361214},{"label":"RemoteWoman","value":362361215},{"label":"Jopwell","value":362361216},{"label":"JOBfindah","value":362361218},{"label":"Blacks in Technology","value":362361219},{"label":"BlackJobs","value":362361220},{"label":"AngelList","value":362361221},{"label":"DynamiteJobs","value":362361223},{"label":"Hubstaff Talent","value":362361224},{"label":"WeWorkRemotely","value":362361225},{"label":"Working Nomads","value":362361226},{"label":"StackOverflow","value":362361227},{"label":"Monster","value":362361228},{"label":"Indeed","value":362361229},{"label":"Glassdoor","value":362361230},{"label":"Google","value":362361231},{"label":"TikTok","value":362361232},{"label":"YouTube","value":362361233},{"label":"Word of Mouth","value":362361234},{"label":"ZipRecruiter","value":362361235},{"label":"Future Archives Podcast (Design Observer)","value":362361236},{"label":"Interaction Latin America Conference (IxDA)","value":362361237},{"label":"The Muse","value":362361238},{"label":"Other","value":362361239}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_54100981","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_54100982","type":"multi_value_single_select","values":[{"label":"Americas","value":362361240},{"label":"Europe - Africa","value":362361241},{"label":"Asia - Pacific","value":362361242}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_54100983","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_54100984","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_54100985","type":"input_text","values":[]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/senior-data-scientist\/"},{"id":6686526,"internal_job_id":3089797,"title":"Director of Public Sector Sales","slug":"director-of-public-sector-sales","metadata":{"Featured":"0.0","Category":["Sales"],"Team":["WordPress VIP"],"Category (DD)":["Sales"],"Team (DD)":["WordPress VIP"]},"openings":1,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/wpvip.com\/?utm_source=adwords&amp;amp;utm_medium=cpc&amp;amp;keyword=wordpress%20vip&amp;amp;creative=655740592947&amp;amp;campaignid=20013986353&amp;amp;adgroupid=151284858474&amp;amp;matchtype=e&amp;amp;device=c&amp;amp;network=g&amp;amp;gad=1&amp;amp;gclid=Cj0KCQjw8NilBhDOARIsAHzpbLC6M_9KA-bYOPjv0w_QGTZ9bcU4BkhbYXcjgOCfds_-9IpDP2bGLmUaArDYEALw_wcB&quot;&gt;WordPress VIP&lt;\/a&gt; is the world\u2019s leading enterprise content management platform. We help the world&#39;s largest companies (including Meta, Salesforce, and Disney) create innovative digital experiences with WordPress. As one of the fastest-growing areas of &lt;a href=&quot;https:\/\/automattic.com&quot;&gt;Automattic&lt;\/a&gt;, and with FedRAMP certification, WordPress VIP (WPVIP) continues expanding its reach into the public sector.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re looking for a proven sales leader who can lead, grow, and scale a public sector sales team. Reporting to the Chief Revenue Officer (CRO), you will oversee our current team of account executives, and work closely with WPVIP\u2019s cross-functional public sector teams in partnerships, solutions engineering, and marketing.&lt;\/p&gt;\n&lt;p&gt;Our government sector business is rapidly expanding as we capitalize on the US Federal Government\u2019s \u201cCloud Smart\u201d mandate, and we are correspondingly increasing our investment in Public Sector business as well as supporting capabilities including GRC (Governance, Risk, and Compliance). As the Director of Public Sector Sales, you will use your leadership experience and skills to establish WPVIP as the preferred CMS for federal, state, and local government and public sector organizations. Moreover, you\u2019ll build and maintain government partnerships and drive revenue growth in the Government and Public Sector. As a result of WPVIP\u2019s &lt;a href=&quot;https:\/\/wpvip.com\/blog\/wordpress-vip-is-fedramp-authorized\/&quot;&gt;recent FedRAMP certification&lt;\/a&gt;, you\u2019ll have the opportunity to expand our millions of dollars in ARR and acquire new clients in the public sector. The right leader will also have the opportunity to build out the strategy as well as the organization to support our move into the public sector in other international markets.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities&lt;\/strong&gt;:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Develop and implement a comprehensive sales strategy for the public sector, including the US federal, state, and local government markets.&lt;\/li&gt;\n&lt;li&gt;Collaborate with marketing, product management, and technical teams to develop compelling value propositions and tailored solutions for the public sector.&lt;\/li&gt;\n&lt;li&gt;Lead and mentor a high-performing sales team including recruiting, hiring, and training.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Provide support and mentorship to your team by participating and leading in client and prospect meetings.&lt;\/li&gt;\n&lt;li&gt;Establish and maintain strong relationships with government agency partners.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Report on sales activities and forecasting to senior sales management.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Engage at the C-level in public sector organizations.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Drive the strategic growth of WPVIP\u2019s Public Sector customer base outside of the United States, and into additional markets.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements&lt;\/strong&gt;:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Proven leadership experience building, leading, and nurturing high-performing sales teams.&lt;\/li&gt;\n&lt;li&gt;Demonstrated experience working with federal, state, and local government agencies, as well as public sector companies; and understanding of the unique requirements, procurement processes, and regulations (such as security, accessibility, and data privacy) associated with selling to government entities.&lt;\/li&gt;\n&lt;li&gt;Proven track record establishing and maintaining strong relationships with government agency partners.&lt;\/li&gt;\n&lt;li&gt;Proven ability to engage directly with government officials, executives, engineers and technical teams in order to sell complex technical products using a consultative, solutions-based selling approach.&lt;\/li&gt;\n&lt;li&gt;Proven track record of achieving growth targets (both as a sales leader and as an individual), building and managing sales funnels, executing solutions-based selling, negotiating terms, and closing deals.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Strong presentation and executive engagement skills.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Familiarity with Content Management Systems (CMS) and web-related technologies is desired.&amp;nbsp;&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p class=&quot;c-mrkdwn__quote&quot;&gt;&lt;strong&gt;We are currently seeking candidates who live in the United States.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Total Compensation (OTE): $370,000\u2013$440,000 USD (includes base plus commission).&lt;\/strong&gt; Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-DNI&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"How much experience do you have selling directly to the U.S. federal government and\/or SLED level?","required":true,"fields":[{"name":"question_55060023","type":"textarea","values":[]}]},{"description":null,"label":"In the last two years, which US government agencies have you primarily sold to?","required":true,"fields":[{"name":"question_55060024","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55599103","type":"multi_value_single_select","values":[{"label":"Americas","value":506673421},{"label":"Europe - Africa","value":506673422},{"label":"Asia - Pacific","value":506673423}]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_54688057","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":378005047},{"label":"Recruiter","value":378005048},{"label":"WordPress User","value":378005049},{"label":"Systems Billboard","value":378005050},{"label":"I saw this job on LinkedIn","value":378005051},{"label":"Tumblr","value":378005052},{"label":"Open Core Summit","value":378005053},{"label":"Silicon Slopes","value":378005054},{"label":"HTTP Header","value":378005055},{"label":"Women in Product","value":378005056},{"label":"RemotePOC","value":378005057},{"label":"RemoteOK","value":378005058},{"label":"Remote.co\/FlexJobs","value":378005059},{"label":"RemoteWoman","value":378005060},{"label":"Jopwell","value":378005061},{"label":"JOBfindah","value":378005062},{"label":"Blacks in Technology","value":378005063},{"label":"BlackJobs","value":378005064},{"label":"AngelList","value":378005065},{"label":"DynamiteJobs","value":378005066},{"label":"Hubstaff Talent","value":378005067},{"label":"WeWorkRemotely","value":378005068},{"label":"Working Nomads","value":378005069},{"label":"StackOverflow","value":378005070},{"label":"Monster","value":378005071},{"label":"Indeed","value":378005072},{"label":"Glassdoor","value":378005073},{"label":"Google","value":378005074},{"label":"TikTok","value":378005075},{"label":"YouTube","value":378005076},{"label":"Word of Mouth","value":378005077},{"label":"ZipRecruiter","value":378005078},{"label":"Future Archives Podcast (Design Observer)","value":378005079},{"label":"Interaction Latin America Conference (IxDA)","value":378005080},{"label":"The Muse","value":378005081},{"label":"Other","value":378005082}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_54688058","type":"input_text","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_54688060","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_54688061","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_54688062","type":"input_text","values":[]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/director-of-public-sector-sales\/"},{"id":6166907,"internal_job_id":2938539,"title":"Sales Development Representative, Automattic for Agencies","slug":"sales-development-representative-automattic-for-agencies","metadata":{"Featured":"0.0","Category":["Sales"],"Team":["Automattic for Agencies"],"Category (DD)":["Sales"],"Team (DD)":["Automattic for Agencies"]},"openings":3,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic&lt;\/a&gt;\u2014the global leader in &lt;a href=&quot;https:\/\/automattic.com\/about\/&quot;&gt;publishing, messaging, and commerce software&lt;\/a&gt;\u2014is building the operating system for the open web.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/automattic.com\/for-agencies\/&quot;&gt;Automattic for Agencies&lt;\/a&gt; is dedicated to empowering agencies and developers to create outstanding WordPress websites and online experiences. We\u2019ve combined world-class hosting, professional tools and plugins, and expert technical support from across Automattic\u2019s product portfolio\u2014all tailored to fuel agency success. Our mission is to foster a thriving ecosystem where agencies and studios can fully leverage our full platform capabilities to elevate their client offerings, streamline operations, and drive sustainable growth.&lt;\/p&gt;\n&lt;p&gt;Our sales team is responsible for sourcing and converting leads into opportunities, and we\u2019re looking for a results-oriented Sales Development Rep (SDR) to join us. This is a high-growth role designed to develop and launch people into a successful sales career in the tech industry.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Generate quality agency leads through outbound campaigns, including email, cold-calling, and social media outreach, introducing the Automattic for Agencies program.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Ensure a smooth handoff to the other members of the sales team by providing detailed background information and context on each opportunity.&lt;\/li&gt;\n&lt;li&gt;Maintain records of interactions with leads in our CRM system to ensure accurate tracking.&lt;\/li&gt;\n&lt;li&gt;Report on lead generation activities, conversion rates, and overall progress toward goals.&lt;\/li&gt;\n&lt;li&gt;Collaborate with the sales and leadership teams to align on goals, share feedback from prospects, and refine the outbound process.&lt;\/li&gt;\n&lt;li&gt;Consistently meet or exceed weekly and monthly activity targets, such as the number of calls made, emails sent, and meetings booked.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements&lt;\/strong&gt;:&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Strong passion for sales and helping to grow our business in a customer-first environment.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Are highly socially intelligent; easily able to understand, empathize, and connect with people.&lt;\/li&gt;\n&lt;li&gt;Skilled at verbal and written communication.&lt;\/li&gt;\n&lt;li&gt;Love solving problems and discovering opportunities to help people succeed.&lt;\/li&gt;\n&lt;li&gt;Thrive in a goal-oriented and high-growth environment that achieves results.&lt;\/li&gt;\n&lt;li&gt;Value being part of a dynamic team and having a clear impact on the business.&lt;\/li&gt;\n&lt;li&gt;Coachable and eager to learn through constructive feedback.&lt;\/li&gt;\n&lt;li&gt;A curiosity to learn new skill sets, new CMS tools, a new industry, and more about the prospective new customers you\u2019ll be reaching out to.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;We\u2019re excited about you because you:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Have some sales experience and are looking to be involved in driving SDR strategy.&lt;\/li&gt;\n&lt;li&gt;Are highly productive in a work-from-home environment.&lt;\/li&gt;\n&lt;li&gt;Are confident conducting cold calls and facing objections.&lt;\/li&gt;\n&lt;li&gt;Are empathetic and know that active listening is the key to becoming a great seller.&lt;\/li&gt;\n&lt;li&gt;Welcome adversity because it drives you to achieve the results you know you can attain.&lt;\/li&gt;\n&lt;li&gt;Motivated by your goal, the team, and your pursuit to always be better.&lt;\/li&gt;\n&lt;li&gt;Are relentlessly hardworking. This is really all it takes to be a successful Sales Development Rep; we\u2019ll teach you the rest!&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong data-stringify-type=&quot;bold&quot;&gt;We are currently prioritizing candidates who reside in North America.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $65,000-$75,000 USD&lt;\/strong&gt; - &lt;em&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/em&gt;&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy.&lt;\/a&gt; To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-DNI&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Please rate your experience in sales.","required":true,"fields":[{"name":"question_51146688","type":"multi_value_single_select","values":[{"label":"None: I have no sales experience but am willing to learn!","value":308181639},{"label":"Beginner: I have less than 1 year of sales experience.","value":308181640},{"label":"Intermediate: I have 1-2 years of sales experience.","value":308181641},{"label":"Advanced: I have 3+ years of sales experience.","value":308181642}]}]},{"description":null,"label":"Why do you think you're a good fit for this role?\n","required":true,"fields":[{"name":"question_51146689","type":"textarea","values":[]}]},{"description":null,"label":"Why are you looking to leave your current position (or why did you leave your last job)?\n","required":true,"fields":[{"name":"question_51146690","type":"textarea","values":[]}]},{"description":null,"label":"What about this position aligns with your career goals?\n","required":true,"fields":[{"name":"question_51146691","type":"textarea","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367481","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249448","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249449","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55599643","type":"multi_value_single_select","values":[{"label":"Americas","value":506675118},{"label":"Europe - Africa","value":506675119},{"label":"Asia - Pacific","value":506675120}]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/sales-development-representative-automattic-for-agencies\/"},{"id":6657667,"internal_job_id":3081527,"title":"Senior Designer - WordPress Themes","slug":"senior-designer-wordpress-themes","metadata":{"Featured":"0.0","Category":["Design"],"Team":["Automattic"],"Category (DD)":["Design"],"Team (DD)":["Automattic"]},"openings":1,"content":"&lt;p&gt;Automattic, the tech powerhouse behind &lt;a href=&quot;https:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;http:\/\/www.tumblr.com&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, and more, is looking for seasoned Theme Designers to help us keep the web free and open.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;About the role:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;Design is at the core of what we do: designing experiences for millions of users who actively use WordPress, WooCommerce, Tumblr, and all of the products within our ecosystem. You can visit our &lt;a href=&quot;https:\/\/automattic.design\/&quot;&gt;Design Blog&lt;\/a&gt;, to learn more about our team and read articles on design, software, and user experience.&lt;\/p&gt;\n&lt;p&gt;We\u2019re on the lookout for talented designers who are passionate about world-class user experience, deeply understand the needs of our users, and are interested in working with a diverse and global team. You will also be working closely with engineers, marketers, and customer support specialists from around the world in a fully remote company to create websites and themes that make online publishing and commerce accessible to everyone.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;What you\u2019ll do:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Design exceptional WordPress websites and themes for multiple clients, events, and Automattic products.&lt;\/li&gt;\n&lt;li&gt;Iterate actively on designs at all levels of fidelity, from wireframes to mockups to site builds, informed by project scope, client strategy, and business goals.&lt;\/li&gt;\n&lt;li&gt;Communicate and share often in written, verbal, and visual forms (including client calls) to create alignment and move the work toward implementation.&lt;\/li&gt;\n&lt;li&gt;Collaborate regularly with engineers to QA and launch high-quality experiences.&lt;\/li&gt;\n&lt;li&gt;Contribute to both Automattic products (via feedback) and the larger open-source and design communities.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;What we\u2019re looking for:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Deep understanding of modern website design and theming considerations. Knowledge of WordPress block themes and Gutenberg is a huge bonus.&lt;\/li&gt;\n&lt;li&gt;Past work experience that is relevant for Automattic: remote work, WordPress, e-commerce, site editors, etc.&lt;\/li&gt;\n&lt;li&gt;A keenness for identifying user needs, defining clear solutions, and delivering those through detailed design.&lt;\/li&gt;\n&lt;li&gt;The flexibility to design in low and high fidelity and choose the most efficient and responsible process for the job at hand.&lt;\/li&gt;\n&lt;li&gt;The ability to integrate feedback, validate, and iterate on designs while being mindful of our customers, contributors, and insights gleaned by our support teams.&lt;\/li&gt;\n&lt;li&gt;Excellent written and verbal communication skills\u2014you\u2019ll collaborate with others and present your work regularly in a written format.&lt;\/li&gt;\n&lt;li&gt;Proficiency in design and prototyping tools (we use Figma) and familiarity with website development cycles.&lt;\/li&gt;\n&lt;li&gt;Strong UI and visual design skills with a portfolio showcasing your craft in both written and visual form.&lt;\/li&gt;\n&lt;li&gt;Familiarity with remote work (or excitement to try it!)&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $95,000-$200,000 USD&lt;\/strong&gt; - Please note that salary ranges are global, regardless of location, and we pay in local currency.&amp;nbsp;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&lt;\/span&gt;&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &amp;nbsp;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-DNI&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Do you have experience designing and publishing WordPress themes?","required":true,"fields":[{"name":"question_54416531","type":"multi_value_single_select","values":[{"label":"No, I don't have experience designing and publishing WordPress themes.\u00a0","value":371994808},{"label":"I have experience designing themes for other CMS or website builders, but I have never done it for WordPress.\u00a0","value":371994809},{"label":"I have never designed and published a WordPress theme, but I have a good understanding of Gutenberg and block editor.\u00a0","value":371994810},{"label":"I have experience designing and publishing WordPress themes, and I have a strong understanding of Gutenberg and block editor","value":371994811}]}]},{"description":null,"label":"Tell us briefly about a design accomplishment you are most proud of and why you're proud of it?","required":true,"fields":[{"name":"question_54416532","type":"textarea","values":[]}]},{"description":"<p class=\"c-mrkdwn__quote\" data-stringify-type=\"quote\">Tell us about your understanding of our work and how it connects with your professional journey. What motivates you to be a part of our team?<\/p>","label":"How do you see your design expertise making an impact at Automattic?","required":true,"fields":[{"name":"question_54416533","type":"textarea","values":[]}]},{"description":null,"label":"Portfolio Link","required":true,"fields":[{"name":"question_54416534","type":"input_text","values":[]}]},{"description":null,"label":"If your portfolio URL needs a password:","required":false,"fields":[{"name":"question_54416535","type":"input_text","values":[]}]},{"description":null,"label":"What would your earliest availability to start be, if you were hired?","required":true,"fields":[{"name":"question_54416536","type":"input_text","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_54416537","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":371811152},{"label":"Recruiter","value":371811153},{"label":"WordPress User","value":371811154},{"label":"Systems Billboard","value":371811155},{"label":"I saw this job on LinkedIn","value":371811156},{"label":"Tumblr","value":371811157},{"label":"Open Core Summit","value":371811158},{"label":"Silicon Slopes","value":371811159},{"label":"HTTP Header","value":371811160},{"label":"Women in Product","value":371811161},{"label":"RemotePOC","value":371811162},{"label":"RemoteOK","value":371811163},{"label":"Remote.co\/FlexJobs","value":371811164},{"label":"RemoteWoman","value":371811165},{"label":"Jopwell","value":371811166},{"label":"JOBfindah","value":371811167},{"label":"Blacks in Technology","value":371811168},{"label":"BlackJobs","value":371811169},{"label":"AngelList","value":371811170},{"label":"DynamiteJobs","value":371811171},{"label":"Hubstaff Talent","value":371811172},{"label":"WeWorkRemotely","value":371811173},{"label":"Working Nomads","value":371811174},{"label":"StackOverflow","value":371811175},{"label":"Monster","value":371811176},{"label":"Indeed","value":371811177},{"label":"Glassdoor","value":371811178},{"label":"Google","value":371811179},{"label":"TikTok","value":371811180},{"label":"YouTube","value":371811181},{"label":"Word of Mouth","value":371811182},{"label":"ZipRecruiter","value":371811183},{"label":"Future Archives Podcast (Design Observer)","value":371811184},{"label":"Interaction Latin America Conference (IxDA)","value":371811185},{"label":"The Muse","value":371811186},{"label":"Other","value":371811187}]}]},{"description":"<p>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_54416538","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_54416539","type":"multi_value_single_select","values":[{"label":"Americas","value":371811188},{"label":"Europe - Africa","value":371811189},{"label":"Asia - Pacific","value":371811190}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_54416540","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_54416541","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_54416542","type":"textarea","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/senior-designer-wordpress-themes\/"},{"id":6610835,"internal_job_id":3068003,"title":"Partner Manager (Automattic for Agencies)","slug":"partner-manager-automattic-for-agencies","metadata":{"Featured":"0.0","Category":["Sales"],"Team":["Automattic for Agencies"],"Category (DD)":["Sales"],"Team (DD)":["Automattic for Agencies"]},"openings":6,"content":"&lt;p&gt;As a Partner Manager in the &lt;a href=&quot;https:\/\/automattic.com\/for-agencies\/&quot;&gt;A4A program&lt;\/a&gt;, you will strategically execute &lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic&lt;\/a&gt;\u2019s growth strategy by developing and nurturing meaningful relationships with a portfolio of digital agencies in the Automattic partner ecosystem.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;A person in this role will partner with key stakeholders within digital agencies and internal business units at Automattic. These relationships will support lead generation and drive joint revenue goals between Automattic and digital agencies. You\u2019ll also play a key role in enabling the agencies in their book with value-driven initiatives, including joint go-to-market strategy creation, training and events, and co-branding &amp;amp; selling to ensure that all of their agencies and their respective clients are getting the most out of Automattic\u2019s product suite and hitting their success metrics.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&lt;\/strong&gt; &lt;br&gt;Drive sales of Automattic products through partner channels with Digital Agencies, identifying new opportunities for revenue generation.&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Identify, source, and develop growth strategies to increase agency partners\u2019 book of business.&lt;\/li&gt;\n&lt;li&gt;Monitor and report on sales performance and adjust strategies as needed.&lt;\/li&gt;\n&lt;li&gt;Take ownership of all aspects surrounding agency account management. This includes cultivating relationships, implementing go-to-market (GTM) strategies, escalating technical emergencies, and conducting business reviews.&lt;\/li&gt;\n&lt;li&gt;Monitor the health of the agency&#39;s clients\u2019 sites using Automattic products, and manage retention risks.&lt;\/li&gt;\n&lt;li&gt;Identify, recruit, and onboard partners who align with the A4A program growth strategy, and who will benefit from a close relationship with our product suite and team.&lt;\/li&gt;\n&lt;li&gt;Build multiple champions within each digital agency, and understand their business strategy, organizational structure, and go-to-market focus.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Become the agency\u2019s trusted advisor.&lt;\/li&gt;\n&lt;li&gt;Provide training and support to partners to enhance their understanding of Automattic&#39;s products, services, and value propositions.&lt;\/li&gt;\n&lt;li&gt;Collaborate on marketing and sales enablement programs for partners with respective BU\u2019s.&lt;\/li&gt;\n&lt;li&gt;Attend and support Flagship WordCamps, potential sponsorships, and partner events to drive lead generation and increase brand visibility.&lt;\/li&gt;\n&lt;li&gt;Collaborate cross-functionally with internal and external Business Unit (BU) teams, including Marketing, Sales\/CS, Happiness, Product, and Executive Leadership.&lt;\/li&gt;\n&lt;li&gt;Gather feedback from partners to improve products, services, and the overall partnership experience.&lt;\/li&gt;\n&lt;li&gt;Advocate for partner needs within Automattic or the partner\u2019s respective BU niche.&lt;\/li&gt;\n&lt;li&gt;Stay informed about industry trends, competitor activities, and market developments.&lt;\/li&gt;\n&lt;li&gt;Use market insights to refine partnership strategies.&lt;\/li&gt;\n&lt;li&gt;Ensure partners adhere to agreed-upon standards and compliance requirements.&lt;\/li&gt;\n&lt;li&gt;Seek ways to enhance the overall partner ecosystem within Automattic.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements:&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;5+ years of experience in SaaS Channel Sales or Partner Management roles, preferably in the WordPress ecosystem.&lt;\/li&gt;\n&lt;li&gt;Proven track record of achieving revenue targets.&lt;\/li&gt;\n&lt;li&gt;Experienced in structuring a partnership business, owning prioritization and ROI monitoring, and reporting to the organization.&lt;\/li&gt;\n&lt;li&gt;Strong analytical and critical thinking skills, and hands-on approach to identifying business opportunities and penetrating new accounts.&lt;\/li&gt;\n&lt;li&gt;Excellent customer service skills and a creative approach to solving issues with out-of-the-box solutions.&lt;\/li&gt;\n&lt;li&gt;Proven success in developing effective execution strategies within the book of business to drive mutually beneficial partnerships between agency accounts and the company.&lt;\/li&gt;\n&lt;li&gt;You&#39;re a self-starter, proactive, and able to handle uncertainty while demonstrating your own initiative.&lt;\/li&gt;\n&lt;li&gt;Efficient Time Management:&amp;nbsp; Ability to prioritize tasks and reprioritize as needed.&lt;\/li&gt;\n&lt;li&gt;You have experience working across multiple business units comprising many stakeholders and influencing factors. You can work well as part of a team and as an individual contributor.&lt;\/li&gt;\n&lt;li&gt;Dynamic Presentation Skills: adept at presenting to individuals and groups, including C-level executives, in person or virtually.&lt;\/li&gt;\n&lt;li&gt;Excellent interpersonal and communication skills to effectively collaborate with internal and external teams.&lt;\/li&gt;\n&lt;li&gt;Ecosystem Familiarity: experienced with Automattic\u2019s brands and vast product suite within the WordPress ecosystem as well as other key brands and third-party products\/solutions that agencies leverage, such as hosts, dev tools, etc.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Ability to grasp and communicate technical concepts effectively to technical and non-technical audiences.&lt;\/li&gt;\n&lt;li&gt;Willingness and ability to travel domestically and internationally to build relationships with partners at events such as flagship WordCamps.&lt;\/li&gt;\n&lt;li&gt;Adaptable to new technologies, industry trends, and changes in the competitive landscape.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;We are currently prioritizing candidates who reside in European time zones.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Compensation range (mix of salary and commission): $140,000-$170,000 USD.&lt;\/strong&gt; &amp;nbsp;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy&lt;\/a&gt;. To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;.&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"How many years of partner management experience do you have?","required":true,"fields":[{"name":"question_54226042","type":"textarea","values":[]}]},{"description":null,"label":"How many years of tech sales experience do you have?","required":true,"fields":[{"name":"question_54226043","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_55599626","type":"multi_value_single_select","values":[{"label":"Americas","value":506675065},{"label":"Europe - Africa","value":506675066},{"label":"Asia - Pacific","value":506675067}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_53990987","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_53990988","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_53990989","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/partner-manager-automattic-for-agencies\/"},{"id":5442133,"internal_job_id":2702313,"title":"Technical Account Manager, Newspack","slug":"technical-account-manager-newspack","metadata":{"Featured":"0.0","Category":["Customer Success"],"Team":["Newspack"],"Category (DD)":["Customer Success"],"Team (DD)":["Newspack"]},"openings":5,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/newspack.com\/&quot;&gt;Newspack&lt;\/a&gt;, part of &lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic\u2019s&lt;\/a&gt; portfolio of products, aims to help small and medium-sized news organizations publish great stories, develop a loyal audience, and find a path to financial sustainability at a time when local journalism faces immense challenges.&lt;\/p&gt;\n&lt;p&gt;We do that by deploying an open-source publishing solution tailored to the needs of digital news publishers, using industry best practices.&lt;\/p&gt;\n&lt;p&gt;In nearly five years, Newspack has launched more than 250 publications, with dozens more slated to join in months. These range from venerable publications like the &lt;em&gt;Chicago Reader&lt;\/em&gt; to ambitious digital startups like VTDigger and MLK50. In the process, we\u2019ve created a vibrant community of more than 1,500 publishers, editors, and producers whose goal is to see journalism thrive in their local communities.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;Newspack is now growing the commercial team and is looking for an experienced Technical Account Manager who is excited by our mission and the opportunities we have in the publishing world.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;As a Technical Account Manager (TAM) for Newspack, you will:&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Work directly with our growing roster of small- and medium-sized news publishers to migrate their sites to WordPress and launch on the Newspack platform.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Troubleshoot technical and editor-facing issues as they arise, work with publishers to leverage and optimize Newspack\u2019s feature set, and drive adoption of best practices in digital news publishing and monetization.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Work closely with our product engineers to refine the Newspack product based on experience, expertise, and publisher input.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Develop close relationships with your customers to understand their business\/operational needs and technical challenges and help them achieve the greatest value from our products.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;You are motivated by impact, whether that\u2019s achieved by rapid deployment of bespoke, high-profile sites; helping newsrooms take control of their online publishing; helping businesses with their digital transformation; or working with some of the most influential companies in the world to get the most out of WordPress.&lt;\/p&gt;\n&lt;p&gt;Your style is to get things done while reducing friction for your colleagues and customers \u2014 to respond rapidly when called upon, as well as being proactive. You view our customers as partners and pride yourself in establishing long-term relationships. You enjoy managing projects and timelines and working with everyone from engineers to GMs and VPs of Sales.&lt;\/p&gt;\n&lt;p&gt;In addition, you have experience with:&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Influencing customer outcomes, analyzing customer health metrics, and tracking customer interactions via tools.&lt;\/li&gt;\n&lt;li&gt;Collaborating closely with team members to support renewals and expansion opportunities.&lt;\/li&gt;\n&lt;li&gt;Gauging customers\u2019 levels of engagement with the company, and providing feedback to internal stakeholders regarding product and service improvements.&lt;\/li&gt;\n&lt;li&gt;Creating structure in ambiguous situations and designing effective processes.&lt;\/li&gt;\n&lt;li&gt;Leading customer on-sites, conducting service reviews, and empowering customers to achieve success and gain the greatest value from our products.&lt;\/li&gt;\n&lt;li&gt;Effective problem-solving, conflict resolution, and context-switching.&lt;\/li&gt;\n&lt;li&gt;Distilling and accomplishing goals and wish-lists into concrete next steps.&lt;\/li&gt;\n&lt;li&gt;Remaining undaunted by managing risks in high stakes situations.&lt;\/li&gt;\n&lt;li&gt;Conducting kick-off calls and getting everyone on the same page.&lt;\/li&gt;\n&lt;li&gt;Working with WordPress or other web technologies.&lt;\/li&gt;\n&lt;li&gt;Bonus points for software development and architecture experience, but writing code is not in scope for this position.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;We are currently prioritizing candidates who work during typical business hours in the Pacific and Mountain time zones.&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $73,000-$130,000 USD. &lt;\/strong&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":true,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Self-assess your recent level of knowledge with WordPress:","required":true,"fields":[{"name":"question_52222143","type":"multi_value_single_select","values":[{"label":"I have no experience but I am a fast learner: You\u2019re new to WordPress and haven\u2019t had hands-on experience with the platform yet.","value":326662107},{"label":"Beginner: You have basic familiarity with WordPress, such as navigating the dashboard, creating or editing posts and pages, and using pre-installed themes or plugins. You may have limited experience in customizing or troubleshooting the platform but are eager to grow your skills.","value":326662108},{"label":"Intermediate: You have hands-on experience using WordPress in various capacities. You\u2019re comfortable with managing themes and plugins, adept at changing settings, and troubleshooting common issues. You have experience working with the block editor, extending functionality through third-party tools, and applying basic coding knowledge (e.g., HTML, CSS) to enhance a site. You are familiar with PHP and can understand the code, even if you\u2019re not able to write it","value":326662109},{"label":"Expert: You possess deep knowledge and extensive experience with WordPress. You\u2019re skilled at building, customizing, and optimizing WordPress websites, including complex setups. You have expertise in theme and plugin development, performance optimization, and integrating WordPress with external tools or systems. You understand the platform\u2019s architecture, are proficient in PHP and WordPress APIs, and can solve advanced challenges with confidence.","value":326662110}]}]},{"description":null,"label":"Describe your recent WordPress experience.","required":true,"fields":[{"name":"question_52222145","type":"textarea","values":[]}]},{"description":null,"label":"How much familiarity do you have with Command Line? ","required":true,"fields":[{"name":"question_52222144","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about the Technical Account Manager role?","required":true,"fields":[{"name":"question_43395826","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":171715533},{"label":"Recruiter","value":171715534},{"label":"WordPress User","value":171715535},{"label":"Systems Billboard","value":171715536},{"label":"I saw this job on LinkedIn","value":214994999},{"label":"Tumblr","value":172495538},{"label":"Open Core Summit","value":184602612},{"label":"Silicon Slopes","value":171715538},{"label":"HTTP Header","value":171715540},{"label":"Women in Product","value":171715541},{"label":"RemotePOC","value":171715543},{"label":"RemoteOK","value":171715544},{"label":"Remote.co\/FlexJobs","value":171715545},{"label":"RemoteWoman","value":171715546},{"label":"Jopwell","value":171715548},{"label":"JOBfindah","value":171715549},{"label":"Blacks in Technology","value":171715550},{"label":"BlackJobs","value":171715551},{"label":"AngelList","value":171715552},{"label":"DynamiteJobs","value":171715553},{"label":"Hubstaff Talent","value":171715554},{"label":"WeWorkRemotely","value":171715556},{"label":"Working Nomads","value":171715557},{"label":"StackOverflow","value":171715558},{"label":"Monster","value":171715559},{"label":"Indeed","value":171715560},{"label":"Glassdoor","value":171715561},{"label":"Google","value":171715562},{"label":"TikTok","value":171715564},{"label":"YouTube","value":171715565},{"label":"Word of Mouth","value":171715566},{"label":"ZipRecruiter","value":171715568},{"label":"Future Archives Podcast (Design Observer)","value":171715569},{"label":"Interaction Latin America Conference (IxDA)","value":171715570},{"label":"The Muse","value":171715572},{"label":"Other","value":171715573}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_43395827","type":"input_text","values":[]}]},{"description":null,"label":"What questions do you have for us?","required":false,"fields":[{"name":"question_48927329","type":"textarea","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367696","type":"textarea","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_53689441","type":"multi_value_single_select","values":[{"label":"Americas","value":354534965},{"label":"Europe - Africa","value":354534966},{"label":"Asia - Pacific","value":354534967}]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249555","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249556","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/technical-account-manager-newspack\/"},{"id":5867610,"internal_job_id":2538214,"title":"Account Executive, WordPress VIP","slug":"account-executive-wordpress-vip","metadata":{"Featured":null,"Category":["Sales"],"Team":["WordPress VIP"],"Category (DD)":["Sales"],"Team (DD)":["WordPress VIP"]},"openings":5,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/wpvip.com\/?utm_source=adwords&amp;amp;utm_medium=cpc&amp;amp;keyword=wordpress%20vip&amp;amp;creative=655740592947&amp;amp;campaignid=20013986353&amp;amp;adgroupid=151284858474&amp;amp;matchtype=e&amp;amp;device=c&amp;amp;network=g&amp;amp;gad=1&amp;amp;gclid=Cj0KCQjw8NilBhDOARIsAHzpbLC6M_9KA-bYOPjv0w_QGTZ9bcU4BkhbYXcjgOCfds_-9IpDP2bGLmUaArDYEALw_wcB&quot;&gt;WordPress VIP&lt;\/a&gt; is the world\u2019s leading enterprise content management platform. We help the world\u2019s largest companies (including Meta, Salesforce, and Disney) create innovative digital experiences with WordPress.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;About the role:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;As one of the fastest growing areas of Automattic, VIP presents a unique opportunity for experienced Account Executives to help take us to the next level. We&#39;re looking for AEs who are passionate about what WordPress can do for our existing customers.&lt;\/p&gt;\n&lt;p&gt;Your style is to listen and learn from prospects, positioning VIP as the best Content Management System for the Global 2000. You don\u2019t sit and wait for leads to come to you. Instead, you research the market, identify opportunities within specific verticals, and design a sales strategy that is both high-touch and creative, thereby helping to create the best possible positioning to develop new business for WordPress and VIP.&lt;\/p&gt;\n&lt;p&gt;You\u2019ll be closely working with SDRs as well as have full leverage of our Marketing teams to create compelling outreach and content, but you\u2019ll be generating your own leads alongside that.&lt;\/p&gt;\n&lt;p&gt;You view enterprise customers and their messages as important parts of the web, and you can see how WordPress VIP and Automattic can help them along their journeys. You pride yourself in establishing long-term relationships and doing what\u2019s best for the customer. You enjoy telling stories, doing demos, and giving \u201cthe pitch,\u201d and are comfortable talking to CMO\u2019s and CTO\u2019s.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Drive significant revenue growth by securing new enterprise clients and expanding existing accounts.&lt;\/li&gt;\n&lt;li&gt;Establish and nurture strategic C-level relationships that position VIP as a critical business partner.&lt;\/li&gt;\n&lt;li&gt;Successfully manage both transactional deals and large multimillion-dollar opportunities.&lt;\/li&gt;\n&lt;li&gt;Maintain accurate sales forecasts and pipeline information, and drive strategic improvement of forecasting processes.&lt;\/li&gt;\n&lt;li&gt;Develop and execute innovative, vertical-specific sales strategies that accelerate market penetration.&lt;\/li&gt;\n&lt;li&gt;Actively engage in pipeline generation activities, including regular outbound prospecting.&lt;\/li&gt;\n&lt;li&gt;Enhance the product offering by providing valuable customer insights to inform the VIP roadmap.&lt;\/li&gt;\n&lt;li&gt;Elevate WordPress VIP&#39;s brand and reputation in the enterprise CMS space through high-impact engagements.&lt;\/li&gt;\n&lt;li&gt;Contribute to a high-performing sales culture by sharing best practices and mentoring team members.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements:&amp;nbsp;&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;7+ years of enterprise software sales experience, preferably in SaaS or CMS-related technologies.&lt;\/li&gt;\n&lt;li&gt;Demonstrated ability to consistently meet or exceed sales quotas.&lt;\/li&gt;\n&lt;li&gt;Strong understanding of enterprise software, IT landscapes, and content management systems.&lt;\/li&gt;\n&lt;li&gt;Excellent communication, presentation, and negotiation skills.&lt;\/li&gt;\n&lt;li&gt;Proven experience in solutions-based selling and closing enterprise-level deals.&lt;\/li&gt;\n&lt;li&gt;Ability to establish and maintain long-term customer relationships.&lt;\/li&gt;\n&lt;li&gt;Experience in managing and growing business within named accounts and verticals.&lt;\/li&gt;\n&lt;li&gt;Comfortable working with executive-level prospects, negotiating terms, and reviewing contracts.&lt;\/li&gt;\n&lt;li&gt;Self-motivated with a drive to achieve revenue and growth targets, both individually and as part of the company.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;This role requires you to have a deep understanding of the technology and platforms that we run, and be able to communicate effectively with different stakeholders such as engineers and content creators. Moderate travel is required as well.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $95,000-$160,000 USD, plus variable compensation&lt;\/strong&gt; - Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy.&lt;\/a&gt; To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Over the past 3-5 years, where has the majority of your sales experience been focused?","required":true,"fields":[{"name":"question_54448914","type":"multi_value_single_select","values":[{"label":"Enterprise sales (1000+ employee companies, $100K+ deal sizes)","value":372092850},{"label":"Mid-market\/SMB sales (under 1000 employees, typically under $100K deal sizes)","value":372092851}]}]},{"description":null,"label":"Briefly describe your most significant enterprise CMS\/SaaS sale to a Global 2000 company. Include deal size, key stakeholders engaged, and your specific contribution to closing the deal.","required":true,"fields":[{"name":"question_54445991","type":"textarea","values":[]}]},{"description":null,"label":"What is your experience with $100K+ deals? Please share your average deal size and annual quota attainment over the past 2 years.","required":true,"fields":[{"name":"question_54445992","type":"textarea","values":[]}]},{"description":null,"label":"How do you approach proactive prospecting and lead generation in enterprise sales? Share one strategy that has proven successful for you.","required":true,"fields":[{"name":"question_54445993","type":"textarea","values":[]}]},{"description":null,"label":"Why are you interested in the WordPress VIP Account Executive role, and what makes you uniquely qualified to help global brands create innovative digital experiences with WordPress?","required":true,"fields":[{"name":"question_54445994","type":"textarea","values":[]}]},{"description":null,"label":"In which region of the world are you located?","required":true,"fields":[{"name":"question_54448915","type":"multi_value_single_select","values":[{"label":"North or South America","value":372092852},{"label":"Europe or Africa","value":372092853},{"label":"Asia-Pacific","value":372092854}]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_50356414","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":295099304},{"label":"Recruiter","value":295099305},{"label":"WordPress User","value":295099306},{"label":"Systems Billboard","value":295099307},{"label":"I saw this job on LinkedIn","value":295099308},{"label":"Tumblr","value":295099309},{"label":"Open Core Summit","value":295099310},{"label":"Silicon Slopes","value":295099311},{"label":"HTTP Header","value":295099312},{"label":"Women in Product","value":295099313},{"label":"RemotePOC","value":295099314},{"label":"RemoteOK","value":295099315},{"label":"Remote.co\/FlexJobs","value":295099316},{"label":"RemoteWoman","value":295099317},{"label":"Jopwell","value":295099318},{"label":"JOBfindah","value":295099319},{"label":"Blacks in Technology","value":295099320},{"label":"BlackJobs","value":295099321},{"label":"AngelList","value":295099322},{"label":"DynamiteJobs","value":295099323},{"label":"Hubstaff Talent","value":295099324},{"label":"WeWorkRemotely","value":295099325},{"label":"Working Nomads","value":295099326},{"label":"StackOverflow","value":295099327},{"label":"Monster","value":295099328},{"label":"Indeed","value":295099329},{"label":"Glassdoor","value":295099330},{"label":"Google","value":295099331},{"label":"TikTok","value":295099332},{"label":"YouTube","value":295099333},{"label":"Word of Mouth","value":295099334},{"label":"ZipRecruiter","value":295099335},{"label":"Future Archives Podcast (Design Observer)","value":295099336},{"label":"Interaction Latin America Conference (IxDA)","value":295099337},{"label":"The Muse","value":295099338},{"label":"Other","value":295099339}]}]},{"description":"<p>We'd love to know if you were referred by an Automattic employee, by a recruiter, or any other details you'd like to share about how you became interested in joining Automattic.<\/p>","label":"Can you tell us more about the option you selected above?","required":false,"fields":[{"name":"question_50356415","type":"textarea","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367193","type":"input_text","values":[]}]},{"description":"<p><a href=\"https:\/\/automattic.com\/compensation\/\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249309","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249310","type":"textarea","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/account-executive-wordpress-vip\/"},{"id":6229808,"internal_job_id":1192993,"title":"Systems Engineer, WordPress VIP","slug":"systems-engineer-wordpress-vip","metadata":{"Featured":null,"Category":["Engineering"],"Team":["WordPress VIP"],"Category (DD)":["Engineering"],"Team (DD)":["WordPress VIP"]},"openings":1,"content":"&lt;p&gt;WordPress VIP is the digital platform of choice for the world\u2019s top brands and publishers. Our expertise running performant, secure, and stable applications at scale enables our clients to power high-touch digital experiences with ease. Our platform combines the unparalleled WordPress user experience with enterprise-grade infrastructure and world-class support, serving billions of web requests per day. As one of the most used and ubiquitous software platforms on Earth, security and reliability are critical.&lt;\/p&gt;\n&lt;p class=&quot;p1&quot;&gt;We\u2019re looking for Systems Engineers to join our fully remote team, where you\u2019ll play an essential role in developing, building, and maintaining our growing global infrastructure. If you enjoy solving complex problems and are eager to empower development teams working at some of the most high-profile, high-traffic sites out there, come and join us.&lt;\/p&gt;\n&lt;p&gt;&lt;span style=&quot;font-weight: 400;&quot;&gt;We\u2019d love to chat with you if you have:&lt;\/span&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Experience with implementing and supporting&amp;nbsp;Kubernetes-based infrastructure.&lt;\/li&gt;\n&lt;li&gt;Experience working on a large-scale system to make it performant, highly scalable, and fault-tolerant.&lt;\/li&gt;\n&lt;li&gt;Experience in Linux systems administration and a deep understanding of how web-related services (load balancers, high availability solutions, web servers, databases, caching daemons, etc.) work.&lt;\/li&gt;\n&lt;li&gt;Proficiency in information systems concepts, system administration, and cloud platforms.&lt;\/li&gt;\n&lt;li&gt;Proficiency with some or all of: NGINX, Docker, PHP, Golang, LUA, MySQL, ELK.&lt;\/li&gt;\n&lt;li&gt;Working knowledge of network technologies such as: TCP\/IP stack, IPv6, DNS, Anycast, firewalls (iptables), and TLS.&lt;\/li&gt;\n&lt;li&gt;A passion for open source software.&lt;\/li&gt;\n&lt;li style=&quot;font-weight: 400;&quot;&gt;&lt;span style=&quot;font-weight: 400;&quot;&gt;A &lt;\/span&gt;&lt;a href=&quot;https:\/\/automattic.com\/creed\/never-stop-learning\/&quot;&gt;&lt;span style=&quot;font-weight: 400;&quot;&gt;willingness to learn&lt;\/span&gt;&lt;\/a&gt;&lt;span style=&quot;font-weight: 400;&quot;&gt;!&lt;\/span&gt;&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;Bonus points if you can guess what each dot represents on the map below and tell us the methodology you used to figure it out.&lt;br&gt;&lt;a href=&quot;https:\/\/automattic.wordpress.com\/?page_id=237636&amp;amp;preview=true&quot;&gt;&lt;span class=&quot;s1&quot;&gt;http:\/\/automattic.com\/automattic-data-centers&lt;\/span&gt;&lt;\/a&gt;&lt;\/p&gt;\n&lt;p&gt;Curious who works in engineering at Automattic?&amp;nbsp;&lt;a href=&quot;https:\/\/www.youtube.com\/watch?list=PLQFhxUeNFfdLVtK-tsuAZbDa4a-LqFZlx&amp;amp;v=jyhYkuuzL_0&quot; target=&quot;_blank&quot;&gt;Meet our Code Wranglers&lt;\/a&gt; Brandon, Jeremy, Mark, Jennifer, Roy and Kat at &lt;a href=&quot;https:\/\/youtu.be\/jyhYkuuzL_0&quot; target=&quot;_blank&quot;&gt;https:\/\/youtu.be\/jyhYkuuzL_0 &lt;\/a&gt;! These are exciting times at WordPress VIP and you\u2019ll have a unique opportunity to shape the future of our platform. &lt;a href=&quot;https:\/\/boards.greenhouse.io\/wordpressvip\/jobs\/2160689#app&quot;&gt;Join us!&lt;\/a&gt; We look forward to hearing from you.&lt;\/p&gt;\n&lt;p&gt;If you have some time and want to learn more about how we do things, watch this &lt;a href=&quot;https:\/\/www.youtube.com\/embed\/cs0DcY80spw&quot; target=&quot;_blank&quot;&gt;ScaleConf video&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Benefits:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Open vacation policy (no set number of days per year). We encourage all employees to take the time they need for vacation, to pursue their own interests, to stay healthy, and to spend time with friends and family.&lt;\/li&gt;\n&lt;li&gt;Home office setup and coworking allowances. Working from a coffee shop? You can use your coworking allowance for the requisite latte!&lt;\/li&gt;\n&lt;li&gt;We happily provide or reimburse hardware and software you\u2019ll need, as well as books or conferences that promote continued learning.&lt;\/li&gt;\n&lt;li&gt;Company-sponsored life insurance.&lt;\/li&gt;\n&lt;li&gt;Open parental leave (includes maternity, paternity, and adoption). If you\u2019ve been with us for 12 months, your leave is fully paid.&lt;\/li&gt;\n&lt;li&gt;Paid two to three-month sabbatical encouraged every five years.&lt;\/li&gt;\n&lt;li&gt;A spiffy set of wireless headphones at your seven-year anniversary.&lt;\/li&gt;\n&lt;li&gt;We cover all costs of company travel, so dust off that passport! Your team will get together one to three times per year in locations around the globe.&amp;nbsp;&lt;\/li&gt;\n&lt;li&gt;Other benefits are country-specific, and include health, vision, and dental insurance; matching retirement\/pension contributions; childcare vouchers; income protection; travel insurance; and discount offers.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;What to Expect&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;We know applying to jobs can be stressful and we want to ease the stress by giving clear expectations up front about what to expect from our process. We\u2019ve outlined &lt;a href=&quot;https:\/\/automattic.com\/work-with-us\/how-we-hire-developers\/&quot; target=&quot;_blank&quot;&gt;everything you need to know here&lt;\/a&gt;&amp;nbsp;including all of the steps in the process as well as how we approach hiring. We\u2019re always iterating so if you happen to join us in the process, please feel free to offer feedback on what else we can include there!&lt;\/p&gt;\n&lt;p class=&quot;p1&quot;&gt;&lt;strong&gt;Salary range: $120,000-$180,000 USD&lt;\/strong&gt;. Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p class=&quot;p1&quot;&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;\/p&gt;\n&lt;p class=&quot;p1&quot;&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":"<p><a href=\"https:\/\/automattic.wordpress.com\/?page_id=237636&amp;preview=true\"><span class=\"s1\">http:\/\/automattic.com\/automattic-data-centers<\/span><\/a><\/p>","label":"Have a look at the map at the link below. Can you guess what each dot represents on the map, and tell us the methodology you used to figure it out?","required":true,"fields":[{"name":"question_50392067","type":"textarea","values":[]}]},{"description":null,"label":"Bonus points if you can guess which city each color represents on the map above.","required":false,"fields":[{"name":"question_50392068","type":"textarea","values":[]}]},{"description":null,"label":"Tell us more about the largest public-facing infrastructure you have managed and what was your role in it?","required":true,"fields":[{"name":"question_50392069","type":"textarea","values":[]}]},{"description":null,"label":"Tell us about your experience designing and building performant and fault tolerant Kubernetes clusters:","required":true,"fields":[{"name":"question_50392070","type":"textarea","values":[]}]},{"description":null,"label":"What is the scale of a current product you are working on (how many users, interactions, etc.)? How many servers did you manage at once?","required":false,"fields":[{"name":"question_50392071","type":"textarea","values":[]}]},{"description":null,"label":"Tell us about your Nginx, Lua, and\/or OpenRESTY experience:","required":false,"fields":[{"name":"question_50392072","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this position?","required":true,"fields":[{"name":"question_50392073","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":296129744},{"label":"Recruiter","value":296129745},{"label":"WordPress User","value":296129746},{"label":"Systems Billboard","value":296129747},{"label":"I saw this job on LinkedIn","value":296129748},{"label":"Tumblr","value":296129749},{"label":"Open Core Summit","value":296129750},{"label":"Silicon Slopes","value":296129751},{"label":"HTTP Header","value":296129752},{"label":"Women in Product","value":296129753},{"label":"RemotePOC","value":296129754},{"label":"RemoteOK","value":296129755},{"label":"Remote.co\/FlexJobs","value":296129756},{"label":"RemoteWoman","value":296129757},{"label":"Jopwell","value":296129758},{"label":"JOBfindah","value":296129759},{"label":"Blacks in Technology","value":296129760},{"label":"BlackJobs","value":296129761},{"label":"AngelList","value":296129762},{"label":"DynamiteJobs","value":296129763},{"label":"Hubstaff Talent","value":296129764},{"label":"WeWorkRemotely","value":296129765},{"label":"Working Nomads","value":296129766},{"label":"StackOverflow","value":296129767},{"label":"Monster","value":296129768},{"label":"Indeed","value":296129769},{"label":"Glassdoor","value":296129770},{"label":"Google","value":296129771},{"label":"TikTok","value":296129772},{"label":"YouTube","value":296129773},{"label":"Word of Mouth","value":296129774},{"label":"ZipRecruiter","value":296129775},{"label":"Future Archives Podcast (Design Observer)","value":296129776},{"label":"Interaction Latin America Conference (IxDA)","value":296129777},{"label":"The Muse","value":296129778},{"label":"Other","value":296129779}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_50392074","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_50392075","type":"multi_value_single_select","values":[{"label":"Americas","value":296129780},{"label":"Europe - Africa","value":296129781},{"label":"Asia - Pacific","value":296129782}]}]},{"description":null,"label":"If you have a public GitHub username, can you tell us what it is?","required":false,"fields":[{"name":"question_50392076","type":"input_text","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile?","required":false,"fields":[{"name":"question_50392077","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249527","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249528","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/systems-engineer-wordpress-vip\/"},{"id":6458591,"internal_job_id":2704888,"title":"Technical Account Manager - Automattic Special Projects Team","slug":"technical-account-manager-automattic-special-projects-team","metadata":{"Featured":null,"Category":["Customer Success"],"Team":["Automattic"],"Category (DD)":["Customer Success"],"Team (DD)":["Automattic"]},"openings":1,"content":"&lt;p&gt;As a Technical Account Manager (TAM) on the &lt;a href=&quot;https:\/\/automattic.com\/&quot;&gt;Automattic&lt;\/a&gt; Special Projects team, your primary responsibility is ensuring partners have an excellent experience with &lt;a href=&quot;https:\/\/wordpress.org\/&quot;&gt;WordPress&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/about\/&quot;&gt;Automattic products&lt;\/a&gt;\u2014 from initial partner onboarding through the entire support and maintenance lifecycle of a site. This involves close collaboration with our partners, designers, and developers to actualize partner requests, while also providing valuable feedback for product improvement to Automattic&#39;s teams.&lt;\/p&gt;\n&lt;p&gt;Some of your responsibilities will include:&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Working closely with our partners to resolve their incoming requests with high precision.&lt;\/li&gt;\n&lt;li&gt;Managing and tracking partner requests that involve support from designers and developers, ensuring all requirements are outlined accurately and resolutions are timely.&lt;\/li&gt;\n&lt;li&gt;Diving into WordPress and WooCommerce configurations, setup, and site building.&lt;\/li&gt;\n&lt;li&gt;Handling site migrations and basic DNS configuration.&lt;\/li&gt;\n&lt;li&gt;Communicating effectively and proactively with our partners to ensure all their site needs are being met.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Responsibilities:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Helping our partners use Automattic\u2019s products\u2014particularly WordPress, &lt;a href=&quot;http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, and &lt;a href=&quot;https:\/\/senseilms.com\/&quot;&gt;Sensei LMS&lt;\/a&gt;.&lt;\/li&gt;\n&lt;li&gt;Troubleshooting, investigating, and writing detailed GitHub Issues.&lt;\/li&gt;\n&lt;li&gt;Sharing knowledge, tools, and tips to help team members.&lt;\/li&gt;\n&lt;li&gt;Cultivating strong relationships with our partners to understand their business\/operational needs and how Automattic\u2019s products can meet those needs.&lt;\/li&gt;\n&lt;li&gt;Communicating clearly and effectively to a diverse set of partners with varying levels of technical aptitude.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Requirements:&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;An advanced level of WordPress admin expertise, including:&lt;\/li&gt;\n&lt;ul&gt;\n&lt;li&gt;Experience designing, publishing, and debugging content using the WordPress Block Editor.&lt;\/li&gt;\n&lt;li&gt;Understanding how a website makes use of Posts, Pages, and Custom Post Types.&lt;\/li&gt;\n&lt;li&gt;Ability to identify which themes and plugins are active on a site, and what they are responsible for.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;li&gt;Excellent English writing and communication skills, with an aptitude for taking technical language and making it understandable.&lt;\/li&gt;\n&lt;li&gt;Ability to triage requests, escalating needs outside the skillset\/scope of the role to other team members.&lt;\/li&gt;\n&lt;li&gt;Comfortable creating structure in ambiguous situations and pursuing a clear path forward.&lt;\/li&gt;\n&lt;li&gt;Effective problem solving, conflict resolution, and context-switching.&lt;\/li&gt;\n&lt;li&gt;Distilling goals and wishlists into concrete next steps.&lt;\/li&gt;\n&lt;li&gt;Remaining undaunted by managing risks in high-stakes situations.&lt;\/li&gt;\n&lt;li&gt;An eye for detail, and an innate desire to close out all items on a project checklist.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;We are currently prioritizing candidates who work during typical business hours in the Pacific time zone (approximately 16:00 to 02:00 UTC).&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $85,000-$130,000 USD.&lt;\/strong&gt;&amp;nbsp; Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"Describe how you stay organized managing multiple fast-paced projects at the same time.","required":true,"fields":[{"name":"question_52525504","type":"textarea","values":[]}]},{"description":null,"label":"A client emails you to say their \u201csite is down\u201d. How would you go about finding and diagnosing the issue?","required":true,"fields":[{"name":"question_52525505","type":"textarea","values":[]}]},{"description":null,"label":"Think back to the last time you had remarkable service as a customer. What was it that made the service remarkable to you?","required":true,"fields":[{"name":"question_52525506","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_52525305","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":331396219},{"label":"Recruiter","value":331396220},{"label":"WordPress User","value":331396221},{"label":"Systems Billboard","value":331396222},{"label":"I saw this job on LinkedIn","value":331396224},{"label":"Tumblr","value":331396225},{"label":"Open Core Summit","value":331396227},{"label":"Silicon Slopes","value":331396228},{"label":"HTTP Header","value":331396229},{"label":"PowerToFly","value":331396231},{"label":"Women in Product","value":331396230},{"label":"RemotePOC","value":331396232},{"label":"RemoteOK","value":331396233},{"label":"Remote.co\/FlexJobs","value":331396234},{"label":"RemoteWoman","value":331396235},{"label":"Jopwell","value":331396236},{"label":"JOBfindah","value":331396238},{"label":"Blacks in Technology","value":331396239},{"label":"BlackJobs","value":331396240},{"label":"AngelList","value":331396241},{"label":"DynamiteJobs","value":331396243},{"label":"Hubstaff Talent","value":331396244},{"label":"WeWorkRemotely","value":331396245},{"label":"Working Nomads","value":331396246},{"label":"StackOverflow","value":331396247},{"label":"Monster","value":331396248},{"label":"Indeed","value":331396249},{"label":"Glassdoor","value":331396250},{"label":"Google","value":331396251},{"label":"TikTok","value":331396252},{"label":"YouTube","value":331396253},{"label":"Word of Mouth","value":331396254},{"label":"ZipRecruiter","value":331396255},{"label":"Future Archives Podcast (Design Observer)","value":331396256},{"label":"Interaction Latin America Conference (IxDA)","value":331396257},{"label":"The Muse","value":331396258},{"label":"Other","value":331396259}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_52525306","type":"input_text","values":[]}]},{"description":null,"label":"What region of the world do you live in?","required":true,"fields":[{"name":"question_52525307","type":"multi_value_single_select","values":[{"label":"Americas","value":331396260},{"label":"Europe - Africa","value":331396261},{"label":"Asia - Pacific","value":331396262}]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_52525308","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_52525309","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_52525310","type":"input_text","values":[]}]}],"location_questions":[],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/technical-account-manager-automattic-special-projects-team\/"},{"id":5980233,"internal_job_id":626308,"title":"Senior Systems Engineer","slug":"senior-systems-engineer","metadata":{"Featured":"0.0","Category":["Infrastructure"],"Team":["Systems"],"Category (DD)":["Infrastructure"],"Team (DD)":["Systems"]},"openings":1,"content":"&lt;p&gt;Automattic, the tech powerhouse behind &lt;a href=&quot;https:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;http:\/\/www.tumblr.com&quot;&gt;Tumblr&lt;\/a&gt;, and &lt;a href=&quot;https:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, is looking for the world\u2019s best systems engineers. On our Systems team, you\u2019ll deliver high availability, performance, and security for tens of billions of page views and over a billion web surfers each month\u2014from &lt;a href=&quot;https:\/\/automattic.com\/automattic-data-centers\/&quot;&gt;30 private data centers&lt;\/a&gt; in 30 locations on 6 continents. Help us develop, build, and maintain a leading global infrastructure and share our learnings with the world.&lt;\/p&gt;\n&lt;p&gt;As part of a small and vertically integrated team responsible for a huge setup, you\u2019ll have a unique opportunity to participate in all aspects of the management of our infrastructure, including:&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Maximizing the availability and uptime of all services through proactive planning, sound architectural decisions, automation and rapid response to failures;&lt;\/li&gt;\n&lt;li&gt;Making Automattic services as fast as possible for our users through optimization of server-side and client-side interactions, and work with 3rd party services where necessary;&lt;\/li&gt;\n&lt;li&gt;Ensuring our services are safe and secure for both our users and employees through a combination of proactive monitoring and enforcement, real-time response, and maintaining data integrity\/backups to allow recovery from disasters;&lt;\/li&gt;\n&lt;li&gt;Removing as much friction as possible between Automattic developers and their goal of shipping software. When there are questions, we provide answers\u2014usually in a matter of minutes, sometimes seconds;&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;Here&#39;s a real-time traffic map. Each color represents an Automattic data center:&lt;a href=&quot;https:\/\/automattic.wordpress.com\/?page_id=237636&amp;amp;preview=true&quot;&gt; http:\/\/automattic.com\/automattic-data-centers&lt;\/a&gt;&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;The Systems Engineer position might be a good fit if you:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Have maintained large Nginx setups with advanced routing configuration, load balancing, reliable performance and high availability;&lt;\/li&gt;\n&lt;li&gt;Have run very large MySQL\/MariaDB deployments while maintaining an unparalleled level of performance, uptime and data integrity;&lt;\/li&gt;\n&lt;li&gt;Have experience running and debugging PHP applications at scale;&lt;\/li&gt;\n&lt;li&gt;Understand the relationship of these services with the lower level systems stacks - filesystems, network, memory management, kernel internals, etc;&lt;\/li&gt;\n&lt;li&gt;Have deep operational and maintenance experience with very large and complex public facing web hosting systems;&lt;\/li&gt;\n&lt;li&gt;Can autonomously architect, prototype, and maintain solutions to different problems and hosting requirements;&lt;\/li&gt;\n&lt;li&gt;Possess extreme attention to detail and strive for unparalleled operational excellence;&lt;\/li&gt;\n&lt;li&gt;Are open and available for a 2-3 week post-COVID travel per year to meet up with your teammates in person.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Want to know more about how we do things? Watch:&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;&amp;nbsp;&lt;a href=&quot;https:\/\/www.youtube.com\/watch?v=cs0DcY80spw&quot;&gt;&lt;iframe src=&quot;https:\/\/www.youtube.com\/embed\/zRuLsGtDgCA&quot; width=&quot;560&quot; height=&quot;314&quot;&gt;&lt;\/iframe&gt;&lt;br&gt;&lt;br&gt;&lt;\/a&gt;We are looking to expand our team and aim to reflect and expand on the diversity of Automatticians currently working with us. At Automattic, we value diversity and know that different perspectives will ensure our team is innovative and creative thinking.&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $120,000-$180,000+ USD. &lt;\/strong&gt;Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;\/p&gt;\n&lt;p&gt;We\u2019re pleased to offer a straightforward, competitive base salary, providing financial clarity without complex variable components. This isn\u2019t your typical work-from-home job: we are a fully-remote company with an open vacation policy. To see a full list of benefits by country, consult our&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about &lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-Remote&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":"<p><a href=\"http:\/\/automattic.com\/automattic-data-centers\/\">http:\/\/automattic.com\/automattic-data-centers\/<\/a><\/p>","label":"Have a look at the map at the link below. Can you guess what each dot represents on the map, and tell us the methodology you used to figure it out?","required":true,"fields":[{"name":"question_48064622","type":"textarea","values":[]}]},{"description":null,"label":"Tell us more about the largest public-facing infrastructure you have managed and what was your role in it?","required":true,"fields":[{"name":"question_48064623","type":"textarea","values":[]}]},{"description":null,"label":"How did you hear about this position?","required":true,"fields":[{"name":"question_48064624","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":248163380},{"label":"Recruiter","value":248163381},{"label":"WordPress User","value":248163382},{"label":"Systems Billboard","value":248163383},{"label":"I saw this job on LinkedIn","value":248163384},{"label":"Tumblr","value":248163385},{"label":"Open Core Summit","value":248163386},{"label":"Silicon Slopes","value":248163387},{"label":"HTTP Header","value":248163388},{"label":"Women in Product","value":248163389},{"label":"RemotePOC","value":248163390},{"label":"RemoteOK","value":248163391},{"label":"Remote.co\/FlexJobs","value":248163392},{"label":"RemoteWoman","value":248163393},{"label":"Jopwell","value":248163394},{"label":"JOBfindah","value":248163395},{"label":"Blacks in Technology","value":248163396},{"label":"BlackJobs","value":248163397},{"label":"AngelList","value":248163398},{"label":"DynamiteJobs","value":248163399},{"label":"Hubstaff Talent","value":248163400},{"label":"WeWorkRemotely","value":248163401},{"label":"Working Nomads","value":248163402},{"label":"StackOverflow","value":248163403},{"label":"Monster","value":248163404},{"label":"Indeed","value":248163405},{"label":"Glassdoor","value":248163406},{"label":"Google","value":248163407},{"label":"TikTok","value":248163408},{"label":"YouTube","value":248163409},{"label":"Word of Mouth","value":248163410},{"label":"ZipRecruiter","value":248163411},{"label":"Future Archives Podcast (Design Observer)","value":248163412},{"label":"Interaction Latin America Conference (IxDA)","value":248163413},{"label":"The Muse","value":248163414},{"label":"Other","value":248163415}]}]},{"description":null,"label":"If you selected \"Automattic Employee\" or \"Other\" above, can you tell us more?","required":false,"fields":[{"name":"question_48064625","type":"input_text","values":[]}]},{"description":null,"label":"If you have a public GitHub username, can you tell us what it is?","required":false,"fields":[{"name":"question_48064626","type":"input_text","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51367640","type":"input_text","values":[]}]},{"description":"<p><a class=\"c-link\" href=\"https:\/\/automattic.com\/compensation\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/automattic.com\/compensation\/\" data-sk=\"tooltip_parent\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51249547","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51249548","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/senior-systems-engineer\/"},{"id":6381135,"internal_job_id":2997247,"title":"Account Executive, Public Sector","slug":"account-executive-public-sector","metadata":{"Featured":"0.0","Category":["Sales"],"Team":["WordPress VIP"],"Category (DD)":["Sales"],"Team (DD)":["WordPress VIP"]},"openings":1,"content":"&lt;p&gt;&lt;a href=&quot;https:\/\/wpvip.com\/?utm_source=adwords&amp;amp;utm_medium=cpc&amp;amp;keyword=wordpress%20vip&amp;amp;creative=655740592947&amp;amp;campaignid=20013986353&amp;amp;adgroupid=151284858474&amp;amp;matchtype=e&amp;amp;device=c&amp;amp;network=g&amp;amp;gad=1&amp;amp;gclid=Cj0KCQjw8NilBhDOARIsAHzpbLC6M_9KA-bYOPjv0w_QGTZ9bcU4BkhbYXcjgOCfds_-9IpDP2bGLmUaArDYEALw_wcB&quot;&gt;WordPress VIP&lt;\/a&gt; is the world\u2019s leading enterprise content management platform. We help the world&#39;s largest companies (including Meta, Salesforce, and Disney) create innovative digital experiences with WordPress. As one of the fastest-growing areas of Automattic, with recent FedRAMP certification, WordPress VIP (WPVIP) is expanding its reach into the public sector.&lt;\/p&gt;\n&lt;h3&gt;About the role:&lt;\/h3&gt;\n&lt;p&gt;Your style is to listen and learn from prospects, positioning WordPress VIP as the best Content Management System for public sector organizations. You don\u2019t sit and wait for leads to come to you. Instead, you research the market, identify opportunities within specific government agencies and public sector verticals, and design a sales strategy that is both high-touch and creative, thereby helping to create the best possible positioning to develop new business for WordPress VIP.&lt;\/p&gt;\n&lt;p&gt;You view government agencies and public sector organizations as critical parts of society, and you can see how WordPress VIP and Automattic can help them along their journeys. You pride yourself in establishing long-term relationships and doing what\u2019s best for the customer. You enjoy telling stories, doing demos, giving \u201cthe pitch,\u201d and are comfortable talking to CIOs, CTOs, and other high-level government officials.&lt;\/p&gt;\n&lt;p&gt;Our Public Sector team is small and agile, requiring team members to be highly hands-on and versatile. You\u2019ll work closely with SDRs and have full leverage of our Marketing teams to create compelling outreach and content, but you\u2019ll also be generating your own leads alongside that. You should be ready to dive deep into the details, including writing and understanding complex paperwork and RFPs.&lt;\/p&gt;\n&lt;h3&gt;&lt;strong&gt;Responsibilities:&amp;nbsp;&lt;\/strong&gt;&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;Drive significant revenue growth by securing new public sector clients and expanding existing government accounts.&lt;\/li&gt;\n&lt;li&gt;Establish and nurture strategic relationships with high-level government officials that position our company as a critical technology partner.&lt;\/li&gt;\n&lt;li&gt;Successfully manage both transactional deals and large multimillion-dollar opportunities within the constraints of government procurement processes.&lt;\/li&gt;\n&lt;li&gt;Develop strategies to increase visibility and create opportunities within the public sector market.&lt;\/li&gt;\n&lt;li&gt;Maintain accurate sales forecasts and pipeline information, and drive strategic improvement of forecasting processes in the public sector market.&lt;\/li&gt;\n&lt;li&gt;Develop and execute innovative, public sector-specific sales strategies that accelerate market penetration in government agencies.&lt;\/li&gt;\n&lt;li&gt;Actively engage in pipeline generation activities, including regular outbound prospecting to government organizations.&lt;\/li&gt;\n&lt;li&gt;Enhance the product offering by providing valuable customer insights to inform our solution roadmap.&lt;\/li&gt;\n&lt;li&gt;Elevate WordPress VIP\u2019s brand and reputation in the government enterprise SaaS space through high-impact engagements.&lt;\/li&gt;\n&lt;li&gt;Contribute to a high-performing sales culture by sharing best practices and mentoring team members.&lt;\/li&gt;\n&lt;li&gt;Prepare and review complex government paperwork, including RFPs, ensuring compliance and competitiveness.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;h3&gt;Requirements:&amp;nbsp;&lt;\/h3&gt;\n&lt;ul&gt;\n&lt;li&gt;7+ years of enterprise software sales experience, preferably in SaaS or CMS-related technologies.&lt;\/li&gt;\n&lt;li&gt;5+ years selling to US Federal Government Civilian and\/or DoD Agencies.&lt;\/li&gt;\n&lt;li&gt;Demonstrated ability to consistently meet or exceed sales quotas.&lt;\/li&gt;\n&lt;li&gt;Strong understanding of SaaS and enterprise software and IT landscapes. Content management systems experience is a plus.&lt;\/li&gt;\n&lt;li&gt;Excellent communication, presentation, and negotiation skills.&lt;\/li&gt;\n&lt;li&gt;Proven experience in solutions-based selling and closing enterprise-level deals with government agencies.&lt;\/li&gt;\n&lt;li&gt;Ability to establish and maintain long-term customer relationships.&lt;\/li&gt;\n&lt;li&gt;Experience in managing and growing business within named accounts and verticals.&lt;\/li&gt;\n&lt;li&gt;Comfortable working with executive-level government prospects, negotiating terms, and reviewing contracts within public sector constraints.&lt;\/li&gt;\n&lt;li&gt;Extensive knowledge of government procurement processes, contract vehicles, and compliance requirements.&lt;\/li&gt;\n&lt;li&gt;Proven ability to identify and leverage appropriate procurement vehicles to create substantial market opportunities.&lt;\/li&gt;\n&lt;li&gt;Proficiency in writing, understanding, and responding to complex government paperwork and RFPs.&lt;\/li&gt;\n&lt;li&gt;Strong attention to detail and ability to manage complex, lengthy sales cycles typical in government procurement.&lt;\/li&gt;\n&lt;li&gt;Self-motivated with a drive to achieve revenue and growth targets, both individually and as part of the company.&lt;\/li&gt;\n&lt;\/ul&gt;\n&lt;p&gt;&lt;strong&gt;Location:&amp;nbsp;&lt;\/strong&gt;Remote (North American Time Zone)&lt;\/p&gt;\n&lt;p&gt;&lt;strong&gt;Salary range: $95,000-$160,000 USD, plus variable compensation&lt;\/strong&gt; \u2013 Please note that salary ranges are global, regardless of location, and we pay in local currency.&lt;\/p&gt;\n&lt;p&gt;We are searching for high-caliber candidates with the skills and qualities to have a net positive for Automattic. Pay will reflect the potential contribution and the impact you can bring, which may, in some cases, go beyond the range stated for the right candidate.&lt;\/p&gt;\n&lt;p&gt;This isn\u2019t your typical work-from-home job\u2014we are a fully-remote company with an open vacation policy. Read more about our&lt;a href=&quot;https:\/\/automattic.com\/compensation\/&quot;&gt; compensation philosophy.&lt;\/a&gt; To see a full list of benefits by country, consult our &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;Benefits Page&lt;\/a&gt;. And check out these links to learn more about&amp;nbsp;&lt;a href=&quot;https:\/\/automattic.com\/how-we-hire\/&quot;&gt;How We Hire&lt;\/a&gt; and &lt;a href=&quot;https:\/\/automattic.com\/expectations\/&quot;&gt;What We Expect from Ourselves&lt;\/a&gt;. &lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;#LI-DNI&lt;\/span&gt;&lt;\/p&gt;&lt;div class=&quot;content-conclusion&quot;&gt;&lt;p&gt;&lt;strong&gt;About Automattic&lt;\/strong&gt;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;We\u2019re the people behind &lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt;WordPress.com&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/woocommerce.com\/&quot;&gt;WooCommerce&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.tumblr.com\/&quot;&gt;Tumblr&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/simplenote.com\/&quot;&gt;Simplenote&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/jetpack.com\/&quot;&gt;Jetpack&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?http:\/\/longreads.com\/&quot;&gt;Longreads&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/dayoneapp.com\/&quot;&gt;Day One&lt;\/a&gt;, &lt;a href=&quot;https:\/\/href.li\/?https:\/\/www.pocketcasts.com\/&quot;&gt;PocketCasts&lt;\/a&gt;, and more. We believe in making the web a better place.&lt;\/p&gt;\n&lt;p&gt;We\u2019re a distributed company with more than 1700 Automatticians in nearly every corner of the globe, speaking over a hundred different languages. Enriched by this diversity, we\u2019re united by a singular mission: to democratize publishing, commerce, and messaging so anyone with a story can tell it, anyone with a product can sell it, and everyone can manage their communications from a single source. In short, we help maintain a balance in society, creating and continually refining powerful tools people can use to compete fairly\u2014regardless of income, gender, politics, language, or where they live in the world.&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/github.com\/Automattic&quot;&gt;We believe in Open Source&lt;\/a&gt;, and the vast majority of our work is available under the &lt;a href=&quot;https:\/\/en.wikipedia.org\/wiki\/GNU_General_Public_License&quot;&gt;GPL&lt;\/a&gt;. Automattic is a &lt;a href=&quot;https:\/\/mostlovedworkplace.com\/companies\/automattic-inc\/&quot;&gt;Most Loved Company&lt;\/a&gt; and &lt;a href=&quot;https:\/\/disabilityconfident.campaign.gov.uk\/&quot;&gt;Disability Confident Committed&lt;\/a&gt;. (&lt;a href=&quot;https:\/\/happinessengineer.blog\/2022\/09\/08\/happiness-for-everyone-working-with-a-disability-at-automattic\/&quot;&gt;Here\u2019s what that might mean for you&lt;\/a&gt;.) Learn more about our dedication to &lt;a href=&quot;https:\/\/href.li\/?https:\/\/automattic.com\/diversity-and-inclusion\/&quot;&gt;diversity, equity, and inclusion&lt;\/a&gt; and our &lt;a href=&quot;https:\/\/automattic.com\/automattician-resource-groups\/&quot;&gt;Employee Resource Groups&lt;\/a&gt;.&lt;\/p&gt;\n&lt;p&gt;If you need disability-related accommodations during the application or interview process, please &lt;a href=&quot;https:\/\/automattic.com\/disability-related-accommodation-request\/&quot; target=&quot;_blank&quot;&gt;fill out this form&lt;\/a&gt;. We are committed to ensuring an accessible hiring process for all candidates.&lt;\/p&gt;\n&lt;p&gt;&lt;em&gt;All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.&lt;\/em&gt;&lt;\/p&gt;&lt;\/div&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":true,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":null,"label":"Cover Letter","required":false,"fields":[{"name":"cover_letter","type":"input_file","values":[]},{"name":"cover_letter_text","type":"textarea","values":[]}]},{"description":null,"label":"How much experience do you have selling directly to the U.S. federal government and\/or state or local governments?","required":true,"fields":[{"name":"question_51764212","type":"multi_value_single_select","values":[{"label":"0-3 years","value":318230125},{"label":"4-6 years","value":318335392},{"label":"7+ years","value":318335393}]}]},{"description":null,"label":"In the last two years, which government agencies have you primarily sold to?\n","required":true,"fields":[{"name":"question_51764139","type":"textarea","values":[]}]},{"description":null,"label":"Do you have a LinkedIn profile? If so, please provide a link.\n","required":false,"fields":[{"name":"question_51768927","type":"input_text","values":[]}]},{"description":null,"label":"How did you hear about this role?","required":true,"fields":[{"name":"question_51768928","type":"multi_value_single_select","values":[{"label":"Automattic Employee","value":318335444},{"label":"Recruiter","value":318335445},{"label":"WordPress User","value":318335446},{"label":"Systems Billboard","value":318335447},{"label":"I saw this job on LinkedIn","value":318335449},{"label":"Tumblr","value":318335450},{"label":"Open Core Summit","value":318335452},{"label":"Silicon Slopes","value":318335453},{"label":"HTTP Header","value":318335454},{"label":"PowerToFly","value":318335456},{"label":"Women in Product","value":318335455},{"label":"RemotePOC","value":318335457},{"label":"RemoteOK","value":318335458},{"label":"Remote.co\/FlexJobs","value":318335459},{"label":"RemoteWoman","value":318335460},{"label":"Jopwell","value":318335461},{"label":"JOBfindah","value":318335463},{"label":"Blacks in Technology","value":318335464},{"label":"BlackJobs","value":318335465},{"label":"AngelList","value":318335466},{"label":"DynamiteJobs","value":318335468},{"label":"Hubstaff Talent","value":318335469},{"label":"WeWorkRemotely","value":318335470},{"label":"Working Nomads","value":318335471},{"label":"StackOverflow","value":318335472},{"label":"Monster","value":318335473},{"label":"Indeed","value":318335474},{"label":"Glassdoor","value":318335475},{"label":"Google","value":318335476},{"label":"TikTok","value":318335477},{"label":"YouTube","value":318335478},{"label":"Word of Mouth","value":318335479},{"label":"ZipRecruiter","value":318335480},{"label":"Future Archives Podcast (Design Observer)","value":318335481},{"label":"Interaction Latin America Conference (IxDA)","value":318335482},{"label":"The Muse","value":318335483},{"label":"Other","value":318335484}]}]},{"description":"<p><a href=\"https:\/\/automattic.com\/compensation\/\">Read more about our compensation philosophy here.<\/a><\/p>","label":"Have you reviewed the compensation details (salary range) provided in the job description above?\n","required":true,"fields":[{"name":"question_51768930","type":"multi_value_single_select","values":[{"label":"Yes","value":1},{"label":"No","value":0}]}]},{"description":null,"label":"Please indicate your salary expectation for this role.","required":true,"fields":[{"name":"question_51768931","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"job","href":"https:\/\/automattic.com\/work-with-us\/job\/account-executive-public-sector\/"},{"id":6251601,"internal_job_id":2961736,"title":"Join Automattic\u2019s Extraordinary Talent Community","slug":"join-automattics-extraordinary-talent-community","metadata":{"Featured":"0.0","Category":["Other"],"Team":[],"Category (DD)":null,"Team (DD)":null},"openings":1,"content":"&lt;p&gt;&lt;strong&gt;Can\u2019t see a role that fits your profile? - Join Automattic\u2019s Extraordinary Talent Community&lt;\/strong&gt;&lt;\/p&gt;\n&lt;p&gt;Welcome! And thanks for checking out Automattic. We\u2019re the people behind&lt;a href=&quot;http:\/\/wordpress.com\/&quot;&gt; WordPress.com&lt;\/a&gt;,&lt;a href=&quot;http:\/\/woocommerce.com\/&quot;&gt; WooCommerce&lt;\/a&gt;,&lt;a href=&quot;https:\/\/www.tumblr.com\/&quot;&gt; Tumblr&lt;\/a&gt;,&lt;a href=&quot;http:\/\/simplenote.com\/&quot;&gt; Simplenote&lt;\/a&gt;,&lt;a href=&quot;http:\/\/jetpack.com\/&quot;&gt; Jetpack&lt;\/a&gt;,&lt;a href=&quot;http:\/\/longreads.com\/&quot;&gt; Longreads&lt;\/a&gt;,&lt;a href=&quot;https:\/\/dayoneapp.com\/&quot;&gt; Day One&lt;\/a&gt;,&lt;a href=&quot;https:\/\/www.pocketcasts.com\/&quot;&gt; PocketCasts&lt;\/a&gt;, and more. We\u2019re a distributed company with more than 1900 Automatticians in 96 countries speaking 120+ different languages. We democratize publishing and commerce so anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or country.&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;&lt;a href=&quot;https:\/\/officetoday.wordpress.com\/&quot;&gt;We love working from places&lt;\/a&gt; around the world and do our best work whilst still maintaining an atmosphere where work-life balance is truly valued. Our &lt;a href=&quot;https:\/\/automattic.com\/how-we-work\/&quot;&gt;culture and operating system&lt;\/a&gt; also enable us to communicate and collaborate effectively both synchronously and asynchronously as a global team. We nurture and develop Automatticians (as our employees call themselves) throughout their career journeys here, and work hard to ensure that our people have competitive &lt;a href=&quot;https:\/\/automattic.com\/benefits\/&quot;&gt;benefits&lt;\/a&gt;.&amp;nbsp;&amp;nbsp;&lt;\/p&gt;\n&lt;p&gt;Are you one of these special people? If so, we invite you to tell us your story by expressing your interest using the form below. We read every submission and consider each one seriously. (That said, remember that you haven\u2019t applied for a specific open role, so you should not expect a reply.) Your profile may be shared across Automattic for consideration in various areas, with different leaders in the business, and potentially with Automattic\u2019s CEO, Matt Mullenweg. Thanks for reading so far, and good luck! &amp;nbsp;&lt;\/p&gt;","questions":[{"description":null,"label":"First Name","required":true,"fields":[{"name":"first_name","type":"input_text","values":[]}]},{"description":null,"label":"Last Name","required":true,"fields":[{"name":"last_name","type":"input_text","values":[]}]},{"description":null,"label":"Email","required":true,"fields":[{"name":"email","type":"input_text","values":[]}]},{"description":null,"label":"Phone","required":false,"fields":[{"name":"phone","type":"input_text","values":[]}]},{"description":null,"label":"Resume\/CV","required":false,"fields":[{"name":"resume","type":"input_file","values":[]},{"name":"resume_text","type":"textarea","values":[]}]},{"description":"<p>We&rsquo;d love to understand your areas of expertise and whether this could be a match for Automattic.&nbsp;<\/p>","label":"What would you like to tell us about yourself and your experience? \n","required":true,"fields":[{"name":"question_50600520","type":"textarea","values":[]}]},{"description":null,"label":"What kind of work would you be interested in doing in general? \n","required":true,"fields":[{"name":"question_50600522","type":"textarea","values":[]}]},{"description":null,"label":"What\u2019s something you are deeply passionate about and why? \n","required":true,"fields":[{"name":"question_50600523","type":"textarea","values":[]}]},{"description":null,"label":"What would you say are your unique qualities and abilities? \n","required":true,"fields":[{"name":"question_50600524","type":"textarea","values":[]}]},{"description":null,"label":"If you had the chance to perform any role at A8C, what would you ideally like to do? Tell us in detail what you think the impact of that work could be. ","required":true,"fields":[{"name":"question_50600525","type":"textarea","values":[]}]},{"description":null,"label":"LinkedIn Profile","required":false,"fields":[{"name":"question_50600526","type":"input_text","values":[]}]}],"location_questions":[{"description":null,"label":"Longitude","required":true,"fields":[{"name":"longitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Latitude","required":true,"fields":[{"name":"latitude","type":"input_hidden","values":[]}]},{"description":null,"label":"Location","required":true,"fields":[{"name":"location","type":"input_text","values":[]}]}],"type":"interest","href":"https:\/\/automattic.com\/work-with-us\/job\/join-automattics-extraordinary-talent-community\/"}] /* ]]> */ </script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/blocks/build/wwu-positions/view.js?m=1736774468i&amp;ver=2cba59895e88e45af9e7" id="wwu-positions-wwu-positions-view-script-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'54117','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'54117','v':'wpcom','tz':'0','user_id':'0','post':'387642','subd':'automattic'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfYUVGMCYlXUV5b0VaVVEzMjc9eUVyL1FlWzBXJS5DMEpYZUVqRC1tbXZscTRxTjJNK29lXzRTJWRdRU4rfnNrVn5admNhTGxIWG5zbi9DMUNudCY2fjkxWURJK0lTdnZVSFVHUSxWc3RxeFJFaG4/VHV6aWRQWk9tTWpjTFdXYUJzU1lZUl9HLmclTENhWC1MV0osZV12QVhTRE9ZSVs2d0hOaDdGLnhjaVhFUWhpeVAmRDY='}]); _stq.push([ 'clickTrackerInit', '54117', '387642' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script defer id="bilmur" data-customproperties="{&quot;enq_jquery&quot;:&quot;1&quot;,&quot;enq_react&quot;:&quot;1&quot;,&quot;enq_wp-polyfill&quot;:&quot;1&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;a8c\/automattic-2011&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}" data-provider="wordpress.com" data-service="simple" data-site-tz="Etc/GMT-0" data-allow-hidden="true" src="/wp-content/js/bilmur-3-4-combined.min.js?i=12&m=202514"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> <script type="text/javascript"> console.log( 'Ready to wrangle JavaScript? https://automattic.com/work-with-us/' ); var pg = document.location.href; function get_cookie( key ) { var pairs = document.cookie.split( '; ' ); for ( var i = 0, pair; pair = pairs[ i ] && pairs[ i ].split( '=' ); i++ ) { if ( decodeURIComponent( pair[ 0 ] ) === key ) { return decodeURIComponent( pair[ 1 ] ) || ''; } } return null; } function set_cookie( key, value, options = {} ) { if ( typeof options.expires === 'number' ) { var days = options.expires, t = options.expires = new Date(); t.setDate( t.getDate() + days ); } value = String( value ); return ( document.cookie = [ encodeURIComponent( key ), '=', encodeURIComponent( value ), options.expires ? '; expires=' + options.expires.toUTCString() : '', options.path ? '; path=' + options.path : '', options.domain ? '; domain=' + options.domain : '', options.secure ? '; secure' : '' ].join( '' ) ); } if ( pg.indexOf( 'work-with-us' ) != -1 ) { // check on jobs page if ( pg.length > 37 ) { // check if detail page var jvct = get_cookie( 'jvct' ); if ( typeof( jvct ) === "undefined" ) { jvct = 0; } else { jvct = parseInt( jvct ); } if ( isNaN( jvct ) ) { jvct = 0; } jvct = jvct + 1; set_cookie( 'jvct', jvct, { expires: 60, path: '/' } ); if ( jvct > 3 ) { var nudge = '<div class="jobs-notes-back card"><h4>Hey there!</h4><p>We couldn’t help but notice that you’ve visited this page a few times. It looks like you’re really thinking about working here, huh?</p><p>Give it a shot and apply already!</p></div>'; if ( jvct === 1337 ) { nudge = '<div class="jobs-notes-back card"><h4>We saw what you did there!</h4><p>You like poking around in code, huh? Us too — you seem like just the kind of person we’re looking for. Apply already!</p></div>'; } // display card flipper var sidebar = document.querySelector( '.jobsidebar' ); if ( sidebar ) { var wrapped = '<div class="card-container">' + sidebar.outerHTML + '</div>'; sidebar.outerHTML = wrapped; sidebar = document.querySelector( '.jobsidebar' ); var nudgeEl = document.createElement( 'div' ); sidebar.appendChild( nudgeEl ); nudgeEl.outerHTML = nudge; setTimeout( function() { sidebar.classList.toggle( 'flipped' ); }, 1000 ); setInterval( function() { sidebar.classList.toggle( 'flipped' ); }, 20000 ); } var notes = document.querySelector( '.jobs-notes' ); notes && notes.classList.add( 'card' ); } } } // check on Systems Wrangler page if ( pg.indexOf( 'systems-wrangler' ) !== -1 ) { var init = function () { resizeMap(); }; // On page load/ready if ( document.readyState === 'loading' ) { document.addEventListener( 'DOMContentLoaded', init ); } else { init(); } var resizeId; // On resize window.addEventListener( 'resize', function () { clearTimeout( resizeId ); resizeId = setTimeout( resizeMap, 500 ); } ); function resizeMap() { var jobsList = document.querySelector( '.jobs-list' ); var w = jobsList ? jobsList.offsetWidth : 0; var h = Math.round( w / 2 ); var iframe = document.querySelector( '.embed-anycast-map iframe' ); if ( iframe ) { iframe.setAttribute( 'src', 'https://ac-map.automattic.com/?w=' + w.toString() + 'h=' + h.toString() ); iframe.setAttribute( 'width', w ); iframe.setAttribute( 'height', h ); } } } </script> <script type="speculationrules"> { "prerender": [ { "urls": [ "/", "/about/", "/news/", "/work-with-us/" ] } ] } </script> </body> </html> <!-- generated in 0.156 seconds 349984 bytes batcached for 300 seconds -->

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