{"id":77,"date":"2020-05-11T12:09:43","date_gmt":"2020-05-11T12:09:43","guid":{"rendered":"https:\/\/fibrenoire.ca\/\/\/?page_id=77"},"modified":"2020-08-26T18:52:12","modified_gmt":"2020-08-26T18:52:12","slug":"our-network","status":"publish","type":"page","link":"https:\/\/fibrenoire.ca\/en\/our-network\/","title":{"rendered":"Our Network"},"content":{"rendered":"<section class=\"block block__header-content b-gray4\">\r\n  <div class=\"block-wrapper\">\r\n    <div class=\"container\">\r\n      <div class=\"row justify-content-center\">\r\n        <div class=\" col-lg-10\">\r\n          <h2 class=\"subtitle\">\r\n            OUR NETWORK\r\n          <\/h2>\r\n            <h1 class=\"title\">\r\n              We Have a Badass Fibre Optic Network Exclusively for Businesses\r\n            <\/h1>\r\n            <div class=\"text-content\">\r\n              <p>Do business at the speed of your ambitions with our fiber optic network exclusive to businesses only.<\/p>\n\r\n            <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <\/div>\r\n<\/section>\n\n<section class=\"block block__map-network\">\r\n  <div class=\"container\">\r\n    <div class=\"row justify-content-start\">\r\n      <div class=\"col\">\r\n        <div class=\"title\">\r\n          <h2><\/h2>\r\n        <\/div>\r\n        <div class=\"block__map\">\r\n          <div class=\"map-container\">\r\n            <div class=\"map-infos d-none d-md-block\">\r\n              <div class=\"select-wrapper\">\r\n                <select id=\"the-location-selector\" class=\"location-selector\" name=\"\" id=\"\" value=\"\">\r\n                  <option value=\"0\">The Whole Network<\/option>\r\n                                                             <option value=\"646\">Ottawa<\/option>\r\n                                           <option value=\"645\">Quebec<\/option>\r\n                                           <option value=\"644\">Toronto<\/option>\r\n                                           <option value=\"597\">Montreal<\/option>\r\n                                                                        <\/select>\r\n                <i class=\"zmdi zmdi-caret-down\"><\/i>\r\n              <\/div>\r\n              <h5>Fibre optic<\/h5>\r\n              <p class=\"network-length\"><\/p>\r\n              <h5>Connected enterprises<\/h5>\r\n              <p class=\"connected-businesses\"><\/p>\r\n              <h5>Total Internet Capacity<\/h5>\r\n              <p class=\"aggregated-capacity\"><\/p>\r\n            <\/div>\r\n            <div class=\"map\" id=\"map\"><\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"networks-data\" type=\"application\/json\">\r\n    {\r\n    \"0\": {\"name\": \"The Whole Network\", \"center_latitude\": 0, \"center_longitude\": 0, \"zoom\": 8.6, \"network_length\": \"\", \"connected_business\": \"\", \"agregated_capacity\": \"\"},                   \"646\": {\"name\": \"Ottawa\", \"center_latitude\": 45.4333333, \"center_longitude\": -75.69030722222223, \"zoom\": 10.0, \"network_length\": \"45,000+ km\", \"connected_business\": \"3,131\", \"agregated_capacity\": \"600+ Gbps\"},               \"645\": {\"name\": \"Quebec\", \"center_latitude\": 46.8527778, \"center_longitude\": -71.2852, \"zoom\": 11.0, \"network_length\": \"45,000+ km\", \"connected_business\": \"3,131\", \"agregated_capacity\": \"600+ Gbps\"},               \"644\": {\"name\": \"Toronto\", \"center_latitude\": 43.6570403, \"center_longitude\": -79.4609329, \"zoom\": 11.0, \"network_length\": \"45,000+ km\", \"connected_business\": \"3,131\", \"agregated_capacity\": \"600+ Gbps\"},               \"597\": {\"name\": \"Montreal\", \"center_latitude\": 45.5576996, \"center_longitude\": -74.0104841, \"zoom\": 8.6, \"network_length\": \"45,000+ km\", \"connected_business\": \"3,131\", \"agregated_capacity\": \"600+ Gbps\"}                }\r\n  \r\n<\/script>\r\n<script>\r\n    function setNetworkData(networks, idx) {\r\n        var newSelection = networks[idx];\r\n        $(\".network-length\").html(newSelection.network_length);\r\n        $(\".connected-businesses\").html(newSelection.connected_business);\r\n        $(\".aggregated-capacity\").html(newSelection.agregated_capacity);\r\n        map.setCenter(new google.maps.LatLng(newSelection.center_latitude, newSelection.center_longitude));\r\n        map.setZoom(newSelection.zoom);\r\n    }\r\n\r\n    function initMap() {\r\n        var networks = JSON.parse($(\"#networks-data\").text());\r\n\r\n        $(\".location-selector\").change(function(e) {\r\n           setNetworkData(networks, $(e.target).val());\r\n        });\r\n\r\n        var mapStyle = [\r\n            {\r\n                \"featureType\": \"all\",\r\n                \"elementType\": \"labels.text.fill\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"saturation\": 36\r\n                    },\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 40\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"all\",\r\n                \"elementType\": \"labels.text.stroke\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"visibility\": \"on\"\r\n                    },\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 16\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"all\",\r\n                \"elementType\": \"labels.icon\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"visibility\": \"off\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"administrative\",\r\n                \"elementType\": \"geometry.fill\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 20\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"administrative\",\r\n                \"elementType\": \"geometry.stroke\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 17\r\n                    },\r\n                    {\r\n                        \"weight\": 1.2\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"landscape\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 20\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"poi\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 21\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"road.highway\",\r\n                \"elementType\": \"geometry.fill\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 17\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"road.highway\",\r\n                \"elementType\": \"geometry.stroke\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 29\r\n                    },\r\n                    {\r\n                        \"weight\": 0.2\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"road.arterial\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 18\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"road.local\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 16\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"transit\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 19\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"featureType\": \"water\",\r\n                \"elementType\": \"geometry\",\r\n                \"stylers\": [\r\n                    {\r\n                        \"color\": \"#000000\"\r\n                    },\r\n                    {\r\n                        \"lightness\": 17\r\n                    }\r\n                ]\r\n            }\r\n        ];\r\n\r\n        map = new google.maps.Map(document.getElementById('map'), {\r\n            zoom: 10,\r\n            styles: mapStyle,\r\n            mapTypeId: google.maps.MapTypeId.ROADMAP,\r\n            fullscreenControl: false,\r\n            disableDefaultUI: true,\r\n            zoomControl: true,\r\n            zoomControlOptions: {\r\n                position: google.maps.ControlPosition.LEFT_BOTTOM,\r\n            }\r\n\r\n        });\r\n\r\n        \/\/ srcKml = 'https:\/\/media.fibrenoire.ca\/documents\/Reseau_Fibrenoire_site_web_20.kmz';\r\n        srcKml = 'https:\/\/fibrenoire.ca\/wp-content\/themes\/sage\/resources\/documents\/Reseau_Fibrenoire_site_web_20.kmz';\r\n        var kmlLayer = new google.maps.KmlLayer(srcKml, {suppressInfoWindows: true});\r\n        kmlLayer.setMap(map);\r\n\r\n        var listener = google.maps.event.addListener(map, \"tilesloaded\", function(e) {\r\n            map.setCenter(new google.maps.LatLng(networks[0].center_latitude, networks[0].center_longitude));\r\n            map.setZoom(networks[0].zoom);\r\n            google.maps.event.removeListener(listener);\r\n            setNetworkData(networks, $(\"#the-location-selector\").val());\r\n        });\r\n    }\r\n<\/script>\r\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyAhKT9mnfsqd0o_CIgMFQKNl-6BSf6xWcU&#038;callback=initMap\" async defer><\/script>\r\n\n\n<section class=\"block block__slider\" style=\"background-image: url();\">\r\n  <div class=\"row-container\">\r\n    <div class=\"container\">\r\n      <div class=\"row justify-content-start\">\r\n        <div class=\"col\">\r\n          <div class=\"carousel-wrapper\" data-component=\"slider\" data-loop=\"enabled\">\r\n            <div class=\"row\">\r\n              <div class=\"col-12 col-lg-4\">\r\n                <div class=\"carousel-intro\">\r\n                  <div class=\"carousel-title\">\r\n                    <h2>They Say We&#8217;re Omnipresent<\/h2>\r\n                  <\/div>\r\n                  <div class=\"carousel-text\">\r\n                    <p>Wherever you may be, our 45,000+ km of fibre optics stretching from Quebec to Ontario are there to offer you a connection that knows no bounds. What if you are outside of our network coverage, you say? Well, we are interconnected with more than 50 providers and can connect you no matter where you are in the world. It\u2019s simple. You optimize your business performance with our unlimited Internet transfer connections, our guaranteed bandwidth to the Internet and a congestion-free, net neutral backbone.<\/p>\n\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"carousel-button prev\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\">\r\n                  <i class=\"zmdi zmdi-chevron-left\"><\/i>\r\n                <\/div>\r\n                <div class=\"carousel-button next\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\">\r\n                  <i class=\"zmdi zmdi-chevron-right\"><\/i>\r\n                <\/div>\r\n              <\/div>\r\n              \r\n              <div class=\"col-12 col-lg-8 swiper-container swiper-container-horizontal\">\r\n                  <div class=\"swiper-wrapper\">\r\n                                           \r\n                                                         <div class=\"swiper-slide image\">\r\n    <div class=\"card-wrapper\">\r\n        <div class=\"card-image\">\r\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/marc-olivier-jodoin-247246-unsplash-2-original.jpg?fit=300%2C138&amp;ssl=1\" alt=\"\">\r\n                    <\/div>\r\n        <div class=\"card-body\">\r\n            <h3 class=\"title\">Montreal &#038; its Surroundings<\/h3>\r\n            <p>We know the city of a hundred steeples like the back of our hand.<\/p>\n\r\n                            <a href=\"https:\/\/fibrenoire.wpcomstaging.com\/our-network\/montreal\/\" class=\"link\" target=\"\"><span>Learn more<\/span><i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>                                                    \r\n                          \r\n                       \r\n                                                         <div class=\"swiper-slide image\">\r\n    <div class=\"card-wrapper\">\r\n        <div class=\"card-image\">\r\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/olivier-piquer-761417-unsplash-1-2-original.jpg?fit=300%2C138&amp;ssl=1\" alt=\"\">\r\n                    <\/div>\r\n        <div class=\"card-body\">\r\n            <h3 class=\"title\">Qu\u00e9bec<\/h3>\r\n            <p>The river might narrow is this old city but our network sure doesn\u2019t.<\/p>\n\r\n                            <a href=\"https:\/\/fibrenoire.wpcomstaging.com\/our-network\/quebec\/\" class=\"link\" target=\"\"><span>Learn more<\/span><i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>                                                    \r\n                          \r\n                       \r\n                                                         <div class=\"swiper-slide image\">\r\n    <div class=\"card-wrapper\">\r\n        <div class=\"card-image\">\r\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/marc-olivier-jodoin-291607-unsplash-6-original.jpg?fit=300%2C138&amp;ssl=1\" alt=\"\">\r\n                    <\/div>\r\n        <div class=\"card-body\">\r\n            <h3 class=\"title\">Ottawa<\/h3>\r\n            <p>There\u2019s a new (old) player in town.<\/p>\n\r\n                            <a href=\"https:\/\/fibrenoire.wpcomstaging.com\/our-network\/ottawa\/\" class=\"link\" target=\"\"><span>Learn more<\/span><i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>                                                    \r\n                          \r\n                       \r\n                                                         <div class=\"swiper-slide image\">\r\n    <div class=\"card-wrapper\">\r\n        <div class=\"card-image\">\r\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/tony-yeung-32219-unsplash-5-original.jpg?fit=300%2C138&amp;ssl=1\" alt=\"\">\r\n                    <\/div>\r\n        <div class=\"card-body\">\r\n            <h3 class=\"title\">Toronto<\/h3>\r\n            <p>We don\u2019t wanna make a scene but we\u2019re in the city of the Queen.<\/p>\n\r\n                            <a href=\"https:\/\/fibrenoire.wpcomstaging.com\/our-network\/toronto\/\" class=\"link\" target=\"\"><span>Learn more<\/span><i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>                                                    \r\n                          \r\n                                                            <\/div>\r\n                  <div class=\"swiper-pagination\"><\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\n\n<section class=\"block block__wysiwyg\">\r\n    <div class=\"container\">\r\n        <div class=\"row justify-content-center\">\r\n            <div class=\"col-md-10\">\r\n                <div class=\"text-content\">\r\n                  <div class=\" \">\n<div class=\"text-dark4\">\n<div class=\"rich-text\">\n<h2><b>Our Street Cred Says it All<\/b><\/h2>\n<\/div>\n<\/div>\n<\/div>\n<div class=\" \">\n<div class=\"text-dark3\">\n<div class=\"rich-text\">\n<p><b><br \/>\nAnd for those who haven\u2019t been acquainted with the term Street Cred, here are some points to explain what we mean:<\/b><br \/>\n<\/p>\n<ul>\n<li>More than 45,000km of fibre optic spread over Quebec and Ontario<\/li>\n<li>A legacy-free network<\/li>\n<li>An IP MPLS backbone network providing:<br \/>\n&#8211; Advanced traffic engineering functionalities<br \/>\n&#8211; Rapid return to service in the event of an outage<br \/>\n&#8211; Capacity to consolidate the transmission of multiple types of data<\/li>\n<li>A 24\/7\/365 Network Operations Centre (NOC) with certified network specialists<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\n\n<section class=\"block block__separator\">\r\n    <div class=\"container\">\r\n        <div class=\"row justify-content-center\">\r\n            <div class=\"col-12\"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\n\n<section class=\"block block__list-2-col\">\r\n  <div class=\"row-container\">\r\n    <div class=\"container bg-light2 bg-default\">\r\n      <div class=\"row justify-content-center\">\r\n        <div class=\"col-md-10\">\r\n          <div class=\"list-2-col\">\r\n            <div class=\"row\">\r\n              <div class=\"col\">\r\n                <h2>We\u2019re So Connected!<\/h2>\r\n              <\/div>\r\n            <\/div>\r\n            <div class=\"row\">\r\n                                                 <div class=\"col-lg-6 list-item\">\r\n                    <div class=\"list-item-content\">\r\n                      <div class=\"list-item-title\">\r\n                        <h4>Completely Dedicated to Offering You Dedicated Fibre<\/h4>\r\n                      <\/div>\r\n                      <div class=\"list-item-text text-content\">\r\n                        <p>Your business is the only one to utilize a dedicated fibre. It is totally and exclusively yours and it is probably the only place where we\u2019ll tell you that not sharing is caring. You benefit from a constant and guaranteed speed. Is it security, robustness and speed you\u2019re looking for? Well, you\u2019ve come to the right place!<\/p>\n\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                                   <div class=\"col-lg-6 list-item\">\r\n                    <div class=\"list-item-content\">\r\n                      <div class=\"list-item-title\">\r\n                        <h4>Easy and Hassle-Free Installation<\/h4>\r\n                      <\/div>\r\n                      <div class=\"list-item-text text-content\">\r\n                        <p>We take care of everything! With more than 2000 ON-NET buildings and 180,000 in our immediate coverage, our installation delays are among the fastest.<\/p>\n<p>Outside our covered zone? No worries! We can either build to connect you or pass through one of our third-party partners.<\/p>\n\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                                   <div class=\"col-lg-6 list-item\">\r\n                    <div class=\"list-item-content\">\r\n                      <div class=\"list-item-title\">\r\n                        <h4>Mad Technical Support to Infinity and Beyond<\/h4>\r\n                      <\/div>\r\n                      <div class=\"list-item-text text-content\">\r\n                        <p>No matter the time of day, you have DIRECT access to our Level 3 technical team who will solve all and any of your connectivity problems. Available 24 hours a day, 7 days a week and 365.25 days a year (yes, we even take into account leap years), you literally have infinite access to our geeks\u2026 and beyond!<\/p>\n\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                                   <div class=\"col-lg-6 list-item\">\r\n                    <div class=\"list-item-content\">\r\n                      <div class=\"list-item-title\">\r\n                        <h4>An SLA that Works for You<\/h4>\r\n                      <\/div>\r\n                      <div class=\"list-item-text text-content\">\r\n                        <p>Our Service Level Agreement certifies that you get the following:<\/p>\n<ul>\n<li>100% dedicated bandwidth<\/li>\n<li>99.9% availability on local loop<\/li>\n<li>99.99% backbone availability<\/li>\n<li>MTTR (mean-time-to-repair) of 4 hours<\/li>\n<li>MTTr (mean-time-to-respond with a first diagnosis) of 15 minutes<\/li>\n<\/ul>\n\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                                          <\/div>\r\n          <\/div>\r\n                            <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\n\n<section class=\"block block__separator\">\r\n    <div class=\"container\">\r\n        <div class=\"row justify-content-center\">\r\n            <div class=\"col-12\"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\n\n\n<h2 class=\"has-text-align-center wp-block-heading\"><strong>Discover Also<\/strong> <\/h2>\n\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section id=\"multiple-box\" class=\"block block__box-multiple b-light2\">\r\n    <div class=\"container\">\r\n      <div class=\"row justify-content-start\">\r\n                   \r\n          <div class=\"col-md-6\">\r\n            <div class=\"box-single b-light1 column-2\">\r\n              <div class=\"box__content\">\r\n                                  <h4>INTERNET<\/h4>\r\n                \r\n                                  <h3>Internet Over<br>Dedicated Fibre<\/h3>\r\n                                \r\n                                  <a href=\"http:\/\/localhost:8888\/fibrenoire\/en\/services\/internet\/\" target=\"\">Learn more <i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                              <\/div>\r\n                              <div class=\"box__image\">\r\n                  <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/big_internet2x_foogw13-original.jpg?resize=1140%2C670&amp;ssl=1\" alt=\"\">\r\n                <\/div>\r\n              \r\n              \r\n            <\/div>\r\n          <\/div>\r\n                   \r\n          <div class=\"col-md-6\">\r\n            <div class=\"box-single b-light1 column-2\">\r\n              <div class=\"box__content\">\r\n                                  <h4>CARRIERS<\/h4>\r\n                \r\n                                  <h3>Service to<br>Carriers<\/h3>\r\n                                \r\n                                  <a href=\"http:\/\/localhost:8888\/fibrenoire\/en\/carriers\/\" target=\"\">Learn more <i class=\"zmdi zmdi-chevron-right\"><\/i><\/a>\r\n                              <\/div>\r\n                              <div class=\"box__image\">\r\n                  <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/fibrenoire.ca\/wp-content\/uploads\/2020\/06\/big_transporteurs2x-original.jpg?resize=1140%2C670&amp;ssl=1\" alt=\"\">\r\n                <\/div>\r\n              \r\n              \r\n            <\/div>\r\n          <\/div>\r\n              <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n\r\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover Also<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"views\/page-network.blade.php","meta":{"_relevanssi_hide_post":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"1","_relevanssi_noindex_reason":"","inline_featured_image":false,"_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fiber Optic Internet in Canada, Qu\u00e9bec, Ontario and more | Fibrenoire<\/title>\n<meta name=\"description\" content=\"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario &amp; more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fibrenoire.ca\/en\/our-network\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Network\" \/>\n<meta property=\"og:description\" content=\"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario &amp; more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fibrenoire.ca\/en\/our-network\/\" \/>\n<meta property=\"og:site_name\" content=\"Fibrenoire\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-26T18:52:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/\",\"url\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/\",\"name\":\"Fiber Optic Internet in Canada, Qu\u00e9bec, Ontario and more | Fibrenoire\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/#website\"},\"datePublished\":\"2020-05-11T12:09:43+00:00\",\"dateModified\":\"2020-08-26T18:52:12+00:00\",\"description\":\"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario & more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Network\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/#website\",\"url\":\"https:\\\/\\\/fibrenoire.ca\\\/\",\"name\":\"Fibrenoire\",\"description\":\"Fibrenoire\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fibrenoire.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fiber Optic Internet in Canada, Qu\u00e9bec, Ontario and more | Fibrenoire","description":"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario & more.","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:\/\/fibrenoire.ca\/en\/our-network\/","og_locale":"en_US","og_type":"article","og_title":"Our Network","og_description":"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario & more.","og_url":"https:\/\/fibrenoire.ca\/en\/our-network\/","og_site_name":"Fibrenoire","article_modified_time":"2020-08-26T18:52:12+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/","url":"https:\/\/fibrenoire.ca\/en\/our-network\/","name":"Fiber Optic Internet in Canada, Qu\u00e9bec, Ontario and more | Fibrenoire","isPartOf":{"@id":"https:\/\/fibrenoire.ca\/#website"},"datePublished":"2020-05-11T12:09:43+00:00","dateModified":"2020-08-26T18:52:12+00:00","description":"Benefit from our congestion-free net neutral ultra performant Fibre optic internet network for your business in Canada, Qu\u00e9bec, Ontario & more.","breadcrumb":{"@id":"https:\/\/fibrenoire.ca\/en\/our-network\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fibrenoire.ca\/en\/our-network\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/fibrenoire.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Our Network"}]},{"@type":"WebSite","@id":"https:\/\/fibrenoire.ca\/#website","url":"https:\/\/fibrenoire.ca\/","name":"Fibrenoire","description":"Fibrenoire","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fibrenoire.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":63,"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":1955,"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/pages\/77\/revisions\/1955"}],"wp:attachment":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}