<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>strait Archives - Shipsgo Blog</title>
	<atom:link href="https://blog.shipsgo.com/tag/strait/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Supply Chain Visibility Platform - Blog</description>
	<lastBuildDate>Tue, 26 Mar 2024 07:32:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://blog.shipsgo.com/wp-content/uploads/2022/03/cropped-academy-shipsgo-last-1-32x32.png</url>
	<title>strait Archives - Shipsgo Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Strait of Bosphorus Ship Traffic &#8211; Live Map</title>
		<link>https://blog.shipsgo.com/strait-of-bosphorus-ship-traffic-live-map/</link>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Mon, 04 Mar 2024 11:35:27 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bosphorus]]></category>
		<category><![CDATA[carrier]]></category>
		<category><![CDATA[container tracking]]></category>
		<category><![CDATA[freight forwarders]]></category>
		<category><![CDATA[istanbul bosphorus]]></category>
		<category><![CDATA[logistics]]></category>
		<category><![CDATA[main_blog]]></category>
		<category><![CDATA[shipment]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[strait]]></category>
		<category><![CDATA[strait of bosphorus]]></category>
		<category><![CDATA[transportation]]></category>
		<guid isPermaLink="false">https://blog.shipsgo.com/?p=16809</guid>

					<description><![CDATA[<p>The Bosphorus Strait separates Istanbul from the European side and the Asian side. It connects to the Black Sea and the Sea of Marmara. It stretches for approximately 31 km, its narrowest part reaching 700 meters. Bosphorus has one of the most active maritime passages in the world. Every day, many container ships pass through [...]</p>
<p>The post <a href="https://blog.shipsgo.com/strait-of-bosphorus-ship-traffic-live-map/">Strait of Bosphorus Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The <strong>Bosphorus Strait</strong> separates <strong>Istanbul</strong> from the <strong>European side and the Asian side</strong>. It connects to the <strong>Black Sea</strong> and the <strong>Sea of Marmara</strong>. It stretches for approximately <strong>31 km</strong>, its narrowest part reaching <strong>700 meters</strong>. Bosphorus has one of the most active maritime passages in the world. Every day, many <a href="https://blog.shipsgo.com/biggest-container-ships-in-the-world/" target="_blank" rel="noreferrer noopener"><strong>container ships</strong></a> pass through the waters of the <strong>Bosphorus</strong>, contributing to global trade. At this point, <strong><em><a href="https://blog.shipsgo.com/msc-ship-turkiye/" target="_blank" rel="noreferrer noopener">Türkiye&#8217;</a></em>s</strong> geopolitical position and location on the map are also precious. It serves as a bridge between <strong>Asia </strong>and <strong>Europe</strong>.</p>



<p>The <strong>Bosphorus Strait</strong> has significant strategic and economic importance. It is a crucial route for maritime trade internationally. The <strong>Bosphorus </strong>is home to numerous ports, waterfront settlements, and the historic city of <strong>Istanbul</strong>. These all highlight the Bosphorus&#8217; crucial role in regional and global connectivity.</p>


<script>(function() {

function isObject(obj) { return obj != null && obj.constructor.name === "Object"}

var obj = window.map_options_name && window.map_options_name !== '' && isObject(window[window.map_options_name]) 
    ? window[window.map_options_name]
    : window;

function parseBoolValue(value) {
var new_value;
if (value === undefined) { new_value = false; }
if (value === 'true' || value == true) { new_value = true; }
else if (value === 'false' || value == false) { new_value = false; }
else { new_value = false; }
return new_value;
};

var rh=window.location.href;
if (rh.indexOf('file://') >= 0 || rh.indexOf('file%3A%2F%2F') >= 0) rh = 'testingonly';
rh=encodeURIComponent(rh);
var w = obj.width; if (w === undefined) { w = 800; }
var ws = w.toString();
if ((parseInt(w) < 480 && ws.charAt(ws.length-1) !=='%')) { w = 480; }
if (ws.charAt(ws.length-1) === '%') { obj.width = ws; } else { obj.width = parseInt(w); }

var h = obj.height; if (h === undefined) { h = 600; }
var height = parseInt(h);
if (height < 400) { obj.height = 400; } else { obj.height = height; }

if (obj.names === undefined) { obj.names = false;} else { obj.names = parseBoolValue(obj.names); }

obj.show_track = parseBoolValue(obj.show_track);

obj.click_to_activate = parseBoolValue(obj.click_to_activate);
var f = (typeof(obj.fleet) === 'undefined') ? false : obj.fleet;
if (f!==false && f.indexOf('@') >= 0) {f = false;}
var fn = (typeof(obj.fleet_name) === 'undefined') ? false : encodeURIComponent(obj.fleet_name);
if (fn!==false && fn.indexOf('@') >= 0) {fn = false;}

if (obj.store_position === undefined) { obj.store_position=true; } else { obj.store_position = parseBoolValue(obj.store_position); }
if(obj.mmsi!==undefined && parseInt(obj.mmsi)!=obj.mmsi) { obj.mmsi=undefined; }
if(obj.imo!==undefined && parseInt(obj.imo)!=obj.imo) { obj.imo=undefined; }
if(obj.latitude!==undefined && parseFloat(obj.latitude)!=obj.latitude) { obj.latitude="41.2213"; }
if(obj.longitude!==undefined && parseFloat(obj.longitude)!=obj.longitude) { obj.longitude="29.1290"; }
document.write(
'<iframe name="vesselfinder" id="vesselfinder" '
+ ' width="' + obj.width + '"'
+ ' height="' + obj.height + '"'
+ ' frameborder="0"'
+ ' src="https://www.vesselfinder.com/aismap?'
+ 'zoom=' + ((obj.zoom === undefined) ? '8' : obj.zoom)
+ ((obj.latitude === undefined) ? '&amp;lat=41.2213' : '&amp;lat='+obj.latitude)
+ ((obj.longitude === undefined) ? '&amp;lon=29.1290' : '&amp;lon='+obj.longitude)
+ '&amp;width=' + encodeURIComponent(obj.width)
+ '&amp;height=' + encodeURIComponent(obj.height)
+ '&amp;names='+obj.names
+ ((obj.mmsi === undefined) ? '' : '&amp;mmsi=' + obj.mmsi)
+ ((obj.imo === undefined) ? '' : '&amp;imo=' + obj.imo)
+ '&amp;track=' + obj.show_track
+ ((obj.fleet === undefined) ? '&amp;fleet=false' : '&amp;fleet='+f)
+ ((obj.fleet_name === undefined) ? '&amp;fleet_name=false' : '&amp;fleet_name='+fn)
+ ((obj.fleet_timespan !== undefined) ? '&amp;fleet_timespan=' + obj.fleet_timespan : '')
+ ((obj.fleet_hide_old_positions === undefined) ? '&amp;fleet_hide_old_positions=false' : '&amp;fleet_hide_old_positions='+obj.fleet_hide_old_positions)
+ '&amp;clicktoact=' + obj.click_to_activate
+ '&amp;store_pos=' + obj.store_position
+ ((obj.fil === undefined) ? '' : '&amp;fil=' + obj.fil)
+ ((obj.default_maptype === undefined) ? '' : '&amp;default_maptype=' + obj.default_maptype)
+ '&amp;ra='+rh
+ '">Browser does not support embedded objects.<br/>Visit directly <a href="https://www.vesselfinder.com" target="_blank">www.vesselfinder.com</a>'
+ '</iframe>');
})();</script>



<h2 class="wp-block-heading"><strong>Container Tracking in the Strait of </strong>Bosphorus</h2>



<p><a href="https://blog.shipsgo.com/container-tracking-services/"><strong>Using ShipsG</strong></a><a href="https://blog.shipsgo.com/container-tracking-services/" target="_blank" rel="noreferrer noopener"><strong>o</strong></a>&nbsp;for shipment tracking has several benefits for both shippers and receivers. Firstly, it allows you to stay informed about the progress of your shipments. Giving you peace of mind and enabling you to plan your operations accordingly. You can&nbsp;<strong>export/import</strong>&nbsp;as you wish and monitor all of your shipments in&nbsp;<strong>one place</strong>.</p>



<p>Overall, the&nbsp;<strong>ShipsGo Container Tracking Platform</strong>&nbsp;is an indispensable tool for anyone looking to track shipments. Its user-friendly interface and real-time updates make it a reliable and efficient way to stay on top of your shipments and ensure that everything arrives on time and in good condition.</p>



<figure class="wp-block-image alignwide size-large"><a href="https://shipsgo.com/" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" width="1024" height="208" src="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png" alt="A blue banner refers ShipsGo container tracking" class="wp-image-12378" srcset="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png 1024w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-300x61.png 300w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1536x311.png 1536w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914.png 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<h3 class="wp-block-heading"><strong>Why Tracking at ShipsGo?</strong></h3>



<p><a href="https://blog.shipsgo.com/container-tracking-services/"><strong>Using ShipsG</strong></a><a href="https://blog.shipsgo.com/container-tracking-services/" target="_blank" rel="noreferrer noopener"><strong>o</strong></a>&nbsp;for shipment tracking has several benefits for both shippers and receivers. Firstly, it allows you to stay informed about the progress of your shipments. Giving you peace of mind and enabling you to plan your operations accordingly. You can&nbsp;<strong>export/import</strong>&nbsp;as you wish and monitor all of your shipments in&nbsp;<strong>one place</strong>.</p>



<p>Overall, the&nbsp;<strong>ShipsGo Container Tracking Platform</strong>&nbsp;is an indispensable tool for anyone looking to track shipments. Its user-friendly interface and real-time updates make it a reliable and efficient way To stay on top of your shipments and ensure that everything arrives on time and in good condition.</p>


<div class="aligncenter wp-block-site-logo"><a href="https://blog.shipsgo.com/" class="custom-logo-link" rel="home"><img decoding="async" width="168" height="27" src="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png" class="custom-logo" alt="Shipsgo Blog" srcset="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png 313w, https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8-300x50.png 300w" sizes="(max-width: 168px) 100vw, 168px" /></a></div>


<div class="wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-font-size is-style-outline has-regular-font-size is-style-outline--1"><a class="wp-block-button__link has-vivid-green-cyan-color has-white-background-color has-text-color has-background has-link-color has-text-align-center wp-element-button" href="https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/" style="border-radius:100px" target="_blank" rel="noreferrer noopener">Strait of Gibraltar Ship Traffic – Live Map</a></div>
</div>
<p>The post <a href="https://blog.shipsgo.com/strait-of-bosphorus-ship-traffic-live-map/">Strait of Bosphorus Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Strait of Gibraltar Ship Traffic &#8211; Live Map</title>
		<link>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/</link>
					<comments>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/#comments</comments>
		
		<dc:creator><![CDATA[mehmet-hamurcu]]></dc:creator>
		<pubDate>Tue, 23 Jan 2024 07:41:35 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[container tracking]]></category>
		<category><![CDATA[freight forwarders]]></category>
		<category><![CDATA[live map]]></category>
		<category><![CDATA[logistics]]></category>
		<category><![CDATA[main_blog]]></category>
		<category><![CDATA[maritime]]></category>
		<category><![CDATA[ship traffiv live map]]></category>
		<category><![CDATA[shipment]]></category>
		<category><![CDATA[strait]]></category>
		<category><![CDATA[transportation]]></category>
		<guid isPermaLink="false">https://blog.shipsgo.com/?p=16643</guid>

					<description><![CDATA[<p>The Strait of Gibraltar is a channel that connects the Mediterranean Sea to the Atlantic Ocean between the southernmost Spain and the northwesternmost Africa.&#160;The channel is 36 miles long (58 km), and between Point Marroqui in Spain and Point Cires in Morocco, it narrows down to 8 miles wide (13 km).&#160;The depth of the gorge [...]</p>
<p>The post <a href="https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/">Strait of Gibraltar Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>The Strait of Gibraltar</strong> is a channel that connects the <strong>Mediterranean Sea</strong> to the <strong>Atlantic Ocean</strong> between the southernmost Spain and the northwesternmost Africa.&nbsp;The channel is 36 miles long (58 km), and between Point Marroqui in Spain and Point Cires in <strong>Morocco</strong>, it narrows down to 8 miles wide (13 km).&nbsp;The depth of the gorge varies from 300 to 800 meters. It forms a gap between the Atlas Mountains in <strong>Northern Africa</strong> and the high plateaus of Spain.</p>



<p><strong>Strait of Gibraltar</strong> connects the Mediterranean Sea with the Atlantic Ocean.&nbsp;This is one of most busy waterways in the entire world.&nbsp;About 300 ships pass through the Strait every day, or one vessel every five minutes.&nbsp;The Moroccan port of Tanger-Med is near Tangier and an important port in the Strait.</p>


<script>(function() {

function isObject(obj) { return obj != null && obj.constructor.name === "Object"}

var obj = window.map_options_name && window.map_options_name !== '' && isObject(window[window.map_options_name]) 
    ? window[window.map_options_name]
    : window;

function parseBoolValue(value) {
var new_value;
if (value === undefined) { new_value = false; }
if (value === 'true' || value == true) { new_value = true; }
else if (value === 'false' || value == false) { new_value = false; }
else { new_value = false; }
return new_value;
};

var rh=window.location.href;
if (rh.indexOf('file://') >= 0 || rh.indexOf('file%3A%2F%2F') >= 0) rh = 'testingonly';
rh=encodeURIComponent(rh);
var w = obj.width; if (w === undefined) { w = 800; }
var ws = w.toString();
if ((parseInt(w) < 480 && ws.charAt(ws.length-1) !=='%')) { w = 480; }
if (ws.charAt(ws.length-1) === '%') { obj.width = ws; } else { obj.width = parseInt(w); }

var h = obj.height; if (h === undefined) { h = 600; }
var height = parseInt(h);
if (height < 400) { obj.height = 400; } else { obj.height = height; }

if (obj.names === undefined) { obj.names = false;} else { obj.names = parseBoolValue(obj.names); }

obj.show_track = parseBoolValue(obj.show_track);

obj.click_to_activate = parseBoolValue(obj.click_to_activate);
var f = (typeof(obj.fleet) === 'undefined') ? false : obj.fleet;
if (f!==false && f.indexOf('@') >= 0) {f = false;}
var fn = (typeof(obj.fleet_name) === 'undefined') ? false : encodeURIComponent(obj.fleet_name);
if (fn!==false && fn.indexOf('@') >= 0) {fn = false;}

if (obj.store_position === undefined) { obj.store_position=true; } else { obj.store_position = parseBoolValue(obj.store_position); }
if(obj.mmsi!==undefined && parseInt(obj.mmsi)!=obj.mmsi) { obj.mmsi=undefined; }
if(obj.imo!==undefined && parseInt(obj.imo)!=obj.imo) { obj.imo=undefined; }
if(obj.latitude!==undefined && parseFloat(obj.latitude)!=obj.latitude) { obj.latitude="36.9982"; }
if(obj.longitude!==undefined && parseFloat(obj.longitude)!=obj.longitude) { obj.longitude="5.6879"; }
document.write(
'<iframe name="vesselfinder" id="vesselfinder" '
+ ' width="' + obj.width + '"'
+ ' height="' + obj.height + '"'
+ ' frameborder="0"'
+ ' src="https://www.vesselfinder.com/aismap?'
+ 'zoom=' + ((obj.zoom === undefined) ? '5' : obj.zoom)
+ ((obj.latitude === undefined) ? '&amp;lat=36.9982' : '&amp;lat='+obj.latitude)
+ ((obj.longitude === undefined) ? '&amp;lon=5.6879' : '&amp;lon='+obj.longitude)
+ '&amp;width=' + encodeURIComponent(obj.width)
+ '&amp;height=' + encodeURIComponent(obj.height)
+ '&amp;names='+obj.names
+ ((obj.mmsi === undefined) ? '' : '&amp;mmsi=' + obj.mmsi)
+ ((obj.imo === undefined) ? '' : '&amp;imo=' + obj.imo)
+ '&amp;track=' + obj.show_track
+ ((obj.fleet === undefined) ? '&amp;fleet=false' : '&amp;fleet='+f)
+ ((obj.fleet_name === undefined) ? '&amp;fleet_name=false' : '&amp;fleet_name='+fn)
+ ((obj.fleet_timespan !== undefined) ? '&amp;fleet_timespan=' + obj.fleet_timespan : '')
+ ((obj.fleet_hide_old_positions === undefined) ? '&amp;fleet_hide_old_positions=false' : '&amp;fleet_hide_old_positions='+obj.fleet_hide_old_positions)
+ '&amp;clicktoact=' + obj.click_to_activate
+ '&amp;store_pos=' + obj.store_position
+ ((obj.fil === undefined) ? '' : '&amp;fil=' + obj.fil)
+ ((obj.default_maptype === undefined) ? '' : '&amp;default_maptype=' + obj.default_maptype)
+ '&amp;ra='+rh
+ '">Browser does not support embedded objects.<br/>Visit directly <a href="https://www.vesselfinder.com" target="_blank">www.vesselfinder.com</a>'
+ '</iframe>');
})();</script>



<h2 class="wp-block-heading"><strong>Container Tracking in the Strait of Gibraltar</strong></h2>



<p>You can track your containers in the <strong>Strait of Gibraltar </strong>with the <strong>ShipsGo </strong>container tracking platform. Offering a comprehensive and fast service package, ShipsGo provides real-time visibility thanks to its <strong><a href="https://blog.shipsgo.com/dashboard-live-map/">Live Map </a></strong>feature. Receive timely <strong><a href="https://blog.shipsgo.com/container-status-notifications/" target="_blank" rel="noreferrer noopener">notifications </a></strong>and stay informed about your container&#8217;s journey every step of the way. </p>



<p>Expert Customer Support will be at your service in case of any potential problems. ShipsGo increases your <strong><a href="https://blog.shipsgo.com/supply-chain-visibility/" target="_blank" rel="noreferrer noopener">supply chain visibility</a></strong> by transforming container tracking into a seamless, efficient experience, contributing to global trade.</p>



<figure class="wp-block-image size-large"><a href="https://shipsgo.com/" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" width="1024" height="208" src="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png" alt="A blue banner refers ShipsGo container tracking" class="wp-image-12378" srcset="https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1024x208.png 1024w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-300x61.png 300w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914-1536x311.png 1536w, https://blog.shipsgo.com/wp-content/uploads/2023/03/Group-1261152914.png 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<h3 class="wp-block-heading"><strong>Why Tracking at ShipsGo?</strong></h3>



<p><a href="https://blog.shipsgo.com/container-tracking-services/"><strong>Using ShipsG</strong></a><a href="https://blog.shipsgo.com/container-tracking-services/" target="_blank" rel="noreferrer noopener"><strong>o</strong></a>&nbsp;for shipment tracking has several benefits for both shippers and receivers. Firstly, it allows you to stay informed about the progress of your shipments. Giving you peace of mind and enabling you to plan your operations accordingly. You can&nbsp;<strong>export/import</strong>&nbsp;as you wish and monitor all of your shipments in&nbsp;<strong>one place</strong>.</p>



<p>Overall, the&nbsp;<strong>ShipsGo Container Tracking Platform</strong>&nbsp;is an indispensable tool for anyone looking to track shipments. Its user-friendly interface and real-time updates make it a reliable and efficient way to stay on top of your shipments and ensure that everything arrives on time and in good condition.</p>


<div class="aligncenter wp-block-site-logo"><a href="https://blog.shipsgo.com/" class="custom-logo-link" rel="home"><img decoding="async" width="162" height="26" src="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png" class="custom-logo" alt="Shipsgo Blog" srcset="https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8.png 313w, https://blog.shipsgo.com/wp-content/uploads/2024/03/Blog-Logo.kucukkkpng_Calisma-Yuzeyi-1-kopya-8-300x50.png 300w" sizes="(max-width: 162px) 100vw, 162px" /></a></div>


<div class="wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-75 has-custom-font-size is-style-outline has-regular-font-size is-style-outline--2"><a class="wp-block-button__link has-light-green-cyan-color has-text-color has-link-color wp-element-button" href="https://blog.shipsgo.com/cape-of-good-hope-ship-traffic-live-map/" style="border-radius:80px" target="_blank" rel="noreferrer noopener">Cape of Good Hope Ship Traffic &#8211; lıve map</a></div>
</div>
<p>The post <a href="https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/">Strait of Gibraltar Ship Traffic &#8211; Live Map</a> appeared first on <a href="https://blog.shipsgo.com">Shipsgo Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.shipsgo.com/strait-of-gibraltar-ship-traffic-live-map/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
