{"id":50944,"date":"2020-11-18T05:05:18","date_gmt":"2020-11-18T05:05:18","guid":{"rendered":"https:\/\/blog.headout.com\/?p=50944"},"modified":"2022-02-07T18:57:03","modified_gmt":"2022-02-07T18:57:03","slug":"rome-travel-restrictions-can-i-travel-to-rome-right-now","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/","title":{"rendered":"Are there travel restrictions in Rome?"},"content":{"rendered":"<p>Italy enters the second wave of lockdown after the country reaches its highest number for both deaths and infections. The country has declared a nationwide curfew between 10 pm to 5 am along with regional restrictions that may limit movement from one area to another depending on where you currently reside. Find out all about the latest steps taken by the authority before you make a visit in the near future.<\/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=\"http:\/\/www.salute.gov.it\/portale\/nuovocoronavirus\/homeNuovoCoronavirus.jsp?lingua=english\" target=\"_blank\" rel=\"noopener noreferrer\">official government website<\/a>.<\/p>\n<p>In This Article<\/p>\n<ul> <a href=\"#rometravelrestrictions1\"><\/p>\n<li style=\"color: #03829D;\">Travel Restrictions in Rome  &#8211; An Overview<\/li>\n<p><\/a><a href=\"#rometravelrestrictions1\"><\/a> <a href=\"#rometravelrestrictions2\"><\/a><\/p>\n<p><a href=\"#rometravelrestrictions2\"><\/p>\n<li style=\"color: #03829D;\">Rome Travel Protocols<\/li>\n<p><\/a><a href=\"#rometravelrestrictions2\"><\/a> <a href=\"#rometravelrestrictions3\"><\/a><\/p>\n<p><a href=\"#rometravelrestrictions3\"><\/p>\n<li style=\"color: #03829D;\">Who Can Visit Rome Now?<\/li>\n<p><\/a><a href=\"#rometravelrestrictions3\"><\/a> <a href=\"#rometravelrestrictions4\"><\/a><\/p>\n<p><a href=\"#rometravelrestrictions4\"><\/p>\n<li style=\"color: #03829D;\">Quarantine Rules in Rome<\/li>\n<p><\/a><a href=\"#rometravelrestrictions4\"><\/a><a href=\"#rometravelrestrictions5\"><\/a><\/p>\n<p><a href=\"#rometravelrestrictions5\"><\/p>\n<li style=\"color: #03829D;\">Tips For Staying Safe in Rome<\/li>\n<p><\/a><a href=\"#rometravelrestrictions5\"><\/a><a href=\"#rometravelrestrictions6\"><\/a><\/p>\n<p><a href=\"#rometravelrestrictions6\"><\/p>\n<li style=\"color: #03829D;\">COVID Travel Resources Rome<\/li>\n<p><\/a><a href=\"#rometravelrestrictions6\"><\/a><\/ul>\n<h2 id=\"rometravelrestrictions1\">Travel Restrictions in Rome  &#8211; An Overview<\/h2>\n<p>While unrestricted travel has been permitted to most of the EU countries as well as some of the the non-EU nations, there are a few safety guidelines to be followed that ensure a seamless experience for all visitors.<\/p>\n<p>Apart from this, Italy has now introduced a new regional tier system with colours red, orange and yellow which helps in identifying to what extent each region has been affected by COVID-19. The country by default has been marked a yellow zone. The orange zone shows moderate areas whereas the red zone shows the most affected region in Italy so far. Rules for each area may vary depending on the colour used.<\/p>\n<h2 id=\"rometravelrestrictions3\">Who Can Visit Rome 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>Transportation in Rome &#8211; Restrictions<\/h2>\n<p>With Italy\u2019s nationwide curfew put in place you are now not allowed to step out unless for work or health related reasons. In that case, you\u2019ll need to fill out a self-certification form as well. These are the present transportational guidelines you\u2019ll need to know before visiting Italy.<\/p>\n<ul>\n<li>The number of passengers on public transport has been reduced from 80 percent to 50 percent, excluding school transportation.<\/li>\n<li>People are advised to only use public transportation if it is absolutely necessary.<\/li>\n<li>Most public and private firms have informed residents to work remotely as much as possible.<\/li>\n<li>Individuals in orange zones are not permitted to travel from one area to another unless for essential needs by either public or private transport.<\/li>\n<li>Individuals in the red zone will not be allowed to travel from one municipality to another by either public or private transport. Residents will also not be allowed to move within their own area unless for essential reasons.<\/li>\n<li>Wearing a mask is absolutely compulsory when using public transportation<\/li>\n<li>Social distancing must be maintained at all times.<\/li>\n<\/ul>\n<h2>Eating out in Rome &#8211; Restrictions<\/h2>\n<p>As the number of cases begin to rise in Italy, the authorities have taken up stringent safety guidelines to fight coronavirus.<\/p>\n<ul>\n<li>Starting October 26, the activities of bars, pubs, restaurants, ice-cream parlours, and pastry shops will be open everyday only from 5 a.m. to 6 p.m, including Sundays.<\/li>\n<li>Dining is allowed for a maximum of 4 people per table, unless they all live together.<\/li>\n<li>Take-away facilities are allowed with home delivery until the curfew time 10 pm.<\/li>\n<li>Bars and restaurants have already been closed to the public at 6 pm nationwide under measures introduced in October.<\/li>\n<li>It is mandatory for all restaurant staff to wear masks in the dining area, at reception and in the kitchen.<\/li>\n<li>It is advised for guests to avoid going to crowded restaurants or make prior reservations before arriving at the restaurant.<\/li>\n<li>Face masks must be worn by guests and social distancing should be maintained upon arrival.<\/li>\n<\/ul>\n<h2 id=\"rometravelrestrictions2\">Rome Travel Protocols<\/h2>\n<p>With much of Italy under lockdown, the Italian Government has announced quite a few changes for passengers traveling to and from Italy:<\/p>\n<ul>\n<li>Unrestricted travel is granted for most EU countries as well as Schengen zone countries. Travellers are split into six categories. Here, different rules are applicable depending on the country where you\u2019re travelling from.<\/li>\n<li>Travel for tourism and other purposes is possible to Italy from the following places without any restrictions: EU member states (except for a few countries), other Schengen members including Iceland, Liechtenstein, Norway, and Switzerland, the UK and Northern Ireland, Andorra, Monaco, San Marino, Vatican City.<\/li>\n<li>Many of the European countries so far including the UK are required to take a test on or before arriving in Italy. Both the PCR nasal swab and finger-prick tests are accepted, as long as they\u2019re carried out no more than 72 hours before your journey.<\/li>\n<li>You can also travel from some of the countries outside the European Union as well. The council of European Union had released a list of safe third-countries by analysing their COVID-19 public health status. This confirms that Italy has now opened its borders to Australia, Uruguay, Japan, Republic of Korea, Thailand, Rwanda, New Zealand and Singapore.<\/li>\n<\/ul>\n<p>However, within Italy, apart from the national rule, there are new regional tier systems introduced with colours red, orange and yellow implementing different restrictions based on the area that you reside in:<\/p>\n<h4>Yellow Zones<\/h4>\n<p>The country by default has been made a yellow zone (lower risk), where the national rule is applied for all.<\/p>\n<h4>Orange Zones<\/h4>\n<p>This region covers Puglia and Sicily. For orange zone, the national rule is applied along with the following:<\/p>\n<p><b>Travel restrictions<\/b><\/p>\n<ul>\n<li>Individuals in orange zones are not permitted to travel from one area to another unless for essential needs.<\/li>\n<li>You can enter or leave the orange or red zone for reasons such as work, study, health or emergency which must be clarified using a self-certification form.<\/li>\n<\/ul>\n<p><b>Business closures<\/b><\/p>\n<ul>\n<li>Bars, cafes, restaurants, pastry shops and other food businesses should be closed to the public.<\/li>\n<li>Home deliveries will be allowed and takeaways will be granted until curfew at 10pm.<\/li>\n<\/ul>\n<h4>Red Zones<\/h4>\n<p>This region includes Lombardy, Calabria, Piedmont and Valle d&#8217;Aosta which are higher-risk regions. Here, the national rule is applied along with the following:<\/p>\n<p><b>Travel restrictions:<\/b><\/p>\n<ul>\n<li>Individuals will not be allowed to travel from one municipality to another. Residents will also not be allowed to move within their own area unless for essential reasons.<\/li>\n<li>A self-certification form must be carried if you require to enter or leave the orange or red zone for matters such as work, study, health or other emergency reasons.<\/li>\n<\/ul>\n<p><b>Business closures<\/b>Similar to the orange zone, bars, cafes, restaurants, pastry shops and other catering businesses will be closed to the public. Shops will also be closed except for those that serve essential needs including supermarkets and other food shops, tabacchi, bookshops, stationery stores and salons.<\/p>\n<p><b>School closures<\/b>Distance learning must be practised for the second grade of middle school and upwards in the red zone region and for high schools nationwide.<\/p>\n<p><b>No sports activities<\/b>All sports activities have been stopped temporarily but solo exercises such as running or jogging is allowed.<\/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=\"rometravelrestrictions4\">Quarantine Rules in Rome<\/h2>\n<p>The Italian government has tightened the coronavirus rules for the fourth time in three weeks due to the country\u2019s deteriorating situation caused by COVID-19. Find out the quarantine guidelines put in place to curb the spread of coronavirus.<\/p>\n<ul>\n<li>A new three-tier framework has been introduced with colours red, orange and yellow which indicates that certain rules differ based on where you reside in Italy.<\/li>\n<li>EU member countries and Schengen states will face no quarantine mandates on arrival in Italy.<\/li>\n<li>If you\u2019re traveling from Belgium, France, Netherlands, Czech Republic, Spain, UK and Northern Ireland, you\u2019ll have to show a molecular or antigenic test result carried out by means of a swab. The result should be negative and needs to be given 72 hours before entering Italy.<\/li>\n<li>Travelers arriving from safe third-countries must self-isolate for 14 days on arrival.<\/li>\n<li>Another option would be to undergo a molecular or antigenic test within 48 hours after you enter Italy. You\u2019ll have to quarantine until the results are out.<\/li>\n<li>In addition to this, quarantine is required for individuals who have been tested positive for COVID-19 virus along with people who have had close contact with them.<\/li>\n<li>For the rest of the countries worldwide, all arrivals &#8211; including EU and Italian citizens along with their family members must quarantine in Italy.<\/li>\n<li>All travelers need to fill out the self-declaration form to visit Italy.<\/li>\n<\/ul>\n<p>Quarantine will be exempted for:<\/p>\n<ul>\n<li>Anyone (regardless of nationality) who enters Italy for a duration not more than 120 hours for proven needs of work, health or absolute urgency. It is mandatory that they leave the national territory immediately, failing that can lead to a period of surveillance and fiduciary isolation.<\/li>\n<li>Anyone (regardless of nationality) transits by private means via Italian territory for a duration not exceeding 36 hours.<\/li>\n<li>Cross-border workers entering and exiting the national territory for proven reasons for work and the consequent return to their residence.<\/li>\n<li>Health personnel entering Italy for the exercise of professional health qualifications.<\/li>\n<li>For individuals and students who attend a course of study in a country other than their country of residence, to which they can return every day or at least once a week.<\/li>\n<\/ul>\n<h2 id=\"rometravelrestrictions5\">Tips For Staying Safe in Rome<\/h2>\n<ul>\n<li>Face masks without a doubt remain mandatory in Italy and must be worn whenever you step outside of your home.<\/li>\n<li>Social distancing and the need to sanitize and wash your hands regularly also remain mandatory.<\/li>\n<li>Individuals are requested to keep a safe distance of one meter from others at all times.<\/li>\n<li>Those with a temperature above 37.5 degree celsius are advised to stay at home.<\/li>\n<li>Large group gatherings outside are strictly prohibited.<\/li>\n<li>Due to safety reasons, all museums and galleries will be closed. Shopping centers will be shut during weekends to avoid large crowds as well.<\/li>\n<li>Cinemas, theatres, gyms and fitness centers will also continue to remain shut.<\/li>\n<\/ul>\n<h2 id=\"rometravelrestrictions6\">COVID Travel Resources Rome<\/h2>\n<ul>\n<li><a href=\"http:\/\/www.salute.gov.it\/portale\/nuovocoronavirus\/dettaglioContenutiNuovoCoronavirus.jsp?lingua=english&amp;id=5412&amp;area=nuovoCoronavirus&amp;menu=vuoto\" target=\"_blank\" rel=\"noopener noreferrer\">Covid-19, travellers<\/a> &#8211; Ministry of Health, Italy<\/li>\n<li><a href=\"http:\/\/www.salute.gov.it\/portale\/nuovocoronavirus\/dettaglioContenutiNuovoCoronavirus.jsp?lingua=italiano&amp;id=5412&amp;area=nuovoCoronavirus&amp;menu=vuoto&amp;tab=8\" target=\"_blank\" rel=\"noopener noreferrer\">Exemptions from quarantine<\/a> &#8211;  Ministry of Health, Italy<\/li>\n<li><a href=\"https:\/\/www.schengenvisainfo.com\/eu-list-of-epidemiologically-safe-countries-amid-covid-19\/\" target=\"_blank\" rel=\"noopener noreferrer\">EU\u2019s List of Epidemiologically Safe Countries Amid COVID-19<\/a> &#8211; Schengen Visa Information<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Italy enters the second wave of lockdown after the country reaches its highest number for both deaths and infections. The country has declared a nationwide curfew between 10 pm to 5 am along with regional restrictions that may limit movement from one area to another depending on where you currently reside. Find out all about [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":61317,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6273,6557,6298,6297],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rome Travel Restrictions \u2013 Can I travel to Rome right now?<\/title>\n<meta name=\"description\" content=\"Planning to travel to Rome? Stay up-to-date with the latest travel restrictions in Rome (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\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rome Travel Restrictions \u2013 Can I travel to Rome right now?\" \/>\n<meta property=\"og:description\" content=\"Planning to travel to Rome? Stay up-to-date with the latest travel restrictions in Rome (updated weekly).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-18T05:05:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T18:57:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.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=\"Manisha Choudhari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manisha Choudhari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rome Travel Restrictions \u2013 Can I travel to Rome right now?","description":"Planning to travel to Rome? Stay up-to-date with the latest travel restrictions in Rome (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\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/","og_locale":"en_US","og_type":"article","og_title":"Rome Travel Restrictions \u2013 Can I travel to Rome right now?","og_description":"Planning to travel to Rome? Stay up-to-date with the latest travel restrictions in Rome (updated weekly).","og_url":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/","og_site_name":"Headout Blog","article_published_time":"2020-11-18T05:05:18+00:00","article_modified_time":"2022-02-07T18:57:03+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.jpg","type":"image\/jpeg"}],"author":"Manisha Choudhari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Manisha Choudhari","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/"},"author":{"name":"Manisha Choudhari","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/415b4926de23c1dfad7576985cacc339"},"headline":"Are there travel restrictions in Rome?","datePublished":"2020-11-18T05:05:18+00:00","dateModified":"2022-02-07T18:57:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/"},"wordCount":2498,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.jpg","keywords":["City Guide","Covid","Italy","Rome"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/","url":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/","name":"Rome Travel Restrictions \u2013 Can I travel to Rome right now?","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.jpg","datePublished":"2020-11-18T05:05:18+00:00","dateModified":"2022-02-07T18:57:03+00:00","description":"Planning to travel to Rome? Stay up-to-date with the latest travel restrictions in Rome (updated weekly).","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/gabriella-clare-marino-aOp09DVoFzM-unsplash-scaled-e1622700686368.jpg","width":1200,"height":800,"caption":"Rome Travel Restrictions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/rome-travel-restrictions-can-i-travel-to-rome-right-now\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Are there travel restrictions in Rome?"}]},{"@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\/415b4926de23c1dfad7576985cacc339","name":"Manisha Choudhari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/857f7d75c51032097426b804b3c0cc4a?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/857f7d75c51032097426b804b3c0cc4a?s=96&r=g","caption":"Manisha Choudhari"},"description":"If there's one thing Manisha loves more than cake, it's travelling. While studying in London, she fell in love with the city, and decided that she wanted to combine her two interests - writing and travelling. Having made London her home, she now travels through Europe during summers, spends winters under ten blankets, and writes about her adventures in between.","url":"https:\/\/www.headout.com\/blog\/author\/manisha\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50944"}],"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\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=50944"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50944\/revisions"}],"predecessor-version":[{"id":82556,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/50944\/revisions\/82556"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/61317"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=50944"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=50944"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=50944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}