Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>uhm, you don't and you can't - at least not reliably.</p> <p>Sites that do offer a region-specific version, like Craigslist (which has a site for each city, e.g. seattle.craigslist.org, london.craigslist.org) do not deny access to visitors from outside these areas, the geographic designations are just for the user's convenience, because a user in London has no interest in a Yard sale in Seattle.</p> <p>Some sites do block regions, often for rights reasons, such as SouthPark.com blocking UK visitors and the BBC's iPlayer blocking non-UK visitors, this is because they don't have the necessary copyright licenses to broadcast or distributed content outside their local area (the USA and UK respectively).</p> <p>Blocking users is accomplished by subscribing to, or maintaining an IP block database which associates IP address ranges with geographic areas - this information is freely available from a variety of online sources (google for "ip geolocation database"). However the information is granular only to the country-level, though in some places (like the US) you'll be able to get it down to the nearest state and possibly city - the information is often gleaned from the registered office address of the ISP that is assigned a particular IP address range - so an ISP in Seattle might also serve customers in Everett (a nearby city), but the IP address database would only say they're in Seattle, not Everett. This inherent inaccuracy is why those scammy "Single mom from %yourTown% discovers weird trick to reverse aging!" ads often get your town completely wrong.</p> <p>However remember that blocking users because of their geographical location is always a bad idea: it will only breed resentment amongst your visitors - though it can be the lesser of two evils, such as in the case of broadcasters (where they'd be denied from streaming anything at all), but for regular websites that are not bound by geographical exclusivity contracts it's just evil.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload