{"id":49902,"date":"2020-10-14T16:07:51","date_gmt":"2020-10-14T16:07:51","guid":{"rendered":"https:\/\/blog.headout.com\/?p=49902"},"modified":"2022-02-07T18:57:08","modified_gmt":"2022-02-07T18:57:08","slug":"paris-travel-restrictions-can-i-travel-to-paris-right-now","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/","title":{"rendered":"Paris travel restrictions \u2013 Can I travel to Paris right now?"},"content":{"rendered":"<p>Many countries continue to have strict travel restrictions in place, and the possibility of  international travel still remain limited. Paris has loosened travel restrictions for travelers across European Nations and a few other countries, but there are many restrictions in place within the city. Before you plan to visit Paris, here are the latest developments you ought to know.<\/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.gouvernement.fr\/en\/coronavirus-covid-19\" target=\"_blank\" rel=\"noopener noreferrer\">official government website<\/a>.<\/p>\n<p>In This Article<\/p>\n<ul> <a href=\"#paristravelrestrictions1\"><\/p>\n<li style=\"color: #03829D;\">Travel Restrictions in Paris  &#8211; An Overview<\/li>\n<p><\/a><a href=\"#paristravelrestrictions1\"><\/a> <a href=\"#paristravelrestrictions2\"><\/a><\/p>\n<p><a href=\"#paristravelrestrictions2\"><\/p>\n<li style=\"color: #03829D;\">Paris Travel Protocols<\/li>\n<p><\/a><a href=\"#paristravelrestrictions2\"><\/a> <a href=\"#paristravelrestrictions3\"><\/a><\/p>\n<p><a href=\"#paristravelrestrictions3\"><\/p>\n<li style=\"color: #03829D;\">Who Can Visit Paris Now?<\/li>\n<p><\/a><a href=\"#paristravelrestrictions3\"><\/a> <a href=\"#paristravelrestrictions4\"><\/a><\/p>\n<p><a href=\"#paristravelrestrictions4\"><\/p>\n<li style=\"color: #03829D;\">Quarantine Rules in Paris<\/li>\n<p><\/a><a href=\"#paristravelrestrictions4\"><\/a><a href=\"#paristravelrestrictions5\"><\/a><\/p>\n<p><a href=\"#paristravelrestrictions5\"><\/p>\n<li style=\"color: #03829D;\">Tips For Staying Safe in Paris<\/li>\n<p><\/a><a href=\"#paristravelrestrictions5\"><\/a><a href=\"#paristravelrestrictions6\"><\/a><\/p>\n<p><a href=\"#paristravelrestrictions6\"><\/p>\n<li style=\"color: #03829D;\">COVID Travel Resources Paris<\/li>\n<p><\/a><a href=\"#paristravelrestrictions6\"><\/a><\/ul>\n<h2 id=\"paristravelrestrictions1\">Travel Restrictions in Paris  &#8211; An Overview<\/h2>\n<p>Travelers flying to Paris from countries outside of the EU and a few other countries like New Zealand, Rwanda, South Korea, Thailand, Tunisia, and Uruguay must present results of a negative virology COVID-19 test, like a PCR test, carried out less than 72 hours before the flight.<\/p>\n<p>Travelers who are permitted to enter France from countries that are not exempt must quarantine upon arrival. Those with no symptoms must self-isolate for 14 days, and those with symptoms must quarantine for up to 30 days.<\/p>\n<h2 id=\"paristravelrestrictions3\">Who Can Visit Paris 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 Paris &#8211; Restrictions<\/h2>\n<ul>\n<li>The RATP disinfects the buses, tramways, and metro and RER trains twice a day, with special attention to touch point areas such as doors, grab handles and vertical poles, and staircase or escalator handrails.<\/li>\n<li>Face masks are a must while traveling in any mode of public transport in Paris, along with social distancing of a minimum 2 meters at all points.<\/li>\n<li>Bus, metro and tramway doors open automatically at every single stop to avoid touch at door handles.<\/li>\n<li>Free hand sanitizer dispensers have been installed at stations to avoid the spread of the virus and enable frequent sanitization by travelers.<\/li>\n<li>Travelers can limit contact and reduce waiting time in queues by using the RATP mobile app to buy or top up tickets or travel cards.<\/li>\n<\/ul>\n<h2>Eating out in Paris &#8211; Restrictions<\/h2>\n<p>As of October 2020, Paris will shut all bars and restaurants are allowed to remain open only if  strict hygiene rules are in place. Below are the list of restrictions in place at restaurants in Paris:<\/p>\n<ul>\n<li>Space of 1 meter between chairs of different tables must be maintained and only a maximum of six people at each table. This is to reduce the density of people in an enclosed space to limit passing of aerosols that carry the infection. Restaurants can also install protective screens as an added protection.<\/li>\n<li>All restaurant staff must wear masks in the dining area, at reception and in the kitchen.<\/li>\n<li>Customers are also required to wear a mask till their first course is served and put it back on when moving around the restaurant and in between courses<\/li>\n<li>Restaurant staff must keep details of all diners in a registry kept at the entrance.<\/li>\n<li>Online reservations are recommended to avoid queuing in front of the establishment.<\/li>\n<li>All restaurants will provide hand sanitising gel dispensers in easily accessible places and at least at the entrance to the restaurant (and ideally on each table).<\/li>\n<li>Customers are required to pay at the table rather than at the counter in order to avoid them moving around inside the restaurant. Contactless card payments are encouraged over cash payments.<\/li>\n<li>Cloakrooms for coats and personal belongings are temporarily closed.<\/li>\n<li>Customers are not allowed to have a drink while standing inside or outside the restaurant.<\/li>\n<li>Restaurants will avoid providing objects that can be touched by several customers (books, games, newspapers, salt shakers, etc.) For example, salt or pepper will be offered in single sachets.<\/li>\n<\/ul>\n<h2>Tourist Attractions that are now openin Paris<\/h2>\n<p>Here&#8217;s a complete list of all the tourist landmarks and attractions that are now open in Paris.<\/p>\n<h2 id=\"paristravelrestrictions2\">Paris Travel Protocols<\/h2>\n<p>As of October 2020, all non-European citizens are no longer able to enter the Schengen area.<\/p>\n<p>The exceptions are for:<\/p>\n<ul>\n<li>Citizens of the United Kingdom, Iceland, Norway, Switzerland, Liechtenstein, San Marin, Monaco, Andorra and Vatican<\/li>\n<li>Foreign citizens holding a French residence permit or a European residence permit returning home.<\/li>\n<li>People in charge of goods transportation.<\/li>\n<li>Health professionals mobilized in the fight against Covid-19.<\/li>\n<\/ul>\n<p>All passengers traveling to Paris are requested to observe a  a 14-day voluntary quarantine period to protect themselves and protect others.<\/p>\n<p>For French citizens, the French State advises against traveling abroad (except Schengen area and authorized countries), in view of the travel restrictions in France and the measures taken by many countries at often very short notice (interruption of air links, ban on entry into the territory, compulsory isolation, etc.).<\/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=\"paristravelrestrictions4\">Quarantine Rules in Paris<\/h2>\n<p>For those looking to enter Paris, two additional documents are required:<\/p>\n<ul>\n<li>An exempted movement certificate for Metropolitan France, to be presented to travel companies prior to departure as well as to border control authorities (travel by air, sea and land and rail).<\/li>\n<li>COVID-19 free declaration (included in the same document).<\/li>\n<\/ul>\n<p>In lieu of on-arrival quarantine or isolation, travelers visiting France are encouraged to obtain a negative PCR test beforehand. Failure to do this will result in an on-site PCR test and may necessitate a 14-day quarantine to be undertaken at a location of their choice or special accommodations where appropriate.<\/p>\n<h2 id=\"paristravelrestrictions5\">Tips For Staying Safe in Paris<\/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=\"paristravelrestrictions6\">COVID Travel Resources Paris<\/h2>\n<ul>\n<li>France Government website for <a href=\"https:\/\/www.gouvernement.fr\/info-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Coronavirus updates<\/a><\/li>\n<li><a href=\"https:\/\/wwwnc.cdc.gov\/travel\/notices\/warning\/coronavirus-france\" target=\"_blank\" rel=\"noopener noreferrer\">CDC COVID Travel Resource<\/a> for France<\/li>\n<li><a href=\"https:\/\/covid19.who.int\/region\/euro\/country\/fr\" target=\"_blank\" rel=\"noopener noreferrer\">WHO COVID Travel Resource<\/a> for France<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Many countries continue to have strict travel restrictions in place, and the possibility of international travel still remain limited. Paris has loosened travel restrictions for travelers across European Nations and a few other countries, but there are many restrictions in place within the city. Before you plan to visit Paris, here are the latest developments [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":61306,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6559,6317,6316],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Paris Travel Restrictions - Can I travel to Paris right now?<\/title>\n<meta name=\"description\" content=\"Planning to travel to Paris? Stay up-to-date with the latest travel restrictions in Paris (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\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Paris Travel Restrictions - Can I travel to Paris right now?\" \/>\n<meta property=\"og:description\" content=\"Planning to travel to Paris? Stay up-to-date with the latest travel restrictions in Paris (updated weekly).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-14T16:07:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T18:57:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\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=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Paris Travel Restrictions - Can I travel to Paris right now?","description":"Planning to travel to Paris? Stay up-to-date with the latest travel restrictions in Paris (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\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/","og_locale":"en_US","og_type":"article","og_title":"Paris Travel Restrictions - Can I travel to Paris right now?","og_description":"Planning to travel to Paris? Stay up-to-date with the latest travel restrictions in Paris (updated weekly).","og_url":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/","og_site_name":"Headout Blog","article_published_time":"2020-10-14T16:07:51+00:00","article_modified_time":"2022-02-07T18:57:08+00:00","og_image":[{"width":1200,"height":900,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg","type":"image\/jpeg"}],"author":"Lakshmi Menon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lakshmi Menon","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/"},"author":{"name":"Lakshmi Menon","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/fe80bf96115b325c05ea56f8a6e0a2f7"},"headline":"Paris travel restrictions \u2013 Can I travel to Paris right now?","datePublished":"2020-10-14T16:07:51+00:00","dateModified":"2022-02-07T18:57:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/"},"wordCount":1976,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg","keywords":["COVID","France","Paris"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/","url":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/","name":"Paris Travel Restrictions - Can I travel to Paris right now?","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg","datePublished":"2020-10-14T16:07:51+00:00","dateModified":"2022-02-07T18:57:08+00:00","description":"Planning to travel to Paris? Stay up-to-date with the latest travel restrictions in Paris (updated weekly).","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/10\/charlota-blunarova-I9RJT5tOXyM-unsplash-scaled-e1622700531304.jpg","width":1200,"height":900,"caption":"Paris Travel Restrictions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/paris-travel-restrictions-can-i-travel-to-paris-right-now\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Paris travel restrictions \u2013 Can I travel to Paris 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\/49902"}],"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=49902"}],"version-history":[{"count":1,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/49902\/revisions"}],"predecessor-version":[{"id":82600,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/49902\/revisions\/82600"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/61306"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=49902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=49902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=49902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}