Home / Knowledge base / Web Design & Development
Knowledge Base

What is Responsive Web Design?

What responsive web design is, how it differs from a separate mobile site, why it matters for SEO and what makes a site truly responsive.

Web Design & Development What is / explanation 3 min read

Responsive web design is an approach to building websites where the layout and content automatically adapt to fit the screen size and orientation of the device being used, whether a desktop, tablet, or mobile phone.

How is responsive design different from a separate mobile site?

A separate mobile site (often found at m.yourdomain.com) is a distinct version of a website built specifically for mobile devices. A responsive design is a single website that adjusts its layout based on the screen dimensions. Responsive design is now the standard approach: it is simpler to maintain (one codebase rather than two), avoids the risk of the desktop and mobile versions falling out of sync, and is Google's recommended implementation for mobile-friendly websites.

What we see in the data: Across the Thai client sites we manage, the majority of traffic is mobile, and on social campaigns it is higher still. That is why every site we design starts from the phone layout and works up to desktop, not the other way around.

Why does responsive design matter for SEO?

Google uses mobile-first indexing, meaning it primarily uses the mobile version of a website for ranking and indexing. A site that is not responsive, or that delivers a degraded experience on mobile, is evaluated based on that mobile experience. In Thailand, mobile accounts for the majority of internet traffic across most industries, making mobile performance particularly important. A site that looks good on desktop but is difficult to use on a smartphone is losing users, and potentially rankings, at the point where most visits occur.

[Screenshot: Google Search Console Mobile Usability report showing zero mobile usability issues for a responsive website alongside example passed URLs. Alt text: Google Search Console mobile usability report showing a responsive website with no mobile usability errors and a list of valid pages.]

What makes a website truly responsive?

A responsive website uses flexible grid layouts, relative units rather than fixed pixel widths, and CSS media queries to adjust the presentation at different breakpoints. Images scale proportionally rather than overflowing their containers. Text is legible without zooming.

Navigation adapts for touch interaction: menu items are large enough to tap comfortably, and dropdown menus work on touchscreens. Font sizes remain readable without the user needing to pinch and zoom. These are also the criteria Google checks in its Mobile Usability report in Search Console.

What is the cost of not having a responsive website?

A non-responsive website loses mobile visitors at a higher rate than a responsive one. Users who cannot read or navigate a site on their phone leave quickly, driving up bounce rates and reducing time on site. For businesses running paid ads, sending paid traffic to a non-responsive site wastes budget: users who click an ad and immediately leave because the site does not work on their phone produce zero return. The gap between a mobile-friendly site and one that is not is one of the most impactful factors in conversion rate for businesses with significant mobile traffic.

Related KB articles:

• What is UX and UI and Why Do They Matter for Your Website

• What are Core Web Vitals and Why Does Google Care About Them

• What is Technical SEO

External links:

• Google's mobile-friendly test

Frequently asked questions

Is responsive design the same as mobile-friendly?

Not exactly. Mobile-friendly means the site works on a phone; responsive is the technique that makes one layout adapt to every screen size, which is the standard way to be mobile-friendly.

Does Google penalise non-responsive sites?

Google indexes the mobile version of your site first, so a poor mobile experience will hold back rankings even if the desktop site is excellent.

How can I test if my website is responsive?

Resize your browser window or use the device toolbar in Chrome DevTools, and check real phones where possible: menus, forms and buttons should stay easy to use at every size.