{"id":35336,"date":"2025-07-16T14:06:20","date_gmt":"2025-07-16T14:06:20","guid":{"rendered":"https:\/\/zonacuriosa.com.br\/?p=35336"},"modified":"2025-07-16T14:06:23","modified_gmt":"2025-07-16T14:06:23","slug":"beneficios-reais-entenda-como-funciona-o-trabalho-no-subway","status":"publish","type":"post","link":"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/","title":{"rendered":"US$1,000 per year and real benefits? Understand what working at Subway is like."},"content":{"rendered":"<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Entering the job market can seem like a complex task, especially for those seeking a balance between effort and stability. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In this sense, fast food chains like Subway continue to be one of the most accessible gateways for those who want an organized routine, consistent income, and direct operational roles.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-aupgS\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/card-9.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Job Vacancies        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Subway        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Order Online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Subway hires an average of US$15,000\/year \u2013 see what&#039;s behind it        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              View Vacancies            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              View Vacancies            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/mysubwaycareer.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/card-9.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Subway hires with an average of US$15,000\/year \u2013 see what\u2026              <\/p>\n              <a href=\"https:\/\/mysubwaycareer.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    View Vacancies                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Competitive salary and straightforward routines: Subway as a starting point!<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>While Subway&#039;s annual revenue is around US$1,400,000, this figure needs to be viewed in context. While other companies require full-time dedication, Subway positions itself with a dynamic more adaptable to modern everyday life.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Additionally, franchises sometimes distribute seasonal bonuses and progressive increases based on performance. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Similarly, schedules tend to follow a rotating pattern, which facilitates predictability in personal and family routines. Meanwhile, staff turnover also favors new internal opportunities.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Low-tech entry opportunity at Subway<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Subway often doesn&#039;t require prior experience for entry-level positions. This represents a significant advantage for those seeking their first job in the United States or for those looking to re-enter the market after a break. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Despite this, the demand for commitment and organization remains present at all levels of the operation.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>At the same time, the training offered is usually straightforward, guiding employees on how the store operates, food preparation, and customer service.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Environment with predictable rhythm and clear functions<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Working at a chain like Subway means participating in a repetitive yet well-structured operational flow. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Employees constantly develop a routine in which each step of the process is clearly mapped out. In other words, from sandwich assembly to cleaning the environment, everything follows a repeatable pattern.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sometimes, this predictable environment contributes to accelerated learning, as well as reducing the stress caused by unexpected events. However, even with the model&#039;s simplicity, agility and customer service remain constantly required skills.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Flexible shifts favor different profiles<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Unlike other companies with more rigid schedules, many Subway franchises operate on flexible schedules. In other words, the chain strives to meet not only the needs of its customers, but also the needs of its employees.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>However, not all units offer the same level of flexibility, so it is important to consider the specificities of each franchise. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>However, in general, the model follows a logic that allows for adjustments, as long as there is communication with the responsible managers.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Internal benefits and extra opportunities<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Despite the fixed salary, some stores offer additional incentives to employees. For example, it&#039;s common to find stores that provide free or heavily discounted snacks during work shifts.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Along with this, there is also the possibility of transferring between stores in the chain, which can help those who want to reposition themselves geographically without giving up the stability already built.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Interpersonal development as a differentiator<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>While other operational roles offer solitary tasks, Subway provides an environment where human contact happens all the time.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>However, this exposure also requires resilience and adaptation, especially during peak times. Still, the most common reports highlight that, over time, this daily contact results in greater self-confidence and useful skills for future careers.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Moving up still happens organically at Subway<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Employees who demonstrate commitment often find opportunities for growth within the franchise. Occasionally, roles such as assistant manager or store coordinator become viable, with commensurate salary increases. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, this progress usually occurs naturally, based on direct observation of performance.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Even though vertical growth isn&#039;t everyone&#039;s goal, the possibility of internal promotion represents an additional incentive for those who want to remain in the network.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Those looking for simplicity with a fixed income find balance<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Every time a new economic cycle generates uncertainty, Subway maintains its appeal by offering the essentials: predictability, a clear routine, and a fixed, albeit modest, income. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sometimes, this combination outweighs more ambitious promises that fail to materialize. Although the annual cost is around US$1,000,000, the network&#039;s operational model allows for basic planning and some short-term stability.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">How to get started at Subway: step by step<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Before we begin the step-by-step guide, it&#039;s worth emphasizing that each Subway franchise has the autonomy to conduct its own selection processes. Even so, many follow similar guidelines, allowing you to anticipate key requirements and application paths.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-29hpef\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/card-9.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Job Vacancies        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Subway        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Order Online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Subway hires an average of US$15,000\/year \u2013 see what&#039;s behind it        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              View Vacancies            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/mysubwaycareer.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              View Vacancies            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/mysubwaycareer.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/card-9.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Subway hires with an average of US$15,000\/year \u2013 see what\u2026              <\/p>\n              <a href=\"https:\/\/mysubwaycareer.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    View Vacancies                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">1. Check local availability<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Not all Subway locations are hiring at the same time. It&#039;s always best to check official portals or directly at the physical stores in your area. Some offer signs in their windows indicating whether they&#039;re currently accepting applications.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">2. Fill out the online form<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Most applications are submitted digitally, via <a style=\" color:;\" href=\"https:\/\/mysubwaycareer.com\/\">Subway&#039;s official career platform<\/a>. Filling out the form requires personal information, time availability, and sometimes a brief description of professional interests.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">3. Participate in the initial interview<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Shortly after submitting their application, shortlisted candidates are contacted for a brief interview. This stage typically involves questions about their routine, behavior, and motivation to join the team.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">4. Confirm documents and conduct training<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Once the profile is approved, the candidate is called to submit documents and then directed to operational training. This process varies from store to store, but it usually takes place hands-on, shadowing experienced colleagues.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">5. Beginning of the journey<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Once the previous steps are completed, the employee receives an initial schedule and becomes part of the permanent team. Even in the early days, constant supervision helps with adaptation and prevents overload.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Evaluating opportunities beyond Subway can broaden possibilities<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Are the Subway positions not suitable for your current situation? That&#039;s okay. If the roles offered by the chain don&#039;t yet align with your professional goals or area of interest, the best course of action is to keep searching. Several companies in the United States are opening new positions with varying pay rates and pay. Exploring other options can reveal alternatives that better align with your profile and ensure continued professional development.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Ingressar no mercado de trabalho pode parecer uma tarefa complexa, especialmente para quem busca equil\u00edbrio entre esfor\u00e7o e estabilidade. Nesse sentido, redes de fast food como o Subway continuam sendo uma das portas de entrada mais acess\u00edveis para quem deseja uma rotina organizada, rendimentos constantes e fun\u00e7\u00f5es operacionais diretas. Sal\u00e1rio compat\u00edvel e rotinas diretas: Subway&hellip; <a class=\"more-link\" href=\"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\">Continue reading <span class=\"screen-reader-text\">US$1,000 per year and real benefits? Understand what working at Subway is like.<\/span><\/a><\/p>","protected":false},"author":93,"featured_media":35337,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[182],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Entenda como funciona o trabalho no Subway<\/title>\n<meta name=\"description\" content=\"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Entenda como funciona o trabalho no Subway\" \/>\n<meta property=\"og:description\" content=\"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\" \/>\n<meta property=\"og:site_name\" content=\"Zona Curiosa\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-16T14:06:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-16T14:06:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"625\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"joaovitorjacintho1998\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"joaovitorjacintho1998\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\",\"url\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\",\"name\":\"Entenda como funciona o trabalho no Subway\",\"isPartOf\":{\"@id\":\"https:\/\/zonacuriosa.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg\",\"datePublished\":\"2025-07-16T14:06:20+00:00\",\"dateModified\":\"2025-07-16T14:06:23+00:00\",\"author\":{\"@id\":\"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/b0b94dcbe2f5caf90bfdf59817c675ed\"},\"description\":\"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.\",\"breadcrumb\":{\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage\",\"url\":\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg\",\"contentUrl\":\"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg\",\"width\":1200,\"height\":625,\"caption\":\"Subway\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zonacuriosa.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"US$15.000 por ano e benef\u00edcios reais? Entenda como funciona o trabalho no Subway\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zonacuriosa.com.br\/#website\",\"url\":\"https:\/\/zonacuriosa.com.br\/\",\"name\":\"Zona Curiosa\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zonacuriosa.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/b0b94dcbe2f5caf90bfdf59817c675ed\",\"name\":\"joaovitorjacintho1998\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2843227ca03ccf8cc7ccca45204c127e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2843227ca03ccf8cc7ccca45204c127e?s=96&d=mm&r=g\",\"caption\":\"joaovitorjacintho1998\"},\"url\":\"https:\/\/zonacuriosa.com.br\/en\/author\/joaovitorjacintho1998\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Entenda como funciona o trabalho no Subway","description":"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/","og_locale":"en_US","og_type":"article","og_title":"Entenda como funciona o trabalho no Subway","og_description":"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.","og_url":"https:\/\/zonacuriosa.com.br\/en\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/","og_site_name":"Zona Curiosa","article_published_time":"2025-07-16T14:06:20+00:00","article_modified_time":"2025-07-16T14:06:23+00:00","og_image":[{"width":1200,"height":625,"url":"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg","type":"image\/jpeg"}],"author":"joaovitorjacintho1998","twitter_card":"summary_large_image","twitter_misc":{"Written by":"joaovitorjacintho1998","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/","url":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/","name":"Entenda como funciona o trabalho no Subway","isPartOf":{"@id":"https:\/\/zonacuriosa.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage"},"image":{"@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage"},"thumbnailUrl":"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg","datePublished":"2025-07-16T14:06:20+00:00","dateModified":"2025-07-16T14:06:23+00:00","author":{"@id":"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/b0b94dcbe2f5caf90bfdf59817c675ed"},"description":"Ganhos de at\u00e9 US$15 mil por ano e rotinas previs\u00edveis fazem do Subway uma op\u00e7\u00e3o realista para quem busca simplicidade e entrada no mercado.","breadcrumb":{"@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#primaryimage","url":"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg","contentUrl":"https:\/\/zonacuriosa.com.br\/wp-content\/uploads\/sites\/86\/2025\/07\/capa-18.jpg","width":1200,"height":625,"caption":"Subway"},{"@type":"BreadcrumbList","@id":"https:\/\/zonacuriosa.com.br\/beneficios-reais-entenda-como-funciona-o-trabalho-no-subway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zonacuriosa.com.br\/"},{"@type":"ListItem","position":2,"name":"US$15.000 por ano e benef\u00edcios reais? Entenda como funciona o trabalho no Subway"}]},{"@type":"WebSite","@id":"https:\/\/zonacuriosa.com.br\/#website","url":"https:\/\/zonacuriosa.com.br\/","name":"Zona Curiosa","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zonacuriosa.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/b0b94dcbe2f5caf90bfdf59817c675ed","name":"joaovitorjacintho1998","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zonacuriosa.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2843227ca03ccf8cc7ccca45204c127e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2843227ca03ccf8cc7ccca45204c127e?s=96&d=mm&r=g","caption":"joaovitorjacintho1998"},"url":"https:\/\/zonacuriosa.com.br\/en\/author\/joaovitorjacintho1998\/"}]}},"_links":{"self":[{"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/posts\/35336"}],"collection":[{"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/users\/93"}],"replies":[{"embeddable":true,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/comments?post=35336"}],"version-history":[{"count":2,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/posts\/35336\/revisions"}],"predecessor-version":[{"id":35340,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/posts\/35336\/revisions\/35340"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/media\/35337"}],"wp:attachment":[{"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/media?parent=35336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/categories?post=35336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zonacuriosa.com.br\/en\/wp-json\/wp\/v2\/tags?post=35336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}