diff --git a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md
index 64aa21c..bf9dc24 100644
--- a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md
+++ b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md
@@ -48,7 +48,6 @@ Click the **"Recalculate Classes"** button. This will refresh the map legend and
{{< callout type="note">}}
**Credit:**
-* The location search functionality in our map previews is powered by the **[PHAC Geocoder](https://geocoder.alpha.phac.gc.ca/) (Currently down)**.
* The basemaps is generously served through [OpenFreeMap](https://openfreemap.org/).
{{< /callout >}}
diff --git a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md
index 8f0011a..7542e49 100644
--- a/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md
+++ b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md
@@ -17,7 +17,6 @@ Look through our [d4c-datapkg-statistical](https://github.com/dataforcanada/d4c-
{{< callout type="note">}}
**Credit:**
-* The location search functionality in our map previews is powered by the **[PHAC Geocoder](https://geocoder.alpha.phac.gc.ca/) (Currently down)**.
* The basemaps is generously served through [OpenFreeMap](https://openfreemap.org/).
{{< /callout >}}
diff --git a/content/docs/getting_started/terminology.md b/content/docs/getting_started/terminology.md
index 9fe5717..1dd89e2 100644
--- a/content/docs/getting_started/terminology.md
+++ b/content/docs/getting_started/terminology.md
@@ -107,12 +107,3 @@ Terms related to imagery processing and remote sensing.
* **[Orthoimagery](https://www.dataforcanada.org/docs/d4c-pkgs/d4c-datapkg-orthoimagery/):** Aerial or satellite imagery geometrically corrected ("orthorectified") such that the scale is uniform, allowing for accurate measurements of distance.
* **[Photogrammetry](https://www.dataforcanada.org/docs/d4c-pkgs/d4c-datapkg-field-imagery/):** The science of making measurements from photographs, used to generate 3D models and orthomosaics.
-
-
diff --git a/content/infrastructure/_index.md b/content/infrastructure/_index.md
index 12e9464..b004ee8 100644
--- a/content/infrastructure/_index.md
+++ b/content/infrastructure/_index.md
@@ -107,16 +107,20 @@ sidebar:
// ── Data ─────────────────────────────────────────────────────────────────
const nodes = [
+ /*
{ id: 'smart-node-01', name: 'Smart Node 01', location: 'Toronto, Ontario, Canada', coords: [-79.38, 43.65], specs: '50Gbps / 50Gbps, 950GB Flash Storage', protocol: 'P2P, SSH', jurisdiction: 'Singapore', color: '#9966CC' },
- { id: 'geo-services-01', name: 'Geo Services 01', location: 'Tottenham, Ontario, Canada', coords: [-77, 45], specs: '2.5GBps / 200MBit, 60TB HDD Storage, 14TB Flash Storage', protocol: 'All', jurisdiction: 'Canada', color: '#EA2839' },
+ */
+ { id: 'geo-services-01', name: 'Geo Services 01', location: 'Ottawa, Ontario, Canada', coords: [-75.69, 45.42], specs: '3GBps / 3GBps, 60TB HDD Storage, 14TB Flash Storage', protocol: 'All', jurisdiction: 'Canada', color: '#EA2839' },
{ id: 'vancouver', name: 'Internet Archive Mirror', location: 'Vancouver, Canada', coords: [-123.12, 49.28], protocol: 'HTTP', jurisdiction: 'USA', color: '#002147' },
{ id: 'source-cooperative-oregon', name: 'Source Cooperative', location: 'Oregon, USA', coords: [-122.68, 45.52], specs: 'AWS S3 (us-west-2), ~50TB HDD Storage', protocol: 'HTTP', jurisdiction: 'USA', color: '#002147' },
{ id: 'r2', name: 'Cloudflare R2', location: 'Eastern North America', coords: [-73.94, 40.71], specs: 'Primary Object Storage', protocol: 'HTTP', jurisdiction: 'USA', color: '#002147' },
{ id: 'san-francisco', name: 'The Internet Archive', location: 'San Francisco, California, USA', coords: [-122.42, 37.77], protocol: 'HTTP', jurisdiction: 'USA', color: '#002147' },
{ id: 'vps-01', name: 'VPS 01', location: 'Manassas, Virginia, USA', coords: [-77.48, 38.75], specs: '2.5Gbps / 2.5Gbps, 512GB Flash Storage', protocol: 'All', jurisdiction: 'Germany', color: '#FFCC00' },
{ id: 'backup-node-01', name: 'Backup Node 01', location: 'Fremont, California, USA', specs: '10Gbps / 10Gbps, 2TB Storage', coords: [-121, 40], protocol: 'SSH, Multi', jurisdiction: 'USA', color: '#002147' },
+ /*
{ id: 'smart-node-02', name: 'Smart Node 02', location: 'Amsterdam, Netherlands', coords: [4.90, 52.37], specs: '50Gbps / 50Gbps, 950GB Flash Storage', protocol: 'P2P, SSH', jurisdiction: 'Singapore', color: '#9966CC' },
{ id: 'smart-node-03', name: 'Smart Node 03', location: 'Amsterdam, Netherlands', coords: [4.90, 52.37], specs: '50Gbps / 50Gbps, 6TB HDD Storage', protocol: 'P2P, SSH', jurisdiction: 'Singapore', color: '#9966CC' },
+ */
{ id: 'geneva', name: 'Zenodo', location: 'Geneva, Switzerland', coords: [6.14, 46.20], specs: 'Replicated in Budapest', protocol: 'HTTP', jurisdiction: 'Switzerland', color: '#FFFFFF' },
{ id: 'budapest', name: 'Zenodo Mirror', location: 'Budapest, Hungary', coords: [19.04, 47.50], protocol: 'HTTP', jurisdiction: 'Switzerland', color: '#FFFFFF' },
{ id: 'tigris-ams', name: 'Tigris (Amsterdam)', location: 'Amsterdam, Netherlands', coords: [4.90, 52.37], specs: 'Tigris CDN Region (ams)', protocol: 'HTTP', jurisdiction: 'USA', color: '#002147' },
@@ -275,20 +279,6 @@ sidebar:
{{< /rawhtml >}}
-## Infrastructure & Operating Costs
-
-| Service | Description | CAD | USD | EUR |
-| :--- | :--- | :--- | :--- | :--- |
-| **CDN** | [CDN - Cloudflare Details](https://www.cloudflare.com/plans/) - WAF, CDN (Amortized Annual) | $30.90 | $22.60 | €19.13 |
-| **CDN Services** | [Object Storage - Cloudflare Details](https://www.cloudflare.com/products/r2/) & [Serverless - Cloudflare Details](https://www.cloudflare.com/en-ca/plans/developer-platform/) (Variable) | $32.71 | $23.93 | €20.26 |
-| **Smart Node 01** | [Decentralized Distribution - SlashN Services Details](https://ultra.cc/#plan-pricing) - Dedicated P2P client | $28.98 | $21.21 | €17.95 |
-| **Smart Node 02** | [Decentralized Distribution - SlashN Services Details](https://ultra.cc/#plan-pricing) - Dedicated P2P client | $28.98 | $21.21 | €17.95 |
-| **Smart Node 03** | [Decentralized Distribution - SlashN Services Details](https://ultra.cc/#plan-pricing) - Dedicated P2P client | $27.31 | $20.13 | €16.95 |
-| **VPS 01** | [Geospatial Services - Netcup Details](https://www.netcup.com/en/server/root-server) - ARM64 | $14.64 | $10.72 | €9.07 |
-| **TOTAL** | **Monthly Run Rate** | **$163.52** | **$119.80** | **€101.31** |
-
-**Note:** Currency conversions are based on rates from February 16, 2026.
-
## Roadmap: Resilience & Transparency
To support our mission of providing high-performance, analysis-ready data, we are currently developing a suite of public tools to make this distributed ecosystem more **FAIR** (Findable, Accessible, Interoperable, Reusable), **resilient**, and **transparent**.