UK software company · 2026
Moving a software company's website and DNS to Cloudflare
A UK software company's website, moved from Azure to Cloudflare Pages, with dependencies brought up to date, forms rebuilt and search and AI visibility improved.
Starting point
The site ran on Azure Static Web Apps, with DNS in Azure DNS. When the Azure subscription behind both was closed, the site and the domain's DNS had to move.
Hosting and DNS
The site is now a static Next.js export on Cloudflare Pages, built and deployed automatically on every push to the main branch. Before switching DNS, we copied every mail record to Cloudflare and checked each one against the live values. We also found and removed an out-of-date DNSSEC record at the domain registry that was causing lookups to fail for some mail servers.
Security
Updating Next.js and running a dependency audit took the site from 9 known vulnerabilities, 1 of them critical, to none. Security headers, including a Content Security Policy and HSTS, are served from Cloudflare. A GitHub Actions workflow checks dependencies, types and the build on every change, and runs weekly to catch new advisories.
Forms
Every form on the site sends to one form service and arrives in a shared inbox with its own subject line. Cloudflare Turnstile and a hidden honeypot field filter automated submissions.
Search and AI visibility
Every page has structured data describing the organisation, services, articles and FAQs. The site publishes a sitemap, an RSS feed and an llms.txt summary for AI assistants, and preview copies on Cloudflare's own domain are excluded from search results.
Have a similar project in mind?
Start a project