DIZAYN.
Back to blog
Case studies

Case Study: Luvory Luxury Toilets' Website

Written by the Dizayn team

The problem: a good-looking site with an invisible technical limit

Luvory Luxury Toilets' website, a luxury portable toilet rental business in Guadalajara, looked good and worked fine — but it ran on a static hosting platform that didn't allow control over real HTTP headers. It's a limit a visitor never notices, but one that blocks real technical discovery signals that search engines and AI systems actually read.

Why this matters more than it sounds

An HTTP header is information the server sends before the page even loads — unlike an HTML tag, which a system has to download and parse the entire page to find. We confirmed empirically (with a direct test, not an assumption) that the previous platform silently dropped custom headers, even when the config was technically written correctly.

The decision: migrate, don't rebuild

Instead of throwing away the design work already invested, we migrated the site to TanStack Start, which unlocked real server control without losing any of the existing design. We confirmed with a direct test (`curl -I` against the published site) that headers now arrive fully intact — not an assumption, a verifiable check.

What got fixed along the way

The automated migration brought two real regressions that weren't obvious at a glance:

Problem foundWhy it mattered
Duplicate `<title>` tag on every pageConfuses search engines about which title is real
`<html lang="es-MX">` hardcoded on every page, including English onesTells the browser and search engines an English page is in Spanish

Neither shows up browsing the site normally — both were caught by an explicit audit, not by trusting "if it builds, it's fine."

The result

A site running on the same design foundation as always, but with real architecture underneath: controllable HTTP headers, correctly separated English and Spanish URLs (not just an `/en/` prefix, but actually translated routes), and room to keep adding features without hitting the same limit again.

Does your current site have this same kind of invisible limit? Tell us about your project or check the details of our website design service. See the real result at luvory.com.mx.

FAQ

What problem did Luvory's site have before?
It ran on a static hosting platform that didn't allow control over real HTTP headers — a technical limit invisible to a regular visitor, but one that blocked SEO and discovery improvements that matter to search engines and AI systems.
Why migrate to TanStack Start instead of rebuilding from scratch?
Because it unlocked real server control (headers, dynamic routes) without losing the design work already invested — the migration happened on top of the existing base, not as a full rebuild.
What does a business actually gain from this?
Real HTTP headers for discovery signals (not just HTML tags), correctly separated English and Spanish URLs, and an architecture that doesn't require a rebuild every time a new feature gets added.
Does this type of work apply to any site?
The specific header case applies to sites on limited static hosting. The general principle — architecture that doesn't block future improvements — applies to any project.

Does your brand need this?

Let's talk about your project and where to start.

Start a project

Related articles