# EgoCX CDN ยท Content Delivery Network **cdn.ego.cx** is the official content delivery network (CDN) of **EgoCX**, designed to accelerate the loading of static assets, multimedia, and data across the entire digital ecosystem of the brand. This CDN is not just technical infrastructure: it is a **strategic SEO asset** that boosts the ranking of the root domain [`ego.cx`](https://ego.cx/) by: - **Reducing latency** and improving **load speed** (Core Web Vitals). - **Geographically distributing** assets, bringing content closer to users worldwide. - **Offloading the origin server**, allowing `ego.cx` to respond faster to dynamic requests. - **Optimised cache structure** per resource type, maximising efficiency and cache hit ratios. --- ## ๐Ÿ“‚ Directory structure The CDN organises its resources into three main families, each with specific caching policies and headers: | Path | Usage | Cache | |------|-------|-------| | `/assets/` | Compiled code (CSS, JS, fonts, SVG icons) | `max-age=31536000, immutable` | | `/media/` | Heavy content (images, videos, 3D models) | `max-age=86400, stale-while-revalidate=43200` | | `/data/` | Logical and sensitive files (documents, AI configs) | `no-cache, must-revalidate` | For more details on the architecture and technical decisions, visit the [`/about/`](/about/) section. --- ## ๐Ÿ”— Relationship with the root domain This subdomain operates as an **authoritative extension** of `ego.cx`. All assets hosted here: - Resolve under the same primary domain, consolidating **brand signals**. - Inherit and reinforce the **trust** of the root domain in the eyes of search engines. - Contribute to a **smooth user experience**, a key factor in SEO ranking. --- ## ๐Ÿš€ Usage To consume a resource from the CDN, use the full URL: ``` https://cdn.ego.cx/assets/css/main.a1b2c3.css https://cdn.ego.cx/media/img/banner.webp https://cdn.ego.cx/data/doc/terms.pdf ``` --- ## ๐Ÿ“ฌ Contact Questions or suggestions? Write to us at **dev@ego.cx** or visit our main site: [`ego.cx`](https://ego.cx/). --- *CDN EgoCX ยท Part of the EgoCX digital infrastructure.*