Glossary

What Is Device Redirect?

A device redirect sends visitors to different destination URLs based on their device type — desktop, mobile, or tablet. The server inspects the User-Agent header to determine the device and redirects accordingly.

Why It Matters

Device redirects were once the primary way to serve different experiences to mobile and desktop users. A site would redirect smartphone visitors to m.example.com while desktop users stayed on www.example.com.

Today, responsive design handles most of this, but device redirects are still used for:

  • Redirecting to an app store (iOS → Apple App Store, Android → Google Play)
  • Sending mobile visitors to a simplified version of a complex web application
  • Forwarding a domain to different platforms per device

How It Works

  1. Visitor requests https://example.com
  2. Server reads the User-Agent HTTP header
  3. Server detects “iPhone” in the User-Agent string → mobile device
  4. Server responds with a 302 redirect to https://m.example.com

Like geo redirects, device redirects typically use 302 status codes because the destination varies by visitor.

Device Redirects vs Responsive Design

FactorDevice RedirectResponsive Design
Separate URLsYes (m.example.com)No (same URL)
SEO complexityHigh (duplicate content risk)Low (one URL per page)
MaintenanceTwo separate sitesOne site with CSS
User-Agent dependencyYesNo
Google recommendationDiscouragedPreferred

Common Remaining Use Cases

ScenarioDesktop DestinationMobile Destination
App Store redirectWebsite landing pageApp Store / Google Play
Event check-inFull schedule pageMobile check-in form
Web appFull dashboardSimplified mobile view

How Domain Forward Relates

Domain Forward performs standard redirects — same destination for all devices. If you need per-device routing, you’d handle that at the application level on your destination. Domain Forward ensures the initial HTTPS redirect works reliably regardless of device.

Related Terms

Related Features

Frequently
asked questions

Much less than before. Responsive web design (CSS media queries) handles most device differences without redirects. Device redirects are now mainly used when desktop and mobile have completely separate platforms — like redirecting mobile users from a website to an app store listing.

Still Confused? Try It Free.

Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.