Doxy.me: Rebuilding a JavaScript Platform for Search Visibility
Client: Doxy.me
Industry: Telemedicine / Healthcare Technology
Timeline: Early 2019
Services: Custom WordPress Development, Front-End Re-Architecture, Technical SEO, Performance Optimization
The Challenge
Doxy.me is a telemedicine platform used by clinicians to see patients over video. In 2019, their marketing site had a problem that no amount of content work could fix: it was built as a JavaScript application, in a framework that search engines struggled to read.
JavaScript-rendered sites face a structural SEO disadvantage. Content that only exists after scripts execute is content that crawlers may see late, see partially, or not see at all. For a company competing on searches that clinicians and practice administrators actually type, the site’s own architecture was suppressing its visibility. The build also carried heavy, redundant script execution that dragged down load times. And the design itself was not the problem — it needed to stay exactly as it was.
The Approach
The rebuild had one strict constraint: pixel-perfect fidelity to the existing design. Visitors should notice nothing except that the site got faster.
Underneath that unchanged surface, the entire front end was re-architected as a custom-coded WordPress theme:
- Semantic HTML replaced script-rendered content. Every page became fully readable by search engines the moment it loaded, with no JavaScript execution required to see the content.
- Redundant JavaScript execution was eliminated, cutting the work a browser had to do before the page became usable.
- Database queries were optimized so pages were assembled quickly on the server rather than reassembled in the browser.
- A manageable backend replaced the custom build, letting the Doxy.me team edit and publish without engineering support.
The Results
The re-architecture delivered on both sides of the constraint. The design survived the migration untouched, while page load times dropped significantly and Core Web Vitals stabilized. Most importantly, the site’s content became natively crawlable: what had been a JavaScript application opaque to search engines became a fast, semantic, fully indexable site — a foundation the platform could grow on as telehealth demand accelerated in the years that followed.
Key Takeaways
Architecture decides visibility before content gets a vote. A site search engines can’t reliably read will underperform no matter how good its copy is. Fixing the foundation is the prerequisite for everything else.
A rebuild doesn’t have to look like one. Strict design preservation and a complete technical overhaul are compatible. The discipline is in re-engineering everything beneath the surface without disturbing it.
Semantic HTML is the durable bet. The move from script-rendered to semantic content made the site legible to the search crawlers of 2019 — and, unplanned but consequential, to the AI systems that read the web the same way today.