{"id":51065,"date":"2020-11-20T12:36:07","date_gmt":"2020-11-20T12:36:07","guid":{"rendered":"https:\/\/blog.headout.com\/?p=51065"},"modified":"2021-06-03T06:05:38","modified_gmt":"2021-06-03T06:05:38","slug":"barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/","title":{"rendered":"Are there travel restrictions in Barcelona?"},"content":{"rendered":"<p>While Spain is still struggling to resume its daily activities across all regions, Catalonia gets ready to ease its lockdown restrictions by maintaining effective guidelines. This includes granting access to travel and reopening the local bars and restaurants while following the social distancing protol along with wearing masks mandatorily whenever you step out outside. Check out everything that you need to know before you plan a visit to Barcelona.<\/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:\/\/catalangovernment.eu\/catalangovernment\/\" target=\"_blank\" rel=\"noopener noreferrer\">official government website<\/a>.<\/p>\n<p>In This Article<\/p>\n<ul> <a href=\"#barcelonatravelrestrictions1\"><\/p>\n<li style=\"color: #03829D;\">Travel Restrictions in Barcelona &#8211; An Overview<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions1\"><\/a><a href=\"#barcelonatravelrestrictions1\"><\/a> <a href=\"#barcelonatravelrestrictions2\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions2\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions2\"><\/p>\n<li style=\"color: #03829D;\">Barcelona Travel Protocols<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions2\"><\/a><a href=\"#barcelonatravelrestrictions2\"><\/a> <a href=\"#barcelonatravelrestrictions3\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions3\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions3\"><\/p>\n<li style=\"color: #03829D;\">Who Can Visit Barcelona Now?<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions3\"><\/a><a href=\"#barcelonatravelrestrictions3\"><\/a> <a href=\"#barcelonatravelrestrictions4\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions4\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions4\"><\/p>\n<li style=\"color: #03829D;\">Quarantine Rules in Barcelona<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions4\"><\/a><a href=\"#barcelonatravelrestrictions4\"><\/a><a href=\"#barcelonatravelrestrictions5\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions5\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions5\"><\/p>\n<li style=\"color: #03829D;\">Tips For Staying Safe in Barcelona<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions5\"><\/a><a href=\"#barcelonatravelrestrictions5\"><\/a><a href=\"#barcelonatravelrestrictions6\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions6\"><\/a><\/p>\n<p><a href=\"#barcelonatravelrestrictions6\"><\/p>\n<li style=\"color: #03829D;\">COVID Travel Resources Barcelona<\/li>\n<p><\/a><a href=\"#barcelonatravelrestrictions6\"><\/a><a href=\"#barcelonatravelrestrictions6\"><\/a><\/ul>\n<h2 id=\"barcelonatravelrestrictions1\">Travel Restrictions in Barcelona &#8211; An Overview<\/h2>\n<p>New travel restrictions allow visitors to enter Spain from low-risk countries by presenting the health control form along with undergoing a PCR test to submit a negative test result within 72 hours prior to your arrival in Spain.<\/p>\n<p>International travellers will be required to quarantine only if they have COVID-19 symptoms. These rules will come into effect starting November 23rd, 2020 and are likely to change depending on the progress made by the region.<\/p>\n<h2 id=\"barcelonatravelrestrictions3\">Who Can Visit Barcelona 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 Barcelona &#8211; Restrictions<\/h2>\n<p>Based on the latest guidelines stated by the Mobility and Transport authority, a new and effective system has been put in place to prevent the spread of coronavirus. Here is everything you need to know before you travel again:<\/p>\n<ul>\n<li>Face masks must be worn at all times when using public transportation.<\/li>\n<li>It is mandatory to cover your mouth and nose with disposable tissues or inside of the elbow when coughing or sneezing.<\/li>\n<li>It is advised to wash your hands thoroughly with soap and water or by using a hydroalcoholic gel as soon as you leave the public transportation.<\/li>\n<li>Use public transportation only if necessary. Residents are asked to work remotely as much as possible. If you have to step out, avoid peak times whenever possible.<\/li>\n<li>Passengers are requested to stand patiently in an orderly queue at the entrances and exits of the train and metro stations by maintaining a safe distance whenever required.<\/li>\n<li>On the platforms and bus stops, leave plenty of space in front of the doors, allowing space for travellers to step out.<\/li>\n<li>For bus tickets, passengers are required to purchase them online, through the TMB App or via the metro station\u2019s vending machines at the bus stop.<\/li>\n<li>Any activity involving the removal of face masks on public transport such as eating, drinking, should be done once you step out outside, in the open air.<\/li>\n<li>The public transportation network continues to operate at full capacity and offer 100% of its service even though its demand has dropped significantly.<\/li>\n<li>Limits on night services are in place for all rail services including metro, FGC and Tram where the operations stop by midnight.<\/li>\n<li>Cleaning and disinfection measures at trains and stations will be done frequently.<\/li>\n<\/ul>\n<h2>Eating out in Barcelona &#8211; Restrictions<\/h2>\n<p>While the outdoor dining restrictions still remain strict across many regions in Spain, Catalonia has decided to ease its guidelines by continuing to maintain effective measures within all bars and restaurants starting November 23rd 2020. Changes will be updated every two weeks depending on the progress seen. Find out the new steps introduced by the government before you head out again:<\/p>\n<ul>\n<li>Bars and restaurants will reopen from 6 am to 9:30 pm.<\/li>\n<li>Bar terraces: a safe distance of two meters must be maintained between tables and a maximum of four people will be allotted per table (except for bubble groups).<\/li>\n<li>Inside bars and restaurants: capacity has been reduced to 30% with no limit for outdoor seating.<\/li>\n<li>Guests will be allowed to take off their mask in bars and restaurants once seated at a table.<\/li>\n<li>At present upto six guests will be allowed. However, this will be changed to ten from December 21st, enabling larger groups to celebrate Christmas and New Year together.<\/li>\n<li>Greater ventilation system will be put in place for better air circulation within closed spaces.<\/li>\n<\/ul>\n<h2 id=\"barcelonatravelrestrictions2\">Barcelona Travel Protocols<\/h2>\n<p>Currently, the entry and exit of travelers from Catalonia is limited due to the closure imposed by the Catalan government. During the weekend, the entry and exit of each municipality is restricted, from Friday 6am to Monday 6am. Limitations have also been placed on night mobility that does not allow the movement between 10pm and 6am. Nonetheless, international travelers can still visit Spain under certain exemptions. Find out safety measures to be followed before making a visit.<\/p>\n<ul>\n<li>You can travel to Spain if you are travelling from the European Union, from a country in the Schengen area, or from another country which has a reciprocal agreement with Spain for accepting travellers. These are Australia, China, South Korea, Japan, New Zealand, Rwanda, Singapore, Thailand and Uruguay.<\/li>\n<li>In all cases, starting November 23rd, travelers will be required to do a PCR test and submit a negative test result within 72 hours prior to your arrival in Spain.<\/li>\n<li>Travelers will be required to self-isolate only if they have COVID-19 symptoms.<\/li>\n<li>Travelers must fill in a health control form (FCS) and sign it electronically before travelling to Spain. This can be done via internet, smartphone application, or with a document before you board the flight. After you sign it you will receive a QR code which needs to be presented when you arrive in Spain.<\/li>\n<li> All travelers arriving in Spain via air or sea will require to undergo a health check. This check may include having their temperature taken, checking their documents, and a visual examination of the passenger\u2019s state of health. You must show your health control form (FCS) in all cases.<\/li>\n<li>All tourists going to Canary Islands must present a negative PCR or antigen test taken no more than 72 hours earlier.<\/li>\n<li>Travelers from countries can visit if they fall into the following categories:<\/li>\n<ol>\n<li>    Students who study in one of the EU\/Schengen member states and hold an appropriate visa and medical insurance who are traveling within the course of their academic studies or 15 days prior.<\/li>\n<li>Highly qualified workers including participants in high-level sporting events that take place in Spain.<\/li>\n<li>People traveling for duly accredited family reasons.<\/li>\n<li>People traveling for humanitarian reasons.<\/li>\n<li>Health professionals coming to Spain for work.<\/li>\n<li>Goods and transport personnel.<\/li>\n<li>Diplomats, consular, international officials, military personnel, civil protection and members of humanitarian organizations.<\/li>\n<\/ol>\n<\/ul>\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=\"barcelonatravelrestrictions4\">Quarantine Rules in Barcelona<\/h2>\n<p>At the moment it is not necessary for travellers to quarantine when entering Spain. However, you will have to undergo temperature checks, fill out the health control form and also do a PCR test before arrival. It should be taken no more than 72 hours before you enter Spain.<\/p>\n<h2 id=\"barcelonatravelrestrictions5\">Tips For Staying Safe in Barcelona<\/h2>\n<ul>\n<li>On weekends, from Friday 6am to Monday 6am it is prohibited to leave Barcelona expect for reasons of force majeure.<\/li>\n<li>Only essential shops are open by maintaining a safe distance along with significantly reduced capacity.<\/li>\n<li>Gathering of over 6 people is forbidden.<\/li>\n<li>Gym, cinema and theatre, concert halls and auditoriums will reopen at 50% capacity up to a maximum of 500 people.<\/li>\n<li>Commercial establishments of over 800 square meters will reopen at 30% capacity.<\/li>\n<li>The night-time mobility is banned from 10 pm to 6 am.<\/li>\n<li>It is highly recommended to stay at home if you\u2019re feeling sick unless you are leaving for essential medical care (including COVID-19 testing) or other essential errands.<\/li>\n<li>A social distancing of at least 2 meters needs to be maintained from others.<\/li>\n<li>Chances are you can be contagious without symptoms and might spread the disease when you cough, sneeze or even talk. Face masks help reduce the spread of COVID-19.<\/li>\n<li>Smoking is banned on all public areas.<\/li>\n<li>It is now mandatory to wear face masks in all public spaces. Travelers will be fined \u20ac100 if they fail to follow these guidelines.<\/li>\n<li>Wash your hands with soap and water or you can also use hydroalcoholic sanitizers if available.<\/li>\n<li>Avoid large gatherings as this highers the risk of getting affected by COVID-19.<\/li>\n<\/ul>\n<h2 id=\"barcelonatravelrestrictions6\">COVID Travel Resources Barcelona<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.barcelona.cat\/mobilitat\/en\/news-and-documents\/news\/public-transport-continues-to-offer-100-service-levels_998206\" target=\"_blank\" rel=\"noopener noreferrer\">Public transport continues to offer 100% service levels<\/a> &#8211; Barcelona.cat<\/li>\n<li><a href=\"https:\/\/www.barcelona.cat\/covid19\/en\/measures-combat-covid-19-barcelona\" target=\"_blank\" rel=\"noopener noreferrer\">Measures to combat COVID-19 in Barcelona<\/a> &#8211; Barcelona.cat<\/li>\n<li><a href=\"https:\/\/www.traveloffpath.com\/spain-covid-19-entry-requirements-travelers-need-to-know\/\" target=\"_blank\" rel=\"noopener noreferrer\">Spain: Covid-19 Entry Requirements Travelers Need To Know<\/a> &#8211; Travel Off Path<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>While Spain is still struggling to resume its daily activities across all regions, Catalonia gets ready to ease its lockdown restrictions by maintaining effective guidelines. This includes granting access to travel and reopening the local bars and restaurants while following the social distancing protol along with wearing masks mandatorily whenever you step out outside. Check [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":61303,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6266,6273,6267],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Barcelona Travel Restrictions \u2013 Can I travel to Barcelona right now?<\/title>\n<meta name=\"description\" content=\"Planning to travel to Barcelona? Stay up-to-date with the latest travel restrictions in Barcelona (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\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Barcelona Travel Restrictions \u2013 Can I travel to Barcelona right now?\" \/>\n<meta property=\"og:description\" content=\"Planning to travel to Barcelona? Stay up-to-date with the latest travel restrictions in Barcelona (updated weekly).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-20T12:36:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-03T06:05:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.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=\"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=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Barcelona Travel Restrictions \u2013 Can I travel to Barcelona right now?","description":"Planning to travel to Barcelona? Stay up-to-date with the latest travel restrictions in Barcelona (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\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/","og_locale":"en_US","og_type":"article","og_title":"Barcelona Travel Restrictions \u2013 Can I travel to Barcelona right now?","og_description":"Planning to travel to Barcelona? Stay up-to-date with the latest travel restrictions in Barcelona (updated weekly).","og_url":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/","og_site_name":"Headout Blog","article_published_time":"2020-11-20T12:36:07+00:00","article_modified_time":"2021-06-03T06:05:38+00:00","og_image":[{"width":1200,"height":900,"url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.jpg","type":"image\/jpeg"}],"author":"Manisha Choudhari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Manisha Choudhari","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/"},"author":{"name":"Manisha Choudhari","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/415b4926de23c1dfad7576985cacc339"},"headline":"Are there travel restrictions in Barcelona?","datePublished":"2020-11-20T12:36:07+00:00","dateModified":"2021-06-03T06:05:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/"},"wordCount":2240,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.jpg","keywords":["Barcelona","City Guide","Spain"],"articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/","url":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/","name":"Barcelona Travel Restrictions \u2013 Can I travel to Barcelona right now?","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#primaryimage"},"thumbnailUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.jpg","datePublished":"2020-11-20T12:36:07+00:00","dateModified":"2021-06-03T06:05:38+00:00","description":"Planning to travel to Barcelona? Stay up-to-date with the latest travel restrictions in Barcelona (updated weekly).","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-right-now\/#primaryimage","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.jpg","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2020\/11\/dimitry-anikin-ECkAbFv_Nnc-unsplash-scaled-e1622700316199.jpg","width":1200,"height":900,"caption":"Barcelona Travel Restrictions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/barcelona-travel-restrictions-can-i-travel-to-barcelona-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 Barcelona?"}]},{"@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\/51065"}],"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=51065"}],"version-history":[{"count":0,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/51065\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/61303"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=51065"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=51065"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=51065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}