Thursday, January 2, 2025
What is Edge SEO?
Edge SEO is a field of technical SEO, that utilizes serverless (edge) technologies to execute changes to code through using the CDN as a form of middle-ground in which SEO hotfixes and recommendations can be implemented. These changes are agnostic of the website infrastructure (origin source code), and are supported by multiple CDNs through “edge worker” technology, e.g. Cloudflare Workers, Akamai EdgeWorkers, and Fastly Edge Solution.
Edge SEO offers an implementation solution when:
- Congested development queues/long lead times are impacting SEO implementation and revenue
- Gatekeeper devs who are, unhelpful
- Old platforms/servers that are not scalable
- Website builds that have not originally been scoped properly
- Code freezes
- Legacy duct-tape fixes preventing changes
- Platforms lacking functionality (i.e. Demandware/Salesforce Commerce Cloud not allowing access to server logs)
There’s nothing new about Edge SEO that we’re not already doing, instead, we’ve changed how we do it. By performing SEO implementations on the edge, we are not modifying the underlying code base or current technology stack (servers, CMS, ZXTMs, etc), but instead on a cloud infrastructure.
Edge SEO is the practice of using edge technologies, such as computing, networking, and caching. I first used the term during my talk at TechSEO Boost 2018.
Why talk to me about Edge SEO?
At TechSEO Boost 2018, I was one of the first SEOs to talk about using edge technologies for SEO purposes in the public realm, and my team’s research into using Cloudflare Workers for performing SEO on the edge won the inaugural 2018 TechSEO Boost Call for Research competition, with Eric Enge and OVH also being named as research and innovation finalists.
I’ve also been credited for coining the term Edge SEO following my talks at TechSEO Boost, articles, and building the Sloth edge SEO tool. I’ve also been described as being a pioneer in the approach of Edge SEO, by software provider DeepCrawl and ContentKing.
You can also read my post talking about using Cloudflare Workers for SEO, on Cloudflare’s blog.
Edge SEO Use Cases
Through custom edge scripts, you have the ability to modify the HTML response of your website to:
- Add, edit and delete meta tags
- Add, edit and delete headers, including adding additional security headers
- Implement HREFLANG based on your rules
- Edit your robots.txt file (not currently possible on Shopify via Cloudflare Workers)
- Serve custom 404 (and 4xx & 5xx) error pages
- Implement and server redirects
- Trim HTML whitespace and comments
- Pre-render JavaScript dynamically using cached versions of pages
- Split test HTML elements (inclusion/removal)
- Full page AB & Multivariate testing
- Pseudo log file analysis (collecting full referrer logs from the request)
Edge SEO Examples
AB Testing With Cloudflare Workers
If you go to the URL: https://dantaylor.online/sloth-ab you’ll either end up on a control page or a variant page. This is being handled through Cloudflare Workers as a simple 50/50 split A/B test – which can be easily reported on through Google Analytics, or by using an API puller to produce semi-real time reports in Google Sheets.
Although this practice isn’t “new”, it’s a fairly recent addition to most SEO’s technical arsenal and can be vital in justifying business cases.