{"id":45092,"date":"2020-06-16T07:05:28","date_gmt":"2020-06-16T07:05:28","guid":{"rendered":"https:\/\/blog.headout.com\/?p=45092"},"modified":"2022-03-22T09:52:26","modified_gmt":"2022-03-22T09:52:26","slug":"traveling-after-coronavirus-pandemic-complete-guide","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/","title":{"rendered":"How to travel after Covid | A guide"},"content":{"rendered":"<p>The COVID-19 pandemic has changed all of our worlds, and not just in the short-term. Our realities shifted      slowly at first, and before we knew it, the pandemic has questioned all senses of normalcy.<\/p>\n<p>As countries closed borders and everyone trickled back home for months of self-quarantined, the travel industry      began to nosedive. However, today, as pockets of the globe open up and those who have been locked up and are      looking to stretch their legs &#8211; the travel industry is slowly and steadily getting back on its feet.<\/p>\n<p>That said, questions like when we can travel again, when will international travel begin, can we go for vacation      this summer; flood our minds frequently. Here&#8217;s our complete guide to everything you need to know about how to travel in 2021 and planning your first post-COVID vacation.<\/p>\n<p>Guide: How to Travel in 2021<\/p>\n<ul>       <a href=\"#travelaftercovid1\"><\/p>\n<li style=\"color: #03829D;\">Complete Guide on How to Travel in 2021<\/li>\n<p><\/a><a href=\"#travelaftercovid1\"><\/a><a href=\"#travelaftercovid1\">          <\/a>        <a href=\"#travelaftercovid2\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid2\"><\/a><\/p>\n<p><a href=\"#travelaftercovid2\"><\/p>\n<li style=\"color: #03829D;\">Tourist Attractions Reopening Tracker<\/li>\n<p><\/a><a href=\"#travelaftercovid2\"><\/a><a href=\"#travelaftercovid2\">          <\/a>          <a href=\"#travelaftercovid3\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid3\"><\/a><\/p>\n<p><a href=\"#travelaftercovid3\"><\/p>\n<li style=\"color: #03829D;\">Restrictions on International Travel: Country-wise Travel Restrictions<\/li>\n<p><\/a><a href=\"#travelaftercovid3\"><\/a><a href=\"#travelaftercovid3\">          <\/a>          <a href=\"#travelaftercovid4\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid4\"><\/a><\/p>\n<p><a href=\"#travelaftercovid4\"><\/p>\n<li style=\"color: #03829D;\">Countries Open for Travel in 2021<\/li>\n<p><\/a><a href=\"#travelaftercovid4\"><\/a><a href=\"#travelaftercovid4\">          <\/a>          <a href=\"#travelaftercovid5\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid5\"><\/a><\/p>\n<p><a href=\"#travelaftercovid5\"><\/p>\n<li style=\"color: #03829D;\">Country-wise Quarantine Rules for International Travellers<\/li>\n<p><\/a><a href=\"#travelaftercovid5\"><\/a><a href=\"#travelaftercovid5\">          <\/a>          <a href=\"#travelaftercovid6\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid6\"><\/a><\/p>\n<p><a href=\"#travelaftercovid6\"><\/p>\n<li style=\"color: #03829D;\">7 Ways Travel Will Change Forever After COVID-19<\/li>\n<p><\/a><a href=\"#travelaftercovid6\"><\/a><a href=\"#travelaftercovid6\">          <\/a>                              <a href=\"#travelaftercovid7\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid7\"><\/a><\/p>\n<p><a href=\"#travelaftercovid7\"><\/p>\n<li style=\"color: #03829D;\"> Frequently Asked Questions About How to Travel in 2021<\/li>\n<p><\/a><a href=\"#travelaftercovid7\"><\/a><a href=\"#travelaftercovid7\">          <\/a><a href=\"#travelaftercovid8\">              <\/a><\/p>\n<p><a href=\"#travelaftercovid8\"><\/a><\/p>\n<p><a href=\"#travelaftercovid8\"><\/p>\n<li style=\"color: #03829D;\"> Travel Reopening News and Updates<\/li>\n<p><\/a><a href=\"#travelaftercovid8\"><\/a><a href=\"#travelaftercovid8\">          <\/a><\/ul>\n<h2 id=\"travelaftercovid1\">A Complete Guide on How to Travel in 2021<\/h2>\n<p>Before you zip your bags and set off for your next vacation, read about all that&#8217;s changed in the travel industry after the coronavirus pandemic. From flights to insurance to the emerging trend of workationing, here are some essential reads to bring you up to speed on how to travel in 2021.<\/p>\n<p>[tcb-script]      const getPosts = async () =&gt; {          try {              const url = `https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts?categories=984&amp;per_page=100&amp;_embed`;              const response = await fetch(url);              const data = await response.json();              return data;          } catch (error) {              console.log(error);          }      };      function initTravelReopening() {          let prodSlider = [];          \/\/ Finds All carousels In Page and Initializes Them          const carousels = document.querySelectorAll(&#8220;.travel-reopening-wrapper&#8221;);          carousels.forEach((el, i) =&gt; {              const prefix = &#8220;travel-opening&#8221; + i + &#8220;-&#8220;;              el.querySelector(&#8220;.btn.next&#8221;).classList.add(prefix + &#8220;slider-next&#8221;);              el.querySelector(&#8220;.btn.prev&#8221;).classList.add(prefix + &#8220;slider-prev&#8221;);              el.querySelector(&#8220;.swiper-container&#8221;).classList.add(prefix + &#8220;slides-cont&#8221;);              const preview = 4;              const options = {                  watchSlidesVisibility: true,                  \/\/ to hide dot if there is no second page. WORkS ONLY IF loop is false                  watchOverflow: true,                  lazy: true,                  keyboard: {                      enabled: true,                      onlyInViewport: false,                  },                  slidesPerView: preview,                  slidesPerGroup: preview &#8211; 1,                  spaceBetween: 20,                  a11y: {                      prevSlideMessage: &#8220;Previous slide&#8221;,                      nextSlideMessage: &#8220;Next slide&#8221;,                  },                  navigation: {                      nextEl: &#8220;.&#8221; + prefix + &#8220;slider-next&#8221;,                      prevEl: &#8220;.&#8221; + prefix + &#8220;slider-prev&#8221;,                  },                  breakpoints: {                      \/\/ when window width is &gt;= 320px                      320: {                          slidesPerView: 1.5,                          slidesPerGroup: 1,                          initialSlide: 1,                      },                      \/\/ when window width is &gt;= 480px                      450: {                          slidesPerView: 2.5,                          slidesPerGroup: 1,                      },                      800: {                          slidesPerView: 3.5,                          slidesPerGroup: 1,                      },                      \/\/ when window width is &gt;= 1024px                      1024: {                          slidesPerView: preview,                          slidesPerGroup: 1,                      },                      1920: {                          slidesPerView: preview,                          slidesPerGroup: 1,                      },                  },              };              prodSlider[i] = new Swiper(&#8220;.&#8221; + prefix + &#8220;slides-cont&#8221;, options);          });      }      \/\/ \/\/ initProdSliders();      const addBlogPostMarkup = async () =&gt; {          const blogPost = await getPosts();          let markup = &#8220;&#8221;;          blogPost.forEach((post) =&gt; {              markup += `          &lt;div&gt;          &lt;a href=&#8221;${post.link}&#8221;&gt;              &lt;figure&gt;                  &lt;img data-src=&#8221;${post[&#8220;_embedded&#8221;][&#8220;wp:featuredmedia&#8221;][0][&#8220;media_details&#8221;].sizes[&#8220;goodlife-grid-6&#215;6&#8221;].source_url}&#8221;alt=&#8221;${post[&#8220;_embedded&#8221;][&#8220;wp:featuredmedia&#8221;][0][&#8220;alt_text&#8221;]}&#8221;&gt;                  &lt;\/figure&gt;              &lt;div&gt;                  &lt;div&gt;${post.title.rendered}&lt;\/div&gt;              &lt;\/div&gt;          &lt;\/a&gt;        &lt;\/div&gt;      `;          });          return markup;      };      document.addEventListener(&#8220;DOMContentLoaded&#8221;, () =&gt; {          if (!document.body.classList.contains(&#8220;tve_editor_page&#8221;)) {              addBlogPostMarkup().then((data) =&gt; {                  const markup = `            &lt;div&gt;              &lt;div&gt;                ${data}                &lt;div&gt;&lt;\/div&gt;              &lt;\/div&gt;            &lt;\/div&gt;            &lt;div&gt;                &lt;div&gt;&lt;\/div&gt;              &lt;\/div&gt;              &lt;div&gt;                &lt;div&gt;&lt;\/div&gt;            &lt;\/div&gt;            `;                  const travelReopeningWrapper = document.querySelector(                      &#8220;.travel-reopening-wrapper&#8221;                  );                  travelReopeningWrapper.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);                  initTravelReopening();              });          }      });  [\/tcb-script]<\/p>\n<h2 id=\"travelaftercovid2\"> Which Tourist Attractions Can I Visit in 2021?<\/h2>\n<h3>Check Live Updates on Global Attractions Reopening Tracker<\/h3>\n<p>This tracker collects real time data of global attractions, monuments, landmarks and cultural hot-spots of the      world and their reopening status. It also provides information about new ticketing and safety guidelines,      revised opening hours and everything that has changed in the post COVID-era. Filter it down to the city you&#8217;re      interested in visiting and learn what&#8217;s changed!<\/p>\n<p><a href=\"https:\/\/www.headout.com\/global-travel-reopening-tracker\/\" target=\"_blank\" rel=\"noopener noreferrer\">          Live Status Updates: Most Popular Destinations and Attractions around the World &gt;<\/a><\/p>\n<p><a href=\"https:\/\/www.headout.com\/global-travel-reopening-tracker\/\" style=\"display: block;margin-top: 16px;font-size: 12px;line-height: 19px;color: #666666;\">Data compiled by          <span style=\"color: #8000FF;\">Headout<\/span><\/a><\/p>\n<h2 id=\"travelaftercovid3\">      Will there be Restrictions on International Travel in 2021?<\/h2>\n<h3>Know the travel rules and entry requirements of your destinations<\/h3>\n<p>It is yet to be seen if the world can go back to \u2018normal\u2019 anytime soon. Several countries have started to open up and ease their lockdown rules and travel restrictions. There are now many travel bubbles in place, allowing residents of the involved countries to travel freely by rail, air, and sea without (or with minimal) quarantine measures.<\/p>\n<p>Stay up to date with updated country-wise policies, lockdown status, international travel restrictions, visa rules as well as the current number of active COVID-19 cases. Simply click on a country flag and read our detailed post-COVID country guide.<\/p>\n<p><a href=\"https:\/\/www.headout.com\/global-travel-reopening-tracker\/\" target=\"_blank\" rel=\"noopener noreferrer\">Find more travel updates on          this interactive world map &gt;<\/a><\/p>\n<p>[tcb-script]      const initCountryCarousel = () =&gt; {          let prodSlider = [];          \/\/ Finds All carousels In Page and Initializes Them          const carousels = document.querySelectorAll(&#8220;.country-carousel&#8221;);          carousels.forEach((el, i) =&gt; {              const prefix = &#8220;country-carousel&#8221; + i + &#8220;-&#8220;;              el.querySelector(&#8220;.btn.next&#8221;).classList.add(prefix + &#8220;slider-next&#8221;);              el.querySelector(&#8220;.btn.prev&#8221;).classList.add(prefix + &#8220;slider-prev&#8221;);              el.querySelector(&#8220;.swiper-container&#8221;).classList.add(prefix + &#8220;slides-cont&#8221;);              const preview = parseInt(el.getAttribute(&#8220;data-preview&#8221;));              console.log(preview);              const condition = preview &lt; 5;              const options = {                  watchSlidesVisibility: true,                  \/\/ to hide dot if there is no second page. WORkS ONLY IF loop is false                  watchOverflow: true,                  lazy: true,                  keyboard: {                      enabled: true,                      onlyInViewport: false,                  },                  slidesPerView: preview,                  slidesPerGroup: preview &#8211; 1,                  spaceBetween: 20,                  a11y: {                      prevSlideMessage: &#8220;Previous slide&#8221;,                      nextSlideMessage: &#8220;Next slide&#8221;,                  },                  navigation: {                      nextEl: &#8220;.&#8221; + prefix + &#8220;slider-next&#8221;,                      prevEl: &#8220;.&#8221; + prefix + &#8220;slider-prev&#8221;,                  },                  breakpoints: {                      \/\/ when window width is &gt;= 320px                      320: {                          slidesPerView: 2.2,                          slidesPerGroup: 1,                          initialSlide: 1,                      },                      \/\/ when window width is &gt;= 480px                      450: {                          slidesPerView: preview &#8211; (condition ? 1.5 : 3.5),                          slidesPerGroup: 1,                      },                      800: {                          slidesPerView: preview &#8211; (condition ? 0.5 : 1.5),                          slidesPerGroup: 1,                      },                      \/\/ when window width is &gt;= 1024px                      1024: {                          slidesPerView: preview,                          slidesPerGroup: 1,                      },                      1920: {                          slidesPerView: preview,                          slidesPerGroup: 1,                      },                  },              };              prodSlider[i] = new Swiper(&#8220;.&#8221; + prefix + &#8220;slides-cont&#8221;, options);          });      };      function countryCarousel() {          const getData = async () =&gt; {              const payload = {                  airtableURL: `https:\/\/api.airtable.com\/v0\/appCiV6q7KyN8meXg\/Country%20Table?fields%5B%5D=Country&amp;fields%5B%5D=Flags&amp;fields%5B%5D=Rank&amp;filterByFormula=NOT(%7BFlags%7D+%3D+&#8221;)&amp;maxRecords=30&amp;sort%5B0%5D%5Bfield%5D=Rank&amp;sort%5B0%5D%5Bdirection%5D=desc`              }              try {                  const response = await fetch(&#8216;https:\/\/vivillion.netlify.app\/api\/airtable&#8217;, {                      method: &#8216;POST&#8217;,                      body: JSON.stringify(payload),                  });                  const data = await response.json();                  return data.data.records;              } catch (error) {                  console.log(error);              }          };          {              \/* &lt;a href=&#8221;https:\/\/www.headout.com\/post-covid19-travelling-to-${name}&#8221;&gt;&lt;\/a&gt; *\/          }          const generateMarkup = (name, imageUrl) =&gt; {              const countryName = name === &#8220;united states of america&#8221; ? &#8220;USA&#8221; : name;              const urlName = name.split(&#8221; &#8220;).join(&#8220;-&#8220;);              const markup = `      &lt;div&gt;        &lt;a href=&#8221;https:\/\/www.headout.com\/post-covid19-travelling-to-${urlName}&#8221; target=&#8221;_blank&#8221; rel=\u201dnoreferrer noopener\u201d&gt;          &lt;figure&gt;            &lt;picture&gt;              &lt;source type=&#8221;image\/webp&#8221;                data-srcset=&#8221;${imageUrl}&#8221;&gt;              &lt;img                data-src=&#8221;${imageUrl}&#8221;                data-sizes=&#8221;auto&#8221; alt=&#8221;${name}&#8221;&gt;            &lt;\/picture&gt;          &lt;\/figure&gt;          &lt;div&gt;${countryName}&lt;\/div&gt;        &lt;\/a&gt;      &lt;\/div&gt;      `;              return markup;          };          const addMarkup = async () =&gt; {              const countryCarousel = document.querySelector(&#8220;.country-carousel&#8221;);              const countryData = await getData();              let markupArray = [];              if (countryData) {                  markupArray = countryData                      .map((data) =&gt; {                          const countryName = data.fields.Country.toLowerCase();                          const countryFlag = data.fields.Flags[0].thumbnails.large.url;                          const markup = generateMarkup(countryName, countryFlag);                          return markup;                      })                      .join(&#8220;&#8221;);              }              const markup = `            &lt;div&gt;              &lt;div&gt;                ${markupArray}                &lt;div&gt;&lt;\/div&gt;              &lt;\/div&gt;            &lt;\/div&gt;            &lt;div&gt;                &lt;div&gt;&lt;\/div&gt;              &lt;\/div&gt;              &lt;div&gt;                &lt;div&gt;&lt;\/div&gt;            &lt;\/div&gt;            `;              countryCarousel.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);          };          addMarkup().then(data =&gt; {              initCountryCarousel();          });      }      document.addEventListener(&#8220;DOMContentLoaded&#8221;, () =&gt; {          if (!document.body.classList.contains(&#8220;tve_editor_page&#8221;)) {              countryCarousel();          }      });  [\/tcb-script]<\/p>\n<h2 id=\"travelaftercovid4\">     Which Countries Will be Open for Travel in 2021?<\/h2>\n<p>When planning your next vacation, it is important to know which destinations are welcoming tourists from which countries, which nations are allowing only domestic travel, and which ones remain shut. When you\u2019re thinking of how to travel in 2021, refer to this tracker, which has real-time information about the travel status of different countries.<\/p>\n<p><a href=\"https:\/\/www.headout.com\/blog\/countries-open-for-tourism\/\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about which countries are open for travel now &gt;<\/a><\/p>\n<h2 id=\"travelaftercovid5\">      What are the Quarantine Rules for International Travelers?<\/h2>\n<p>Want to know the quarantine rules for the country you want to travel to in 2021? Simply search on our live table      (updated daily). Read more about <a href=\"https:\/\/www.headout.com\/blog\/countries-without-quarantine-asia-africa-europe-americas\/\" target=\"_blank\" rel=\"noopener noreferrer\">countries without quarantine upon arrival<\/a>.<\/p>\n<p><a href=\"https:\/\/www.headout.com\/global-travel-reopening-tracker\/\" style=\"display: block;margin-top: 16px;font-size: 12px;line-height: 19px;color: #666666;\">Data compiled by          <span style=\"color: #8000FF;\">Headout<\/span><\/a><\/p>\n<h2 id=\"travelaftercovid6\">      Travel After Coronavirus : 7 Ways it Will Change Forever<\/h2>\n<p>With all that&#8217;s changing, the way we travel after this COVID-19 pandemic is going to be different. Here are 7      changes you need to brace yourselves for.<\/p>\n<h3 style=\"\">      1. FLYING<\/h3>\n<p style=\"\">      While the empty middle seat is a short term change (flights can&#8217;t afford it, neither can we), there are many other      changes in the aviation industry that will change the way we travel forever. Masks, PPE suits and gloves are      going to be the #airportlook for a while, you can bid goodbye to in-flight magazines and say hello to walking      under thermal scanners and disinfection tunnels possibly at exit and entry points, and not to forget      exorbitantly expensive flying fares. Here&#8217;s our complete guide to <a href=\"https:\/\/www.headout.com\/blog\/flying-in-the-post-covid-era\/\" target=\"_blank\" rel=\"noopener noreferrer\">flying in the post COVID          world<\/a>.<\/p>\n<h3 style=\"\">      2. DINING<\/h3>\n<p style=\"\">      Street food culture around the world is likely to take a hit. No one&#8217;s going to be comfortable eating from a      street side vendor, for obvious reasons. And that is monumentally sad. All the pintxos bars and tapas bars are      also likely to run out of business simply because cramming and grabbing a bite will no longer be considered safe      and hygienic. High-end restaurants will need to prove their hygiene protocols to attract customers and takeaway      restaurants will have to come up with ingenious safe packaging. All in all, dining out can become a tad bit more      expensive (if you haven&#8217;t heard of hygiene fee, you will soon) and many food joints that can&#8217;t keep up with the      safety standards may soon go out of business.<\/p>\n<h3>      3. TRAVEL INSURANCE<\/h3>\n<p>At the onset of the COVID-19 pandemic, the world witnessed large scale cancellations of flights, cruises, tours,      hotels and what not &#8211; which made one realise why travel insurance is more important than ever. But there&#8217;s a      catch. Most travel insurance policies exclude pandemics or fear of travel, which makes one wonder what the point      of a travel insurance coverage is! When making holiday plans for 2021, ensure your travel insurance is the right fit for you and covers epidemics. There are also certain hacks to secure your trips around pandemics. Read on to      know more about what types of <a href=\"https:\/\/www.headout.com\/blog\/travel-insurance-post-covid\/\" target=\"_blank\" rel=\"noopener noreferrer\">Travel Insurance covers Pandemics like COVID-19<\/a>.<\/p>\n<h3>      4. PACKING<\/h3>\n<p>While the novel coronavirus has had a detrimental effect on not just the world economy, but on us as humans. We      now need to follow hygiene protocols and standards we&#8217;ve probably never dreamt of to keep ourselves safe.      Keeping this in mind, we&#8217;ve created a checklist of items that you need to carry to tackle the pandemic while      you&#8217;re on vacation. Check out our <a href=\"https:\/\/www.headout.com\/blog\/post-covid-travel-packing-checklist\/\" target=\"_blank\" rel=\"noopener noreferrer\">downloadable post COVID packing list<\/a>.<\/p>\n<h3>      5. WORKATIONING<\/h3>\n<p>A workation is a temporary trip that combines work and vacation. With more than half the world now      working-from-homes and\/or the rise of digital nomads and freelancers who prefer to work remotely, workations are      on the rise. If you&#8217;re planning a workation for a change of scene, here&#8217;s everything you must know about <a href=\"https:\/\/www.headout.com\/blog\/workation-guide-destinations-in-post-covid-world\/\" target=\"_blank\" rel=\"noopener noreferrer\">taking a          workation<\/a>, before you pack your bags and set off.<\/p>\n<h3>      6. BOOKINGS<\/h3>\n<p>Online tickets are becoming mandatory &#8211; be it a museum, monument, gallery, church or mausoleum. Anything that      requires a ticket will now require an online ticket bought in advance and downloaded on your phone for      no-contact experience on-site. Booking tickets online can also help you avail various discounts and offers, compare ticket prices, and check reviews of attractions, destinations. and hotels, helping you make an informed decision. Buying tickets in advance also ensures crowd control which is paramount at this point. The spontaneity of travel is likely to have taken a back seat and planning to the T seems to be the way      forward.<\/p>\n<h3>      7. ATTRACTIONS<\/h3>\n<p>Chances are high that as soon as countries start to open up, people will head to the most popular attractions in the world such as Eiffel Tower, London Eye, and Colosseum to fulfil their bucket lists. Try to plan a visit to an off-beat location \u2014 one that not many people visit, such as Georgia, Chile, or Bolivia. New sanitisation rules have been adopted across most attractions and tourist hotspots &#8211; compulsory      temperature checks, frequent sanitisation, social distancing and many more. Read more about all the <a href=\"https:\/\/www.headout.com\/blog\/emerging-travel-trends-post-covid\/\" target=\"_blank\" rel=\"noopener noreferrer\">emerging trends in the          travel experiences world<\/a>.<\/p>\n<p>Read our complete list of the <a href=\"https:\/\/www.headout.com\/blog\/post-covid-travel-reopening-trends\/\" target=\"_blank\" rel=\"noopener noreferrer\">emerging travel trends<\/a> due to the coronavirus pandemic.<\/p>\n<h2 id=\"travelaftercovid7\">      Frequently Asked Questions About Traveling after COVID<\/h2>\n<p>We&#8217;ve scoured the internet for the most common questions asked about traveling the world post the pandemic, and      we have answers for a few. If you have the same questions, we hope this comes handy.<\/p>\n<p>__CONFIG_colors_palette__{&#8220;active_palette&#8221;:0,&#8221;config&#8221;:{&#8220;colors&#8221;:{&#8220;91981&#8221;:{&#8220;name&#8221;:&#8221;Main      Accent&#8221;,&#8221;parent&#8221;:-1},&#8221;2713c&#8221;:{&#8220;name&#8221;:&#8221;Main Lighter&#8221;,&#8221;parent&#8221;:&#8221;91981&#8243;},&#8221;7322c&#8221;:{&#8220;name&#8221;:&#8221;2nd      Accent&#8221;,&#8221;parent&#8221;:-1},&#8221;816f1&#8243;:{&#8220;name&#8221;:&#8221;2nd      Transparent&#8221;,&#8221;parent&#8221;:&#8221;7322c&#8221;}},&#8221;gradients&#8221;:[]},&#8221;palettes&#8221;:[{&#8220;name&#8221;:&#8221;Default&#8221;,&#8221;value&#8221;:{&#8220;colors&#8221;:{&#8220;91981&#8221;:{&#8220;val&#8221;:&#8221;rgb(75,      128, 232)&#8221;,&#8221;hsl&#8221;:{&#8220;t&#8221;:219,&#8221;s&#8221;:0.77,&#8221;l&#8221;:0.6}},&#8221;2713c&#8221;:{&#8220;val&#8221;:&#8221;rgb(97, 143,      234)&#8221;,&#8221;hsl_parent_dependency&#8221;:{&#8220;t&#8221;:219,&#8221;s&#8221;:0.76,&#8221;l&#8221;:0.64}},&#8221;7322c&#8221;:{&#8220;val&#8221;:&#8221;rgb(141, 255,      213)&#8221;,&#8221;hsl&#8221;:{&#8220;t&#8221;:157,&#8221;s&#8221;:1,&#8221;l&#8221;:0.77}},&#8221;816f1&#8243;:{&#8220;val&#8221;:&#8221;rgba(141, 255, 213,      0.25)&#8221;,&#8221;hsl_parent_dependency&#8221;:{&#8220;t&#8221;:157,&#8221;s&#8221;:1,&#8221;l&#8221;:0.77}}},&#8221;gradients&#8221;:[]},&#8221;original&#8221;:{&#8220;colors&#8221;:{&#8220;91981&#8221;:{&#8220;val&#8221;:&#8221;rgb(75,      128, 232)&#8221;,&#8221;hsl&#8221;:{&#8220;t&#8221;:219,&#8221;s&#8221;:0.77,&#8221;l&#8221;:0.6}},&#8221;2713c&#8221;:{&#8220;val&#8221;:&#8221;rgb(97, 143,      234)&#8221;,&#8221;hsl_parent_dependency&#8221;:{&#8220;t&#8221;:219,&#8221;s&#8221;:0.76,&#8221;l&#8221;:0.64}},&#8221;7322c&#8221;:{&#8220;val&#8221;:&#8221;rgb(141, 255,      213)&#8221;,&#8221;hsl&#8221;:{&#8220;t&#8221;:157,&#8221;s&#8221;:1,&#8221;l&#8221;:0.77}},&#8221;816f1&#8243;:{&#8220;val&#8221;:&#8221;rgba(141, 255, 213,      0.25)&#8221;,&#8221;hsl_parent_dependency&#8221;:{&#8220;t&#8221;:157,&#8221;s&#8221;:1,&#8221;l&#8221;:0.77}}},&#8221;gradients&#8221;:[]}}]}__CONFIG_colors_palette__<\/p>\n<h4 style=\"\">Which countries are safe to                          travel to now?<\/h4>\n<p style=\"font-size: 13px !important;\">Here is a complete list of <a href=\"https:\/\/www.headout.com\/blog\/countries-without-quarantine-asia-africa-europe-americas\/\" style=\"outline: none;\" target=\"_blank\" rel=\"noopener noreferrer\">quarantine free countries<\/a> that                                      are safe to travel to. While some of them have certain restrictions in place,                                      they are declared safe to travel to.<\/p>\n<h4 style=\"\">What are the best precautions                          to take while traveling?<\/h4>\n<p>When you do travel, some best practices to stay safe include:<\/p>\n<ul>\n<li>Washing and sanitizing your hands frequently. Avoid touching your face, eyes                                          and mouth (or your food!) without washing your hands.&nbsp;<\/li>\n<li>Wipe down tray tables, armrests, headrests, handles, switchboards and other                                          frequently touched items on planes, hotels and public transport to help                                          prevent germs from spreading.<\/li>\n<li>Giving your body plenty of healthy foods and getting enough sleep at night                                          helps your immune system stay on the top of its game. Vitamin C supplements                                          are highly recommended in case you can&#8217;t get your regular dose of vitamins                                          and minerals while traveling.<\/li>\n<li>Avoid traveling to areas with known outbreaks. Don\u2019t put yourself, or                                          others, in harm\u2019s way by exposing yourself needlessly to areas that have                                          severe outbreaks. Stick to essential travel only.&nbsp;<\/li>\n<li>If you&#8217;re booking tours, make sure to purchase your tickets online in order                                          to have a contact-free experience on-site. Follow hygiene protocols at all                                          times and maintain social distancing norms in outdoor spaces.&nbsp;<\/li>\n<\/ul>\n<h4 style=\"\">Where can I find the latest                          news related to travel and COVID-19?<\/h4>\n<p style=\"font-size: 13px !important;\">For the latest travel news related to                                      COVID-19, check our <a href=\"https:\/\/www.headout.com\/global-travel-reopening-tracker\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Global Travel Reopening Dashboard<\/a>. From                                      news articles about the reopening of attractions around the world to country                                      travel advisories, you&#8217;ll find everything here.&nbsp;<\/p>\n<h4 style=\"\">Where can I find the best                          virtual tours on the internet?<\/h4>\n<p>With travel coming to a standstill, virtual tours are the new mode of                                      transporting yourself to dreamy locations. From museums to national parks, there                                      are scores of virtual tours you can access on the internet. Here are our top 20                                      picks for the <a href=\"https:\/\/www.headout.com\/blog\/best-online-virtual-tours\/\" target=\"_blank\" rel=\"noopener noreferrer\">best virtual tours on the internet. <\/a><\/p>\n<h4 style=\"\">Are rental cars safe in the                          post-COVID world?<\/h4>\n<p style=\"font-size: 13px !important;\">With domestic trips on the rise, road travel                                      is becoming more popular than ever and naturally the need for rental cars are                                      rising. When it comes to the car, the risk is reasonably low. The risk remains                                      with being in a closed space with someone who is infected, so if you&#8217;re                                      traveling with family that you know has not been exposed, you&#8217;re good to go. It                                      doesn&#8217;t hurt to sanitize the car thoroughly once you get it. To know more about                                      rental car safety in the post-COVID world, head <a href=\"https:\/\/www.businessinsider.in\/thelife\/news\/are-rental-cars-safe-to-drive-right-now-we-talked-to-3-leading-experts-to-find-out-\/articleshow\/75634868.cms\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">here<\/a>.<\/p>\n<h4 style=\"\">What are digital travel                          experiences and how good are they?<\/h4>\n<p style=\"font-size: 13px !important;\">Digital travel experiences take virtual tours                                      a notch higher &#8211; a chance to book online experiences led by a tour guide taking                                      you through a live session in a whole other part of the world. You can travel                                      the world from the comfort of your couch &#8211; learn new skills, make new friends,                                      try new food and see the world in a different way. The COVID-19 pandemic has                                      evolved the world of digital experiences and has made it immensely popular. Here                                      are some of the<a href=\"https:\/\/www.headout.com\/things-to-do-city-digital-experiences\/\" target=\"_blank\" rel=\"noopener noreferrer\"> best digital experiences on the internet<\/a>.&nbsp;<\/p>\n<h4 style=\"\">Is it safe to stay in Airbnbs?<\/h4>\n<p style=\"font-size: 13px !important;\">While booking an entire house seems like a                                      great option, as opposed to a room in a hotel, the cleaning practise can vary                                      per property and you can&#8217;t be really sure about the hygiene conditions. However,                                      Airbnb has introduced rigorous new procedures and cleaning program called                                      Cleaning Protocol which involves standards on disinfection practises.                                      Additionally, there&#8217;s an additional time involved, called the Booking Buffer                                      between check-ins to ensure the cleaning practise.&nbsp;<\/p>\n<h4 style=\"\">Is train travel safe now?<\/h4>\n<p style=\"font-size: 13px !important;\">Amtrak for example has rolled out a set of                                      sanitary measures, like limited ticket sales, empty seat guarantee, mandating                                      masks, frequently sanitizing surfaces and many more. Similarly, other railways                                      around the world have also implemented compulsory sanitization protocols.                                      Depending on the train and country you&#8217;re taking the train at, make sure to                                      follow personal hygiene and practise social distancing strictly.&nbsp;<\/p>\n<h4 style=\"\">How will cruising change after                          the pandemic?<\/h4>\n<p>Cruises are expected to come back with smaller fleets, limited staff and guests,                                      compulsory immunity passport, onboard testing and modified itineraries. Head                                      here for a full list of changes in the <a href=\"https:\/\/www.travelagewest.com\/Travel\/Cruise\/8-Ways-Cruising-Is-Likely-to-Change-in-the-Short-Term\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">cruising industry post COVID-19<\/a>.&nbsp;<\/p>\n<p>smaller fleets with fewer staff; limited guest capacity; immunity passports and                                      testing; and more.<\/p>\n<p>Sign up for our monthly newsletter<\/p>\n<p>Your dose of travel fix &#8211; from hacks and deals to travel tips and everything in between,    delivered monthly to your inbox<\/p>\n<p>Get Inspired    Please enter a valid email    Unsubscribe anytime<\/p>\n<h2 id=\"travelaftercovid8\">      Travel Reopening News and Updates<\/h2>\n<p>To know more about what has changed in different attractions around the world in the post COVID era, read our      detailed articles on each of the top landmarks around the world.<\/p>\n<p>View More                                                                                                                                                   [tcb-script]      const cardsPerRow = () =&gt; {          const width =              window.innerWidth ||              document.documentElement.clientWidth ||              document.body.clientWidth;          let num = &#8220;&#8221;;          if (width &gt; 768) {              num = 4;          } else if (width &gt; 500 &amp;&amp; width &lt;= 768) {              num = 3;          } else {              num = 2;          }          return num;      };      const heightOfCard = 365;      const gutter = 19;      const initialHeight = heightOfCard * 2;      const numOfCardsPerRow = cardsPerRow();      ;      const getAirtableData = async () =&gt; {          const config = {              airtableURL: &#8216;https:\/\/api.airtable.com\/v0\/appCiV6q7KyN8meXg\/POI%20Table?fields%5B%5D=Attractions&amp;fields%5B%5D=Status&amp;fields%5B%5D=News+Article+Link&amp;fields%5B%5D=Reopening+Date&amp;fields%5B%5D=Gallery&amp;filterByFormula=Not(%7BNews+Article+link%7D+%3D+%22%22)&#8217;          }          try {              const response = await fetch(&#8216;https:\/\/vivillion.netlify.app\/api\/airtable&#8217;, {                  method: &#8216;POST&#8217;,                  body: JSON.stringify(config),              });              const data = await response.json();              return data.data.records;          } catch (error) {              console.log(error);          }      };      const cardMarkup = (url, image, attractionName, reopeningStatus, date) =&gt; {          const markup = `        &lt;div&gt;          &lt;a href=&#8221;${url}&#8221;&gt;              &lt;figure&gt;                  &lt;img data-src=&#8221;${image}&#8221;alt=&#8221;${attractionName}&#8221;&gt;                  &lt;\/figure&gt;              &lt;div&gt;                  &lt;div&gt;${attractionName}&lt;\/div&gt;                  &lt;div&gt;${              reopeningStatus === &#8220;Open&#8221;                  ? `Opened on: ${date}`                  : `Reopening Soon: ${date}`              }&lt;\/div&gt;              &lt;\/div&gt;          &lt;\/a&gt;        &lt;\/div&gt;      `;          return markup;      };      const convertDateToUtc = (date) =&gt; {          return new Date(date);      };      const formatData = (data) =&gt; {          const cloneData = [&#8230;data];          const newArr = cloneData.map((data) =&gt; {              const obj = {                  attractions: data.fields.Attractions,                  image: data.fields.Gallery[0].thumbnails                      ? data.fields.Gallery[0].thumbnails                      : data.fields.Gallery[0].url,                  link: data.fields[&#8220;News Article Link&#8221;],                  date: convertDateToUtc(data.fields[&#8220;Reopening Date&#8221;]),                  status: data.fields.Status,              };              return obj;          });          return newArr;      };      const sortDataByDate = (data) =&gt; {          function compare(a, b) {              if (a.date &gt; b.date) {                  return -1;              }              if (a.date &lt; b.date) {                  return 1;              }              return 0;          }          const arr = data.sort(compare);          return arr;      };      const convertTimeStampToGMT = (date) =&gt; {          const options = {              year: &#8220;numeric&#8221;,              month: &#8220;long&#8221;,              day: &#8220;numeric&#8221;,          };          const formattedDate = new Date(date).toLocaleDateString(&#8220;en-US&#8221;, options);          return formattedDate;      };      const formatUrl = (url) =&gt; {          const str = url.trim();          if (str !== &#8220;&#8221;) {              const strLen = str.length &#8211; 1;              const url = str.slice(1, strLen);              return url;          }      };      const generateCardMarkup = (data) =&gt; {          const date = convertTimeStampToGMT(data.date);          const url = formatUrl(data.link);          const image = data.image.large ? data.image.large.url : data.image;          const status = data.status;          const name = data.attractions;          const markup = cardMarkup(url, image, name, status, date);          return markup;      };      const finalData = async () =&gt; {          const data = await getAirtableData();          const formattedData = formatData(data);          console.log(formattedData);          const sortedData = sortDataByDate(formattedData);          return sortedData;      };      const addMarkup = (data, startIndex, stopIndex) =&gt; {          const cardWrapper = document.querySelector(              &#8220;.covid-travel-opening .card-wrapper&#8221;          );          let markup = &#8220;&#8221;;          for (let i = startIndex; i &lt; stopIndex; i++) {              markup += generateCardMarkup(data[i]);          }          cardWrapper.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);          cardWrapper.setAttribute(&#8220;data-stop&#8221;, stopIndex);      };      finalData().then((data) =&gt; {          const originalStopIndex = cardsPerRow() * 2;          const totalCards = data.length;          const viewBtn = document.querySelector(&#8220;.view-btn&#8221;);          addMarkup(data, 0, originalStopIndex);          viewBtn.addEventListener(&#8220;click&#8221;, (e) =&gt; {              const btn = e.target;              const tabWrapper = btn.closest(&#8220;.tab-wrapper&#8221;);              const cardWrapper = tabWrapper.querySelector(&#8220;.card-wrapper&#8221;);              const currentStopIndex = parseInt(cardWrapper.getAttribute(&#8220;data-stop&#8221;));              const newStopIndex = currentStopIndex + originalStopIndex;              if (newStopIndex &lt; totalCards) {                  addMarkup(data, currentStopIndex, newStopIndex);              } else {                  addMarkup(data, currentStopIndex, totalCards);                  viewBtn.classList.add(&#8220;hide&#8221;);              }          });      });  [\/tcb-script]<\/p>\n<h2>      Like it? Pin it!<\/h2>\n<p><img decoding=\"async\" src=\"https:\/\/cdn-imgix-open.headout.com\/blog\/COVID\/94.png?auto=compress&amp;fm=webp&amp;w=700&amp;h=800&amp;q=80\" alt=\"traveling post covid\" style=\"margin: auto; display: block;\" data-pagespeed-url-hash=\"3805180784\" onload=\"pagespeed.CriticalImages.checkImageForCriticality(this);\"><\/p>\n<p>Book Now, Experience Later, Save Always.<\/p>\n<p>Buy discounted vouchers and visit anytime until December 31, 2021. Save money &amp; support travel              industry!<\/p>\n<p><a href=\"\/\/www.stage-headout.com\/global-travel-reopening-tracker\" target=\"_blank\" style=\"text-decoration: none !important;\" rel=\"noopener noreferrer\">                        <\/a><\/p>\n<p><a href=\"\/\/www.stage-headout.com\/global-travel-reopening-tracker\" target=\"_blank\" style=\"text-decoration: none !important;\" rel=\"noopener noreferrer\"><\/a><\/p>\n<p><a href=\"\/\/www.stage-headout.com\/global-travel-reopening-tracker\" target=\"_blank\" style=\"text-decoration: none !important;\" rel=\"noopener noreferrer\"><\/p>\n<p style=\"padding-top: 10px; color: #8000FF  !important;\">TRAVEL AGAIN<\/p>\n<p><\/a><a href=\"\/\/www.stage-headout.com\/global-travel-reopening-tracker\" target=\"_blank\" style=\"text-decoration: none !important;\" rel=\"noopener noreferrer\"><\/a><a href=\"\/\/www.stage-headout.com\/global-travel-reopening-tracker\" target=\"_blank\" style=\"text-decoration: none !important;\" rel=\"noopener noreferrer\">                <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The COVID-19 pandemic has changed all of our worlds, and not just in the short-term. Our realities shifted slowly at first, and before we knew it, the pandemic has questioned all senses of normalcy. As countries closed borders and everyone trickled back home for months of self-quarantined, the travel industry began to nosedive. However, today, [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":47257,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6559,6311,6310],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Travel in 2021 | Complete Post Covid Traveler Guide<\/title>\n<meta name=\"description\" content=\"Our guide on how to travel in 2021 is all you need to plan your first post-COVID vacation - travel recommendations, quarantine-free countries, attraction reopening status, and a lot more compiled from trustworthy sources.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Travel in 2021 | Complete Post Covid Traveler Guide\" \/>\n<meta property=\"og:description\" content=\"Our guide on how to travel in 2021 is all you need to plan your first post-COVID vacation - travel recommendations, quarantine-free countries, attraction reopening status, and a lot more compiled from trustworthy sources.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-16T07:05:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-22T09:52:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Lakshmi Menon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lakshmi Menon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Travel in 2021 | Complete Post Covid Traveler Guide","description":"Our guide on how to travel in 2021 is all you need to plan your first post-COVID vacation - travel recommendations, quarantine-free countries, attraction reopening status, and a lot more compiled from trustworthy sources.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/","og_locale":"en_US","og_type":"article","og_title":"How to Travel in 2021 | Complete Post Covid Traveler Guide","og_description":"Our guide on how to travel in 2021 is all you need to plan your first post-COVID vacation - travel recommendations, quarantine-free countries, attraction reopening status, and a lot more compiled from trustworthy sources.","og_url":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/","og_site_name":"Headout Blog","article_published_time":"2020-06-16T07:05:28+00:00","article_modified_time":"2022-03-22T09:52:26+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg","type":"image\/jpeg"}],"author":"Lakshmi Menon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lakshmi Menon","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/"},"author":{"name":"Lakshmi Menon","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/fe80bf96115b325c05ea56f8a6e0a2f7"},"headline":"How to travel after Covid | A guide","datePublished":"2020-06-16T07:05:28+00:00","dateModified":"2022-03-22T09:52:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/"},"wordCount":3565,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg","keywords":["COVID","Global","Travel"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/","url":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/","name":"How to Travel in 2021 | Complete Post Covid Traveler Guide","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg","datePublished":"2020-06-16T07:05:28+00:00","dateModified":"2022-03-22T09:52:26+00:00","description":"Our guide on how to travel in 2021 is all you need to plan your first post-COVID vacation - travel recommendations, quarantine-free countries, attraction reopening status, and a lot more compiled from trustworthy sources.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/06\/simon-rae-kSJTEv9w5l4-unsplash-scaled-e1595568947680.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/traveling-after-coronavirus-pandemic-complete-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Post COVID Travel Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.headout.com\/blog\/#website","url":"https:\/\/www.headout.com\/blog\/","name":"Headout Blog","description":"Where will you go next?","publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.headout.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.headout.com\/blog\/#organization","name":"Headout","url":"https:\/\/www.headout.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","width":550,"height":84,"caption":"Headout"},"image":{"@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/fe80bf96115b325c05ea56f8a6e0a2f7","name":"Lakshmi Menon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/47293d4b1b985cc456d8d147bb654bc4?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/47293d4b1b985cc456d8d147bb654bc4?s=96&r=g","caption":"Lakshmi Menon"},"description":"Born to parents bit by the wander bug, Lakshmi calls her love for travel \"hereditary and habitual\". Perpetually ensconced with a book in her hand and a mug of coffee in the other, she has been to over 15 countries in her 23 years of existence and is currently saving miles and money for her solo trip to Iceland. Always hustling towards the least trodden path, she has encountered some wonderful people during her escapades and if you ever meet her, she won't stop gushing about them.","url":"https:\/\/www.headout.com\/blog\/author\/lakshmi-menon\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/45092"}],"collection":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=45092"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/45092\/revisions"}],"predecessor-version":[{"id":86079,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/45092\/revisions\/86079"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/47257"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=45092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=45092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=45092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}