{"id":646,"date":"2020-06-29T19:49:17","date_gmt":"2020-06-29T19:49:17","guid":{"rendered":"https:\/\/fibrenoire.ca\/\/\/?post_type=network&#038;p=646"},"modified":"2020-08-26T19:17:43","modified_gmt":"2020-08-26T19:17:43","slug":"ottawa","status":"publish","type":"network","link":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/","title":{"rendered":"Ottawa"},"content":{"rendered":"<section class=\"block block__header-content b-light2\">\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            \r\n          <\/h2>\r\n            <h1 class=\"title\">\r\n              The Fibre Optic Network Dedicated to Businesses in Ottawa\r\n            <\/h1>\r\n            <div class=\"text-content\">\r\n              <p>There\u2019s a new (old) player in town. From Orleans and all the way to Kanata, we\u2019ve got you covered.<\/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=\"646\">\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__stats\">\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=\"block-wrapper\">\r\n            <div class=\"block-body text-center\">\r\n              <div class=\"row justify-content-center\">\r\n                <div class=\"col-md-10 col-lg-9\">\r\n                  <h2>Our Network\u2019s Got It All<\/h2>\r\n                  <div class=\"description\">\r\n                    <p>We operate our own fibre optical transport to Toronto and Montreal allowing the local Ottawa market to interconnect to global networks without any intermediaries. Hoorah!<\/p>\n\r\n                  <\/div>\r\n                  <div class=\"row justify-content-center\">\r\n                                                                   <div class=\"col-md-4 col-sm-6 text-center\">\r\n                          <div class=\"stats-card\">\r\n                            <p class=\"stats\">10+<sup>Mbps<\/sup><\/p>\r\n                            <p class=\"label\">Availability<\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                                               <div class=\"col-md-4 col-sm-6 text-center\">\r\n                          <div class=\"stats-card\">\r\n                            <p class=\"stats\">200<sup>Gbps<\/sup><\/p>\r\n                            <p class=\"label\">Internet Capacity<\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                                               <div class=\"col-md-4 col-sm-6 text-center\">\r\n                          <div class=\"stats-card\">\r\n                            <p class=\"stats\">45,000<sup>km<\/sup><\/p>\r\n                            <p class=\"label\">Optic Fibre<\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                                               <div class=\"col-md-4 col-sm-6 text-center\">\r\n                          <div class=\"stats-card\">\r\n                            <p class=\"stats\">500+<sup><\/sup><\/p>\r\n                            <p class=\"label\">Peering Sessions<\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                                               <div class=\"col-md-4 col-sm-6 text-center\">\r\n                          <div class=\"stats-card\">\r\n                            <p class=\"stats\">24x7x365<sup><\/sup><\/p>\r\n                            <p class=\"label\">Network Operations Centre (NOC)<\/p>\r\n                          <\/div>\r\n                        <\/div>\r\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>\n\n<section class=\"block block__list-2-col-logo\">\r\n  <div class=\"container\">\r\n    <div class=\"row justify-content-start\">\r\n      <div class=\"col\">\r\n        <div class=\"list-2-col-logo\">\r\n          <div class=\"row\">\r\n            <div class=\"col-lg-3 block__title\">\r\n              <h2>Data Centres<\/h2>\r\n            <\/div>\r\n            <div class=\"col-lg-9 block__content\">\r\n              <div class=\"row\">\r\n                                                       <div class=\"col-lg-6\">\r\n                      <div class=\"list-item\">\r\n                        <div class=\"icon\">\r\n                                                      <i class=\"budicon-location-pin green\"><\/i>\r\n                                                  <\/div>\r\n                        <div class=\"list-item-content\">\r\n                          <h4>We Are Here<\/h4>\r\n                          <div class=\"text-content\">\r\n                            <p>We are present in more than 60 data centres, including 2 out of the 4 in Ottawa:<\/p>\n<ul>\n<li>Purecolo<\/li>\n<li>Rogers (formerly Granite Networks)<\/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    <\/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&#8217;re 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","protected":false},"template":"","class_list":["post-646","network","type-network","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fibre optic in Ottawa - Discover our internet network | Fibrenoire<\/title>\n<meta name=\"description\" content=\"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!\" \/>\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\/ottawa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ottawa\" \/>\n<meta property=\"og:description\" content=\"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/\" \/>\n<meta property=\"og:site_name\" content=\"Fibrenoire\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-26T19:17:43+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\\\/ottawa\\\/\",\"url\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/ottawa\\\/\",\"name\":\"Fibre optic in Ottawa - Discover our internet network | Fibrenoire\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/#website\"},\"datePublished\":\"2020-06-29T19:49:17+00:00\",\"dateModified\":\"2020-08-26T19:17:43+00:00\",\"description\":\"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/ottawa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/ottawa\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/ottawa\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ottawa\"}]},{\"@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":"Fibre optic in Ottawa - Discover our internet network | Fibrenoire","description":"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!","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\/ottawa\/","og_locale":"en_US","og_type":"article","og_title":"Ottawa","og_description":"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!","og_url":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/","og_site_name":"Fibrenoire","article_modified_time":"2020-08-26T19:17:43+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/","url":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/","name":"Fibre optic in Ottawa - Discover our internet network | Fibrenoire","isPartOf":{"@id":"https:\/\/fibrenoire.ca\/#website"},"datePublished":"2020-06-29T19:49:17+00:00","dateModified":"2020-08-26T19:17:43+00:00","description":"Take full advantage of our high-performance fibrr optic network in Ottawa, congestion-free, net neutral backbone for your business. Discover our products!","breadcrumb":{"@id":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/ottawa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/fibrenoire.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Ottawa"}]},{"@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\/network\/646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/network"}],"about":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/types\/network"}],"wp:attachment":[{"href":"https:\/\/fibrenoire.ca\/en\/wp-json\/wp\/v2\/media?parent=646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}