Citizens Add to Google Maps -- Even Imaginary Ones

slfisher 0 Tallied Votes 616 Views Share

If you've ever had Google Maps literally send you up the river or down a sidewalk, you may have wondered whether the company ever actually sees the areas it maps.

Now, it does, through an increasing number of volunteers who make corrections and add more detail to maps, according to an article in the New York Times.

Google has stopped using commercial databases such as Tele Atlas, choosing instead to use freely available government databases, as well as input from users. "[W]e've worked directly with a wide range of authoritative information sources to create a new base map dataset," according to the Google Earth and Maps blog. "In our experience, these organizations that create the data do the best job of keeping it accurate and up-to-date.

Even Tele Atlas itself is starting to incorporate input from users, though it does not rely on it, the New York Times said. Beyond that, organizations such as WikiMapia and OpenStreetMap are open-source maps created by users.

However, users have been unable to determine the existence of a U.K. town called Argleton, though it is described in Google Maps, according to a different New York Times story.

"When Mr Bayfield reached Argleton – which appears on Google Maps between Aughton and Aughton Park – he found just acres of green, empty fields," the New York Times reported.

Paper maps often include minor imaginary streets to enable the map copyright holders to see whether their maps are being published elsewhere, and it is speculated that Argleton fulfills the same role for Google Maps, though Google said it was an error. However, though the company said the town would be removed, it is still there as of today.

Dani AI

Generated

Good follow-up to — the Argleton story became a handy real-world warning about trusting a single map source. Argleton was a phantom place that appeared on Google Maps, drew media attention and local investigation, and was later removed; the episode shows how a single dataset error can cascade into directories, weather feeds and business listings. (en.wikipedia.org)

Practical checklist for site owners and local SEOs:

  • Claim and verify your Google Business Profile so you control what appears in Search and Maps. ()
  • Publish explicit LocalBusiness structured data (JSON-LD) on your site including full postalAddress and precise geo coordinates; that gives search engines a machine-readable canonical. See schema.org for the fields to use. (schema.org)

A minimal JSON-LD example to include in the page head:

<script type="application/ld+json">
{
  "@context":"https://schema.org",
  "@type":"LocalBusiness",
  "name":"Example Co",
  "telephone":"+1-555-555-5555",
  "address":{
    "@type":"PostalAddress",
    "streetAddress":"123 Main St",
    "addressLocality":"Anytown",
    "postalCode":"12345",
    "addressCountry":"US"
  },
  "geo":{
    "@type":"GeoCoordinates",
    "latitude": "40.7128",
    "longitude": "-74.0060"
  }
}
</script>

How to get a mapping mistake corrected quickly:

  • On Google Maps, open the place or drop a pin, then choose "Suggest an edit" / "Report a problem" and supply the correct address, coordinates and evidence (photos, official website or registration). Local Guides and Google review edits before publishing; allow time for moderation. Monitor the change and, if it affects business listings, update other platforms (Apple, Bing, major directories) to prevent data drift. (localguidesconnect.com)

Argleton is a cautionary example: auditing the data pipeline (business profile, structured data, directory listings) and knowing how to submit authoritative corrections reduces the risk that a phantom place will hurt users or your local search presence.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.