{"id":49749,"date":"2020-10-13T11:35:47","date_gmt":"2020-10-13T11:35:47","guid":{"rendered":"https:\/\/blog.headout.com\/?p=49749"},"modified":"2022-02-07T18:58:09","modified_gmt":"2022-02-07T18:58:09","slug":"dubai-travel-restrictions-can-i-travel-to-dubai-right-now","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/","title":{"rendered":"Dubai travel restrictions \u2013 Can I travel to Dubai right now?"},"content":{"rendered":"<p>Can I travel to Dubai right now? Short answer &#8211; Yes. Long answer &#8211; there are a few things you should keep in mind before traveling to Dubai. Here&#8217;s all about the travel restrictions currently implemented in Dubai.<\/p>\n<p>Disclaimer: This blog is updated weekly to the best of our knowledge. For the latest travel advisories, we recommend checking the <a href=\"https:\/\/www.doh.gov.ae\/covid-19\" target=\"_blank\" rel=\"noopener noreferrer\">official government website<\/a>. <\/p>\n<p>In This Article<\/p>\n<ul> <a href=\"#dubaitravelrestrictions1\"><\/p>\n<li style=\"color: #03829D;\">Travel Restrictions in Dubai  &#8211; An Overview <\/li>\n<p><\/a> <a href=\"#dubaitravelrestrictions2\"><\/p>\n<li style=\"color: #03829D;\">Dubai Travel Protocols<\/li>\n<p><\/a> <a href=\"#dubaitravelrestrictions3\"><\/p>\n<li style=\"color: #03829D;\">Who Can Visit Dubai Now? <\/li>\n<p><\/a> <a href=\"#dubaitravelrestrictions4\"><\/p>\n<li style=\"color: #03829D;\">Quarantine Rules in Dubai <\/li>\n<p><\/a><a href=\"#dubaitravelrestrictions5\"><\/p>\n<li style=\"color: #03829D;\">Tips For Staying Safe in Dubai <\/li>\n<p><\/a><a href=\"#dubaitravelrestrictions6\"><\/p>\n<li style=\"color: #03829D;\">COVID Travel Resources Dubai<\/li>\n<p><\/a><\/ul>\n<h2 id=\"dubaitravelrestrictions1\">Travel Restrictions in Dubai  &#8211; An Overview <\/h2>\n<p>Dubai reopened its borders to international visitors on 7 July 2020, after a three-month hiatus. All tourists and visitors (GCC countries included) are required to producea negative COVID-19 PCR test taken no more than 72 hours of departure time, and all test results must be presented either in English or Arabic in original, physical form (Digital copies will not be accepted). <\/p>\n<p> If your test result is positive, you must stay in isolation for 14 days. If you violate home quarantine rules, you would be liable to a fine of AED 50,000. <\/p>\n<h3>Transportation Restrictions in Dubai<\/h3>\n<p>Dubai\u2019s Roads and Transport Authority has updated the public transport schedule in line with new restrictions on movement to limit the spread of Covid-19. In addition to the change in timings, here are the key restrictions in place: <\/p>\n<ul>\n<li>Masks are compulsory on all modes of transport. Failure to wear a face mask could result in a Dhs3,000 fine.<\/li>\n<li>No more than two (2) passengers at a time can travel in a taxi. The exception to this is Hala Taxi Vans, which can accommodate four passengers.<\/li>\n<li>Buses and metros are allowed only a limited number of passengers. A minimum of 1m must be maintained between everyone in the bus at all times.<\/li>\n<\/ul>\n<h3>Eating out in Dubai &#8211; Restrictions <\/h3>\n<ul>\n<li> All bars and restaurants in the city are required to stop serving and halt \u201centertainment activities\u201d at 1 a.m.<\/li>\n<li>Hotels are mandated to cease providing food and beverage services after 3am, with the exception of delivery and room service.<\/li>\n<li>Diners at restaurants will be limited to seven per table and to four people in cafes. Tables will be placed 3 meters apart, or have dividers in between them.<\/li>\n<li>You may remove your mask to eat and drink while seated at a restaurant table.<\/li>\n<\/ul>\n<h3>Tourist Attractions that are now openin Dubai<\/h3>\n<p>Here are all the tourist landmarks and attractions that are now open in Dubai.<\/p>\n<h2 id=\"dubaitravelrestrictions2\">Dubai Travel Protocols<\/h2>\n<p>As of 31 January 2021, the UAE government has announced  a number of changes to the travel protocol for passengers arriving or departing from Dubai. <\/p>\n<ul>\n<li>Those returning to Dubai from overseas (GCC countries included) are required hold a negative COVID 19 PCR test certificate taken no more than 72 hours before departure. UAE nationals are exempt from the above, but will be required to take a PCR test on arrival at Dubai airport.<\/li>\n<li>Children under 12 years of age and passengers who have a moderate\/severe disability are exempt from the COVID\u201119 PCR test<\/li>\n<li>Transit passengers from some countries are are required to present a negative COVID\u201119 PCR test certificate for a test taken no more than 72 hours before departure, as well as to follow any requirements mandated by their final destination.<\/li>\n<\/ul>\n<h2 id=\"dubaitravelrestrictions3\">Who Can Visit Dubai Now? <\/h2>\n<p>[tcb-script src=&#8221;https:\/\/cdn.jsdelivr.net\/npm\/markedjs@10.0.0\/marked.min.js&#8221; integrity=&#8221;sha256-L5R7HpR5ankOAI75aZBmBcQI558i+sIi6MtlUJcYcIE=&#8221; crossorigin=&#8221;anonymous&#8221;][\/tcb-script][tcb-script]  function getLastUpdatedDate() {    const current = new Date();    const yesterday = new Date(current.getTime() &#8211; 86400000);    const options = { year: &#8220;numeric&#8221;, month: &#8220;long&#8221;, day: &#8220;numeric&#8221; };    const fullDate = yesterday.toLocaleDateString(&#8220;en-US&#8221;, options);    return fullDate;  }  const covidCountryRestrictions = document.querySelector(&#8220;.covid-country-restrictions&#8221;);  function generateListMarkup(arr) {    let markup = &#8220;&#8221;;    for (let i = 0; i &lt; arr.length; i++) {      markup += `&lt;li&gt;${marked(arr[i])}&lt;\/li&gt;`;    }    return markup;  }  function generateSingleCountryMarkup(dataArr, covidData) {    let markup = &#8220;&#8221;;    for (let i = 0; i &lt; dataArr.length; i++) {      const data = dataArr[i].fields;      const covidCases = covidData ? covidData.toLocaleString() : &#8220;&#8221;;      const quarantine = data[&#8220;Quarantine Restrictions&#8221;]        ? data[&#8220;Quarantine Restrictions&#8221;]        : &#8220;&#8221;;      const re = \/https?:\/\/[^()]+\/;      const officialLinks = data[&#8220;Official links&#8221;]        ? data[&#8220;Official links&#8221;].match(re)[0].trim()        : &#8220;&#8221;;      const countrySlug = data.Country        ? data.Country.split(&#8221; &#8220;).join(&#8220;-&#8220;).toLowerCase()        : &#8220;&#8221;;      const countryRank = data[&#8220;Rank (from countryTable)&#8221;];      const quarantineDetails = data[&#8220;Quarantine Rule Details&#8221;]        ? data[&#8220;Quarantine Rule Details&#8221;]        : &#8220;&#8221;;      const healthCheckup = data[&#8220;Health Check Up on Arrival&#8221;]        ? data[&#8220;Health Check Up on Arrival&#8221;]        : &#8220;&#8221;;      const freeTextContent = data[&#8220;Free Text Content&#8221;]        ? data[&#8220;Free Text Content&#8221;]        : &#8220;&#8221;;      const negativeCertificate = data[&#8220;Covid 19 negative certificate&#8221;]        ? data[&#8220;Covid 19 negative certificate&#8221;]        : &#8220;&#8221;;      const formRequirements = data[&#8220;New Forms\/Documents Required&#8221;]        ? data[&#8220;New Forms\/Documents Required&#8221;]        : &#8220;&#8221;;      const travelHealthInsurance = data[&#8220;Travel Health Insurance&#8221;]        ? data[&#8220;Travel Health Insurance&#8221;]        : &#8220;&#8221;;      const downloadApps = data[&#8220;Download Apps&#8221;] ? data[&#8220;Download Apps&#8221;] : &#8220;&#8221;;      const whoCanEnter = data[&#8220;Who can enter&#8221;] ? data[&#8220;Who can enter&#8221;] : &#8220;&#8221;;      const listItems = [        quarantineDetails,        healthCheckup,        freeTextContent,        negativeCertificate,        formRequirements,        travelHealthInsurance,        downloadApps,      ].filter((str) =&gt; {        if (str &amp;&amp; str.length != 1) {          return str;        }      });      const listItemMarkup = generateListMarkup(listItems);      const countryMarkup = `&lt;divrestrictions-info show&#8221; : &#8220;restrictions-info&#8221;}&#8221;&gt;${data[&#8220;Who can enter&#8221;] !== undefined &amp;&amp;        `&lt;div&gt;&lt;h3&gt;Who can enter?&lt;\/h3&gt;&lt;p&gt;${whoCanEnter}&lt;\/p&gt;&lt;\/div&gt;`        }&lt;div&gt;&lt;h3&gt;Rules for travelers&lt;\/h3&gt;&lt;ol&gt;${listItemMarkup}&lt;\/ol&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;\ud83c\udfe1&lt;\/div&gt;&lt;div&gt;Quarantine&lt;\/div&gt;&lt;div&gt;${quarantine}&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;\ud83c\udff0&lt;\/div&gt;&lt;div&gt;Tourist Attractions&lt;\/div&gt;&lt;div&gt;${data[&#8220;Tourist Attractions&#8221;]}&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;\ud83d\ude8c&lt;\/div&gt;&lt;div&gt;Public Transport&lt;\/div&gt;&lt;div&gt;${data[&#8220;Public Transport&#8221;]}&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;\ud83c\udf7b&lt;\/div&gt;&lt;div&gt;Dining &amp; Bars&lt;\/div&gt;&lt;div&gt;${data[&#8220;Dining and Bars&#8221;]}&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;\ud83d\ude97&lt;\/div&gt;&lt;div&gt;Land Borders&lt;\/div&gt;&lt;div&gt;${data[&#8220;Land Borders&#8221;] ? data[&#8220;Land Borders&#8221;] : &#8220;&#8221;}&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;&lt;div&gt;\ud83d\ude37&lt;\/div&gt;&lt;div&gt;Covid-19 Cases (last 7 days)&lt;\/div&gt;&lt;div&gt;${covidCases}&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;&lt;div&gt;${countryRank          ? `&lt;a href=&#8221;https:\/\/www.headout.com\/post-covid19-travelling-to-${countrySlug}&#8221;target=&#8221;_blank&#8221; role=&#8221;button&#8221;&gt;Know More&lt;svg width=&#8221;6&#8243;height=&#8221;12&#8243; viewBox=&#8221;0 0 6 12&#8243; fill=&#8221;none&#8221; xmlns=&#8221;http:\/\/www.w3.org\/2000\/svg&#8221;&gt;&lt;path d=&#8221;M0.5 11L5.5 6L0.5 1&#8243; stroke=&#8221;#8000FF&#8221; stroke-linecap=&#8221;round&#8221; stroke-linejoin=&#8221;round&#8221;&gt;&lt;\/path&gt;&lt;\/svg&gt;&lt;\/a&gt;`          : &#8220;&#8221;        }&lt;div&gt;Exceptions may apply, check full details &lt;ahref=&#8221;${officialLinks}&#8221;target=&#8221;_blank&#8221;&gt;here.&lt;\/a&gt;&lt;\/div&gt;&lt;div&gt;Last verified on: ${getLastUpdatedDate()}&lt;\/div&gt;&lt;\/div&gt;&lt;\/div&gt;`;      markup += countryMarkup;    }    return markup;  }  const calcLastWeekCovidCases = (originalArray) =&gt; {    const lastDay = originalArray[originalArray.length &#8211; 1];    const firstDay = originalArray[0];    return lastDay &#8211; firstDay;  };  async function getCovidCasesForLastWeek(countryISO) {    let COVID_API_URL;    switch (countryISO) {      case &#8220;PRI&#8221;:        COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/nyt\/states\/puerto rico?lastdays=8`;        break;      case &#8220;HKG&#8221;:        COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/historical\/chn\/hong kong?lastdays=8`;        break;      default:        COVID_API_URL = `https:\/\/disease.sh\/v3\/covid-19\/historical\/${countryISO}?lastdays=8`;    }    const response = await fetch(COVID_API_URL);    const data = await response.json();    if (data.timeline || (Array.isArray(data) &amp;&amp; data.length &gt; 0)) {      let cases;      if (countryISO == &#8220;PRI&#8221;) {        cases = calcLastWeekCovidCases(data.map((day) =&gt; day.cases));      } else {        cases = calcLastWeekCovidCases(Object.values(data.timeline.cases));      }      return cases;    } else {      return null;    }  }  const country = covidCountryRestrictions.getAttribute(&#8220;data-country&#8221;).split(&#8221; &#8220;).join(&#8220;+&#8221;);  async function getAirtableData() {    const config = {      airtableURL: `https:\/\/api.airtable.com\/v0\/appCiV6q7KyN8meXg\/Travel%20Restrictions?filterByFormula=Country+%3D+&#8217;${country}&#8217;&amp;view=Country+Table+(Restrictions)`,    };    try {      const response = await fetch(&#8220;https:\/\/vivillion.netlify.app\/api\/airtable&#8221;, {        method: &#8220;POST&#8221;,        body: JSON.stringify(config),      });      const data = await response.json();      return data.data.records;    } catch (error) {      console.log(error);    }  }  const addCovidCountryRestrictionMarkup = async () =&gt; {    const airtableData = await getAirtableData();    const ISO3 =      airtableData != undefined &amp;&amp; airtableData.length &gt; 0        ? airtableData[0].fields[&#8220;ISO3&#8221;]        : null;    let covidCases;    if (ISO3) {      covidCases = await getCovidCasesForLastWeek(ISO3);    }    const cases = covidCases ? covidCases : &#8220;n\/a&#8221;;    const markup = generateSingleCountryMarkup(airtableData, cases);    covidCountryRestrictions.insertAdjacentHTML(&#8220;beforeend&#8221;, markup);  };  window.addEventListener(&#8220;DOMContentLoaded&#8221;, () =&gt; {    if (!document.body.classList.contains(&#8220;tve_editor_page&#8221;)) {      addCovidCountryRestrictionMarkup();    }  });[\/tcb-script]<\/p>\n<h2 id=\"dubaitravelrestrictions4\">Quarantine Rules in Dubai  <\/h2>\n<p>Upon arrival in Dubai, a quarantine undertaking form distributed by the Dubai Health Authority is to be filled and submitted. You may need to take another COVID\u201119 PCR test on arrival and remain in your hotel or residence until you receive the test result. <\/p>\n<p>If your test result is positive, you must stay in isolation for 14 days. If you violate home quarantine rules, you would be liable to a fine of AED 50,000.<\/p>\n<p>The Dubai Health Authority (DHA) announced on 6th January 2021, that the quarantine time for mild and asymptomatic Covid-19 cases had been reduced to 10 days. This also applies to those who may have been in contact with someone infected with COVID-19. If you\u2019ve come in close contact with a Covid-19 patient, you must quarantine yourself at home for a period of 10 days.<\/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=\"dubaitravelrestrictions5\">Tips For Staying Safe in Dubai<\/h2>\n<ul>\n<li>The risks of getting COVID-19 are higher in crowded and inadequately ventilated spaces where infected people spend long periods of time together in close proximity. Make sure to maintain a minimum of 2 metres (6 feet) from others at all points.<\/li>\n<li>Always carry a sanitizer with you and sanitize often.<\/li>\n<li>Masks are a must, but gloves are optional. <\/li>\n<li> Avoid public transportation if you can and travel in your own vehicle.<\/li>\n<li>Avoid greeting people by shaking their hands or hugging or kissing them.<\/li>\n<li>Outdoor gatherings are safer than indoor ones, so opt for beaches and parks instead of malls and indoor spaces for recreational activities<\/li>\n<li>If you&#8217;re planning to visit a landmark or tourist attraction, make sure to check for tickets in advance and book a slot<\/li>\n<li>A lot of establishments have closed due to the pandemic. It is worth checking over call before heading out there.<\/li>\n<li>If you have a fever, cough and difficulty breathing, seek medical attention immediately. Call by telephone first, if you can and follow the directions of your local health authority.<\/li>\n<li>Stay home and self-isolate even with minor symptoms such as cough, headache, mild fever, until you recover.<\/li>\n<\/ul>\n<h2 id=\"dubaitravelrestrictions6\">COVID Travel Resources Dubai<\/h2>\n<ul>\n<li><a href=\"https:\/\/u.ae\/en\/information-and-services\/justice-safety-and-the-law\/handling-the-covid-19-outbreak\/faqs-about-coronavirus-covid-19\" target=\"_blank\" rel=\"noopener noreferrer\">FAQs about COVID-19<\/a>&#8211; Department of Health &#8211; Abu Dhabi<\/li>\n<li><a href=\"https:\/\/u.ae\/en\/information-and-services\/justice-safety-and-the-law\/handling-the-covid-19-outbreak\/guidelines-related-to-covid-19\" target=\"_blank\" rel=\"noopener noreferrer\">Government mandated guidelines <\/a> related to COVID-19 <\/li>\n<li>For latest details, follow these handles on Twitter Dubai Health Authority &#8211; <a href=\"https:\/\/twitter.com\/DHA_Dubai\" target=\"_blank\" rel=\"noopener noreferrer\">@dha_dubai<\/a>, Ministry of Health and Prevention &#8211; <a href=\"https:\/\/twitter.com\/mohapuae\" target=\"_blank\" rel=\"noopener noreferrer\">@MoHaPUAE<\/a>, The Department of Economic Development &#8211; <a href=\"https:\/\/twitter.com\/Dubai_DED\" target=\"_blank\" rel=\"noopener noreferrer\">@Dubai_DED<\/a> and The Dubai Municipality Twitter <a href=\"https:\/\/twitter.com\/DMunicipality\" target=\"_blank\" rel=\"noopener noreferrer\">@DMunicipality<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Can I travel to Dubai right now? Short answer &#8211; Yes. Long answer &#8211; there are a few things you should keep in mind before traveling to Dubai. Here&#8217;s all about the travel restrictions currently implemented in Dubai. Disclaimer: This blog is updated weekly to the best of our knowledge. For the latest travel advisories, [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":49897,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6559,6339,6340],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Dubai Travel Restrictions - Can I travel to Dubai right now?<\/title>\n<meta name=\"description\" content=\"Planning to travel to Dubai? Stay up-to-date with the latest travel restrictions in Dubai (updated weekly).\" \/>\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\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dubai Travel Restrictions - Can I travel to Dubai right now?\" \/>\n<meta property=\"og:description\" content=\"Planning to travel to Dubai? Stay up-to-date with the latest travel restrictions in Dubai (updated weekly).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-13T11:35:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T18:58:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\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=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dubai Travel Restrictions - Can I travel to Dubai right now?","description":"Planning to travel to Dubai? Stay up-to-date with the latest travel restrictions in Dubai (updated weekly).","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\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/","og_locale":"en_US","og_type":"article","og_title":"Dubai Travel Restrictions - Can I travel to Dubai right now?","og_description":"Planning to travel to Dubai? Stay up-to-date with the latest travel restrictions in Dubai (updated weekly).","og_url":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/","og_site_name":"Headout Blog","article_published_time":"2020-10-13T11:35:47+00:00","article_modified_time":"2022-02-07T18:58:09+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg","type":"image\/jpeg"}],"author":"Lakshmi Menon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lakshmi Menon","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/"},"author":{"name":"Lakshmi Menon","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/fe80bf96115b325c05ea56f8a6e0a2f7"},"headline":"Dubai travel restrictions \u2013 Can I travel to Dubai right now?","datePublished":"2020-10-13T11:35:47+00:00","dateModified":"2022-02-07T18:58:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/"},"wordCount":1819,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg","keywords":["COVID","Dubai","United Arab Emirates"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/","url":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/","name":"Dubai Travel Restrictions - Can I travel to Dubai right now?","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg","datePublished":"2020-10-13T11:35:47+00:00","dateModified":"2022-02-07T18:58:09+00:00","description":"Planning to travel to Dubai? Stay up-to-date with the latest travel restrictions in Dubai (updated weekly).","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/nick-fewings-wpBHI547h34-unsplash-scaled-e1602690884866.jpg","width":1000,"height":667,"caption":"Dubai Travel Restrictions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/dubai-travel-restrictions-can-i-travel-to-dubai-right-now\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Dubai travel restrictions \u2013 Can I travel to Dubai right now?"}]},{"@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\/49749"}],"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=49749"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/49749\/revisions"}],"predecessor-version":[{"id":82982,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/49749\/revisions\/82982"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/49897"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=49749"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=49749"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=49749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}