Edge Computing with Cloudflare Workers
SEO Best Practices with Cloudflare Workers, Part 2: Implementing Subdomains

SEO Best Practices with Cloudflare Workers, Part 2: Implementing Subdomains

2/15/2019 · Michael Pinter

What this post added

This post demonstrates how Cloudflare Workers can be used to implement a subdirectory strategy for SEO purposes, effectively proxying traffic from a subdirectory (e.g., `bobtopia.com/blog`) to a remotely hosted service (e.g., `bobtopia.coolghosthost.com`). It details the configuration options and request handlers needed to manage both HTML documents and associated assets, eliminating the need for a traditional reverse proxy like NGINX.

Read the original post ↗