{"id":333,"date":"2021-01-21T12:54:23","date_gmt":"2021-01-21T12:54:23","guid":{"rendered":"https:\/\/ferrycroatia.com\/it\/?p=333"},"modified":"2021-03-31T13:17:05","modified_gmt":"2021-03-31T11:17:05","slug":"zara-fiume","status":"publish","type":"post","link":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/","title":{"rendered":"Zara &#8211; Fiume"},"content":{"rendered":"\n<p>Un <strong>traghetto da Zara e Fiume <\/strong>potrebbe sembrare un po&#8217; strano dato che <strong>entrambe le localit\u00e0 si trovano sulla terraferma<\/strong>, tuttavia ha davvero senso. Ecco perch\u00e9:<br><\/p>\n\n\n\n<p><strong>La distanza in auto pi\u00f9 breve <\/strong>tra le citt\u00e0 \u00e8 di <strong>220 Km<\/strong>, che \u00e8 tramite la strada costiera. Questo \u00e8 un viaggio bello ma di lunga durata, <a href=\"https:\/\/getbybus.com\/it\/bus-zara-a-fiume\"><strong>gli autobus da Zara a Fiume<\/strong><\/a>, in alcuni casi seguono questo percorso in altri casi prendono il percorso pi\u00f9 lungo via l&#8217;autostrada, in entrambi i casi<strong> il tempo di viaggio \u00e8 di almeno 4 ore<\/strong> e in alcuni casi anche pi\u00f9 di 6 ore.<br><\/p>\n\n\n\n<p><strong>La distanza dal mare tra Zara e Rijeka <\/strong>\u00e8 di circa 160 km. Anche se il traghetto veloce non naviga direttamente ma si ferma sull&#8217;isola di Silba (Selve), sull&#8217;<a href=\"https:\/\/www.ferrycroatia.com\/it\/isola-di-arbe\/\" title=\"Isola di Arbe (Rab)\">isola di Rab<\/a> (Arbe) e sull&#8217;<a href=\"https:\/\/www.ferrycroatia.com\/it\/isola-di-veglia\/\" title=\"Isola di Krk (Veglia)\">isola di Krk<\/a> (Veglia) durante il tragitto, ha solo<strong> un tempo di navigazione di 4 ore e 10 minuti<\/strong>, quindi pi\u00f9 o meno il tempo in cui l&#8217;autobus pi\u00f9 veloce fa il viaggio.<\/p>\n\n\n\n\n                \n        \n        \n        <div class=\"search-results\">\n            <div class=\"search-results__content\">\n                <h1 class=\"search-results__entry-title\">\n                    Zara <i class=\"fa fa-long-arrow-alt-right\"><\/i> Fiume, 2026-05-25                <\/h1>\n                                    <div class=\"search-results__no-results\">\n                                            <\/div>\n                                                    <!--        <\/div>-->\n<!--            <\/div>-->\n        <\/div>\n        <script>\n            \/\/jQuery.noConflict();\n            var ratios = JSON.parse('[{\"ratio\":1631.759056,\"val\":\"ARS\",\"sign\":\"Arg$\"},{\"ratio\":1.95,\"val\":\"BAM\",\"sign\":\"KM\"},{\"ratio\":5.844416,\"val\":\"BRL\",\"sign\":\"R$\"},{\"ratio\":0.9119,\"val\":\"CHF\",\"sign\":\"CHF\"},{\"ratio\":24.289,\"val\":\"CZK\",\"sign\":\"K\\u010d\"},{\"ratio\":1,\"val\":\"EUR\",\"sign\":\"\\u20ac\"},{\"ratio\":0.86418,\"val\":\"GBP\",\"sign\":\"\\u00a3\"},{\"ratio\":10.7295,\"val\":\"NOK\",\"sign\":\"NKr\"},{\"ratio\":3.954114,\"val\":\"PEN\",\"sign\":\"S\\\/\"},{\"ratio\":4.242,\"val\":\"PLN\",\"sign\":\"z\\u0142\"},{\"ratio\":117.404471,\"val\":\"RSD\",\"sign\":\"DIN\"},{\"ratio\":10.8695,\"val\":\"SEK\",\"sign\":\"SKr\"},{\"ratio\":53.019603,\"val\":\"TRY\",\"sign\":\"\\u20ba\"},{\"ratio\":1.1595,\"val\":\"USD\",\"sign\":\"$\"}]');\n            var stations = JSON.parse('null');\n            var startImage = 'https:\/\/www.ferrycroatia.com\/it\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/start.png',\n                endImage = 'https:\/\/www.ferrycroatia.com\/it\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/end.png',\n                pinImage = 'https:\/\/www.ferrycroatia.com\/it\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/pin.png';\n            var messages = new Object();\n            messages.click_to_see_map = \"Clicca qui per vedere la mappa\";\n                        \/\/$('header .adsense').hide();\n            \n            function fetchLiveApiPrices() {\n                var $item = [];\n                $('#page_main_wrap').find('.search-results img.price-loading-gif').each(function (index, item) {\n                    $item[index] = $(item);\n                    try {\n                        $.ajax({\n                            \/\/url: 'http:\/\/getbybus.dev\/fetch-api-live-price',\n                            url: 'https:\/\/getbybus.com\/fetch-api-live-price',\n                            dataType: \"json\",\n                            data: {\n                                data: $item[index].data('live_connection_params'),\n                                currency: 'HRK',\n                                index: index\n                            },\n                            type: 'POST'\n                        }).done(function (data) {\n\n                            var livePrice = 0;\n                            if (js_isset(data, 'data', 'attributes', 'price_per_seat')) {\n                                livePrice = Math.round(Number((data.data.attributes.price_per_seat)));\n                                $item[data.data.index].parent()\n                                    .find('.price-value')\n                                    .html(\n                                        livePrice\n                                        \/\/'<span style=\"color:#d0b802!important\">'+livePrice+'<\/span>'\n                                        \/\/+ ' <span class=\"currency\">'\n                                        \/\/+ currentCurrencyRatio.currency\n                                        \/\/+ '<\/span>'\n                                    );\n                                \/\/$item[data.data.index].hide();\n                            }\n\n                            \/\/ hide gif loader\n                            $item[index].attr('style', 'display:none!important');\n\n                            if (0 == livePrice) {\n                                var $holder = $item[data.data.index].closest('.bus-table__row');\n                                $holder.hide();\n                            }\n                        }).fail(function (xhr, err) {\n                        });\n                    }\n                    catch (e) {\n                    }\n                });\n\n            }\n\n            jQuery(document).ready(function ($) {\n\n                $('.redirect_datepicker').each(function () {\n                   $(this).datepicker({\n                       minDate: 'now',\n                       dateFormat: 'yy-mm-dd',\n                   });\n                });\n\n                \n                                if ($(\"#departureStation\").length > 0) {\n                    $(\"#departureStation\").val('1505');\n                }\n                \n                \n                                if ($(\"#arrivalStation\").length > 0) {\n                    $(\"#arrivalStation\").val('1124');\n                }\n                \n                \n                $('.redirect_datepicker').on('click', function () {\n                    var index = $('.redirect_datepicker').index(this);\n                    var datePickerInput = $('.redirect_datepicker').eq(index);\n\n                    datePickerInput.show();\n                })\n\n                $('.redirect_datepicker').on('change', function () {\n                    var href = $(this).data('redirect-url');\n                    var regex = \/\\d{4}-\\d{2}-\\d{2}#\/;\n                    href = href.replace(regex, $(this).val() + \"#\");\n\n                    window.location.replace(href);\n                });\n            });\n        <\/script>\n        \n\n\n\n<h2>Altri argomenti a favore del traghetto veloce<\/h2>\n\n\n\n<ul><li>I ritardi legati al traffico avvengono raramente sul mare \ud83d\ude42<\/li><li>Fare <strong>un viaggio in barca a vela \u00e8 di solito costoso<\/strong>, qui lo ottenete come parte del vostro trasferimento da Zara a Fiume, potete persino vedere alcune bellissime isole e la costa continentale dal mare!<\/li><li>Potete <strong>fermarvi per un giorno o due<\/strong> su una delle isole.<\/li><li>Sul catamarano \u00e8 possibile acquistare bibite e snack durante il viaggio.<\/li><\/ul>\n\n\n\n<p><strong>Nota: <\/strong>Il catamarano pu\u00f2 ovviamente essere utilizzato anche se viaggi <a href=\"https:\/\/www.ferrycroatia.com\/it\/fiume-zara\/\" title=\"Fiume \u2013 Zara\">da Fiume a Zara<\/a>, valgono gli stessi argomenti di cui sopra!<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Un traghetto da Zara e Fiume potrebbe sembrare un po&#8217; strano dato che entrambe le localit\u00e0 si trovano sulla terraferma, tuttavia ha davvero senso. Ecco perch\u00e9: La distanza in auto pi\u00f9 breve tra le citt\u00e0 \u00e8 di 220 Km, che \u00e8 tramite la strada costiera. Questo \u00e8 un viaggio bello ma di lunga durata, gli [&hellip;]<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/\"> Continue reading&#8230;<\/a><\/p>\n","protected":false},"author":5,"featured_media":2721,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Zara - Fiume traghetto, orari e prezzi<\/title>\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.ferrycroatia.com\/it\/zara-fiume\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zara - Fiume traghetto, orari e prezzi\" \/>\n<meta property=\"og:description\" content=\"Un traghetto da Zara e Fiume potrebbe sembrare un po&#8217; strano dato che entrambe le localit\u00e0 si trovano sulla terraferma, tuttavia ha davvero senso. Ecco perch\u00e9: La distanza in auto pi\u00f9 breve tra le citt\u00e0 \u00e8 di 220 Km, che \u00e8 tramite la strada costiera. Questo \u00e8 un viaggio bello ma di lunga durata, gli [&hellip;] Continue reading...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/\" \/>\n<meta property=\"og:site_name\" content=\"Traghetto Croazia\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-21T12:54:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-31T11:17:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ferrycroatia.com\/it\/wp-content\/uploads\/2021\/01\/Katamaran-Zadar-Rijeka-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"684\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Danijela\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Danijela\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/\",\"url\":\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/\",\"name\":\"Zara - Fiume traghetto, orari e prezzi\",\"isPartOf\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/#website\"},\"datePublished\":\"2021-01-21T12:54:23+00:00\",\"dateModified\":\"2021-03-31T11:17:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/59540d83d15bca8691e16409dc2d192a\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ferrycroatia.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zara &#8211; Fiume\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/#website\",\"url\":\"https:\/\/www.ferrycroatia.com\/it\/\",\"name\":\"Traghetto Croazia\",\"description\":\"Info e orari per tutti i catamarani e traghetti in Croazia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ferrycroatia.com\/it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/59540d83d15bca8691e16409dc2d192a\",\"name\":\"Danijela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/270b0843cf020e73b8ac80cd0363334c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/270b0843cf020e73b8ac80cd0363334c?s=96&d=mm&r=g\",\"caption\":\"Danijela\"},\"url\":\"https:\/\/www.ferrycroatia.com\/it\/author\/dperis\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zara - Fiume traghetto, orari e prezzi","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.ferrycroatia.com\/it\/zara-fiume\/","og_locale":"en_US","og_type":"article","og_title":"Zara - Fiume traghetto, orari e prezzi","og_description":"Un traghetto da Zara e Fiume potrebbe sembrare un po&#8217; strano dato che entrambe le localit\u00e0 si trovano sulla terraferma, tuttavia ha davvero senso. Ecco perch\u00e9: La distanza in auto pi\u00f9 breve tra le citt\u00e0 \u00e8 di 220 Km, che \u00e8 tramite la strada costiera. Questo \u00e8 un viaggio bello ma di lunga durata, gli [&hellip;] Continue reading...","og_url":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/","og_site_name":"Traghetto Croazia","article_published_time":"2021-01-21T12:54:23+00:00","article_modified_time":"2021-03-31T11:17:05+00:00","og_image":[{"width":1024,"height":684,"url":"https:\/\/www.ferrycroatia.com\/it\/wp-content\/uploads\/2021\/01\/Katamaran-Zadar-Rijeka-2.jpg","type":"image\/jpeg"}],"author":"Danijela","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Danijela","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/","url":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/","name":"Zara - Fiume traghetto, orari e prezzi","isPartOf":{"@id":"https:\/\/www.ferrycroatia.com\/it\/#website"},"datePublished":"2021-01-21T12:54:23+00:00","dateModified":"2021-03-31T11:17:05+00:00","author":{"@id":"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/59540d83d15bca8691e16409dc2d192a"},"breadcrumb":{"@id":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ferrycroatia.com\/it\/zara-fiume\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ferrycroatia.com\/it\/"},{"@type":"ListItem","position":2,"name":"Zara &#8211; Fiume"}]},{"@type":"WebSite","@id":"https:\/\/www.ferrycroatia.com\/it\/#website","url":"https:\/\/www.ferrycroatia.com\/it\/","name":"Traghetto Croazia","description":"Info e orari per tutti i catamarani e traghetti in Croazia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ferrycroatia.com\/it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/59540d83d15bca8691e16409dc2d192a","name":"Danijela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ferrycroatia.com\/it\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/270b0843cf020e73b8ac80cd0363334c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/270b0843cf020e73b8ac80cd0363334c?s=96&d=mm&r=g","caption":"Danijela"},"url":"https:\/\/www.ferrycroatia.com\/it\/author\/dperis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/posts\/333"}],"collection":[{"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/comments?post=333"}],"version-history":[{"count":3,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/posts\/333\/revisions"}],"predecessor-version":[{"id":2133,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/posts\/333\/revisions\/2133"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/media\/2721"}],"wp:attachment":[{"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/media?parent=333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/categories?post=333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/it\/wp-json\/wp\/v2\/tags?post=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}