If you need a quick answer – it’s in the table below. If you want to understand how location affects SEO, Core Web Vitals, and TTFB – read on.
Quick Answer: Where to Host Your VPS
| Your audience | Optimal VPS location | Alternative |
| USA (general) | Ashburn, VA (East Coast) | Dallas, TX (Central) |
| USA + Canada | Ashburn, VA or Chicago, IL | New York, NY |
| All of Europe | Frankfurt, Germany | Amsterdam, Netherlands |
| United Kingdom | London, UK | Amsterdam (if UK location is expensive) |
| Central and Eastern Europe | Warsaw, Poland | Frankfurt |
| Asia-Pacific | Singapore or Tokyo, Japan | Sydney, Australia |
| Global audience (50%+ in one region) | VPS in main region + CDN | Multi-region VPS |
| Global audience (even spread) | CDN-first approach + one origin VPS | Multi-region deployment |
The core rule: VPS goes where your primary audience is. CDN handles the rest.
Why Server Location Matters for SEO
Google has used page speed as a ranking factor since 2010 for desktop and since 2018 for mobile search. Since 2021, Core Web Vitals (LCP, FID/INP, CLS) became official ranking signals. TTFB (Time To First Byte) is a component of LCP.
Where specifically VPS location affects SEO:
TTFB and LCP
TTFB is the time from sending a request to receiving the first byte of the server’s response. For a site hosted on a VPS in Frankfurt and a user in Berlin, TTFB will be 10-20ms. For a user in New York – 90-120ms. LCP (Largest Contentful Paint) depends 30-40% on TTFB. Google recommends TTFB < 200ms. Without a CDN, achieving this for a global audience from a single VPS is impossible.
Geo-targeting in search
The server’s IP address signals geographic ownership of the resource to search engines. A server in Poland with Polish-language content will receive a stronger signal for ranking on Polish queries than the same site hosted on a server in Singapore. This isn’t the only factor, but it strengthens geo-targeting.
Google Search Console and Target Country
GSC lets you specify a target country (International Targeting → Country). This signal is stronger than the server IP address. But if the IP address contradicts GSC settings (server in the US, target country Poland) – that’s a weaker combined signal than when both parameters align.
Latency Explained
Latency is the time it takes for a data packet to travel from the user’s browser to the server and back (round-trip time, RTT). The physical limit is the speed of light in fiber-optic cable: ~200,000 km/s. From London to New York (~5,500 km), the minimum possible delay is ~27ms. The real figure is 70-90ms due to routing.
| Route | Distance | Min. RTT (theoretical) | Real RTT |
| London – Amsterdam | ~360 km | ~2ms | ~8-12ms |
| Berlin – Frankfurt | ~520 km | ~3ms | ~10-15ms |
| New York – Washington | ~360 km | ~2ms | ~7-15ms |
| New York – Los Angeles | ~4,500 km | ~22ms | ~65-75ms |
| London – New York | ~5,500 km | ~27ms | ~70-90ms |
| Amsterdam – Singapore | ~10,500 km | ~53ms | ~160-180ms |
| Los Angeles – Tokyo | ~8,800 km | ~44ms | ~110-130ms |
The practical consequence: every additional 10ms of latency adds 10ms to TTFB. For a site without a CDN where the primary audience is in the US but the server is in Asia, TTFB will be 150-200ms from physical distance alone – before any server-side request processing.
Best Regions for SEO
Scenario 1 – SaaS or B2B site for the US market
Situation: a product targeting the American market, 80%+ traffic from the US. SEO goal: ranking in google.com for US audiences.
Ashburn, VA is the optimal choice. It’s the world’s largest internet hub by traffic volume, where backbone channels from most carriers converge. Average TTFB for a US audience: 20-40ms. Bonus: East Coast is geographically closer to Europe, which matters if there’s a secondary EU audience (RTT ~80-90ms versus 130-150ms from West Coast).
Scenario 2 – E-commerce for the UK market
Situation: an online store with a UK-primary audience. Post-Brexit, SEO in google.co.uk is partially separate from google.com.
London is the logical choice for UK-focused e-commerce. A UK IP strengthens UK geo-targeting. TTFB for a London audience: 5-20ms. If budget is constrained and London is more expensive – Amsterdam gives ~10-15ms RTT to London, which is an acceptable alternative.
Scenario 3 – Media or news site with global audience
Situation: a news resource with readers from the US, Europe, and Asia. Traffic distributed roughly evenly across regions.
A single VPS won’t solve the global latency problem. The right architecture: an origin VPS in the main region (or where the editorial team is located) + CDN with edge nodes in key regions. Cloudflare or Fastly cache static content on edge servers in 100+ cities, reducing TTFB for most readers to 10-30ms regardless of the origin VPS location.
Scenario 4 – Local business or regional site
Situation: a dental clinic site in Warsaw or a restaurant in Berlin. 99% of traffic comes from a single city or region.
VPS location is maximally important and simple: a server in Warsaw or Frankfurt for a Polish or German business. TTFB for a local audience: 5-15ms. A CDN usually isn’t needed here – traffic is local, edge caching won’t provide meaningful gains over a nearby VPS.
CDN vs VPS Location
A common assumption: “I’ll add a CDN and VPS location won’t matter.” That’s partially true – and partially wrong.
| Parameter | VPS without CDN | VPS + CDN |
| TTFB for nearby audience | 5-30ms | 5-50ms (CDN can add overhead) |
| TTFB for distant audience | 80-200+ms | 10-40ms (edge caching) |
| Dynamic content (API, user accounts) | Direct from VPS | Goes through CDN to VPS – not cached |
| Static content (JS, CSS, images) | From VPS | From CDN edge node |
| Cost | VPS only | VPS + CDN subscription ($0-200+/mo) |
| SEO geo-targeting | VPS IP defines the region | CDN IP can dilute the geo signal |
| DDoS protection | Basic (provider) | Advanced (Cloudflare, Fastly) |
The key nuance: CDN is effective for static content. For dynamic content (pages generated on the fly, personalized content, APIs) – the request still goes all the way to the origin VPS. This is why VPS location remains critical even with CDN for projects with a large share of dynamic content.
Another SEO nuance: Cloudflare and similar CDNs mask the VPS IP address, replacing it with the edge node’s IP. For Google, this is mostly neutral (Google knows how to crawl past CDNs), but it can weaken the regional geo-signal for sites with a strong local focus.
Recommendations
| Project type | VPS location | CDN needed? | Priority |
| Local business (one city/country) | Region closest to audience | No | VPS location |
| National site (one country) | Capital or main country hub | Recommended | VPS location + CDN |
| Regional (Europe or USA) | Central hub (FRA or Ashburn) | Yes | CDN for static |
| Global site | Main audience region | Required | CDN-first approach |
| SaaS / webapp with API | Closest to majority of users | Yes (for static) | VPS location for dynamic |
| E-commerce (one region) | Location in sales country | Yes | Both factors |
Practical checklist before choosing a location:
- Identify where 80%+ of your target audience lives
- Check Google Search Console or Analytics: where traffic is actually coming from
- For multi-regional audiences – evaluate CDN (Cloudflare Free solves most issues at no cost)
- For local businesses – prioritize VPS location over CDN
- Measure TTFB after launch via WebPageTest.org from your target region
Browse VPS plans with different locations: Unihost VPS.
FAQ
Does server location affect SEO?
Yes, but indirectly. Server location affects TTFB, which is a component of LCP – an official Google ranking signal. The server’s IP address also signals geographic ownership of the resource, strengthening or weakening geo-targeting. There’s no direct “server location factor” in Google’s algorithm, but the indirect influence through speed and geo-signal is real.
Best VPS location for website?
Whichever is closest to your primary audience. If 70% of traffic is from the US, the optimal VPS is in Ashburn or Dallas. If the audience is Poland and Ukraine, the optimal location is Warsaw. For a global audience – a combination of VPS in the central region plus CDN.
How latency affects speed?
Latency (RTT) is added directly to TTFB. If RTT between user and server is 100ms, TTFB cannot be less than 100ms even with instant server-side processing. For an HTTPS connection without HTTP/2, each RTT multiplies: DNS lookup + TCP handshake + TLS handshake + request = minimum 3-4 RTTs before the first byte arrives. At 100ms RTT, that’s 300-400ms just to establish the connection.
Should I host near users?
Yes, for projects without CDN or with a large share of dynamic content – definitely. For static sites with CDN, VPS location is less critical but still affects uncached request speed and the geo-signal for SEO. Exception: if the audience is global and evenly spread, a CDN-first approach is more effective than trying to find the “perfect” single location.
Next Step
Identify your primary audience region – and choose the corresponding VPS. VPS plans with different locations: Unihost VPS.