{"id":644,"date":"2020-06-29T19:47:04","date_gmt":"2020-06-29T19:47:04","guid":{"rendered":"https:\/\/fibrenoire.ca\/\/\/?post_type=network&#038;p=644"},"modified":"2020-08-26T19:22:01","modified_gmt":"2020-08-26T19:22:01","slug":"toronto","status":"publish","type":"network","link":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/","title":{"rendered":"Toronto"},"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 Toronto\r\n            <\/h1>\r\n            <div class=\"text-content\">\r\n              <p style=\"text-align: center;\">We don\u2019t wanna make a scene, but we\u2019re in the city of the Queen.<\/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=\"644\">\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&#8217;s Got It All<\/h2>\r\n                  <div class=\"description\">\r\n                    <p>Offering all of our services to the Ontario market means having a high-capacity redundant Toronto-Montreal long-haul transport on our awesome network. Yeah!<\/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-business-area 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, namely the famous 151 Front in Toronto:<\/p>\n<ul>\n<li>Cologix \u2013 905 King<\/li>\n<li>Cologix \u2013 151 Front<\/li>\n<li>Bell \u2013 151 Front<\/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\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. 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<p>100% dedicated bandwidth<br \/>\n99.9% availability on local loop<br \/>\n99.99% backbone availability<br \/>\nMTTR (mean-time-to-repair) of 4 hours<br \/>\nMTTr (mean-time-to-respond with a first diagnosis) of 15 minutes<\/p>\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","protected":false},"template":"","class_list":["post-644","network","type-network","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fibre optic in Toronto - Discover our internet network | Fibrenoire<\/title>\n<meta name=\"description\" content=\"Take full advantage of our high-performance fibre optic network in Toronto, 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\/toronto\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Toronto\" \/>\n<meta property=\"og:description\" content=\"Take full advantage of our high-performance fibre optic network in Toronto, congestion-free, net neutral backbone for your business. Discover our products!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/\" \/>\n<meta property=\"og:site_name\" content=\"Fibrenoire\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-26T19:22:01+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\\\/toronto\\\/\",\"url\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/toronto\\\/\",\"name\":\"Fibre optic in Toronto - Discover our internet network | Fibrenoire\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/#website\"},\"datePublished\":\"2020-06-29T19:47:04+00:00\",\"dateModified\":\"2020-08-26T19:22:01+00:00\",\"description\":\"Take full advantage of our high-performance fibre optic network in Toronto, congestion-free, net neutral backbone for your business. Discover our products!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/toronto\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/toronto\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/our-network\\\/toronto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/fibrenoire.ca\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Toronto\"}]},{\"@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 Toronto - Discover our internet network | Fibrenoire","description":"Take full advantage of our high-performance fibre optic network in Toronto, 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\/toronto\/","og_locale":"en_US","og_type":"article","og_title":"Toronto","og_description":"Take full advantage of our high-performance fibre optic network in Toronto, congestion-free, net neutral backbone for your business. Discover our products!","og_url":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/","og_site_name":"Fibrenoire","article_modified_time":"2020-08-26T19:22:01+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/","url":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/","name":"Fibre optic in Toronto - Discover our internet network | Fibrenoire","isPartOf":{"@id":"https:\/\/fibrenoire.ca\/#website"},"datePublished":"2020-06-29T19:47:04+00:00","dateModified":"2020-08-26T19:22:01+00:00","description":"Take full advantage of our high-performance fibre optic network in Toronto, congestion-free, net neutral backbone for your business. Discover our products!","breadcrumb":{"@id":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fibrenoire.ca\/en\/our-network\/toronto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/fibrenoire.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Toronto"}]},{"@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\/644","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=644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}