Geolocated Web

Oct 13, 2008 19:40

I've been doing some simple Google searches, but I'm looking for information on geolocating web sites. Not websites that can do geolocation, but actually attaching location information to websites, either via a tag or some sort of xml file (like site.com/geolocation.xml) that contains geographic information.

Here's the idea, as roughly inspired by this blog post. A site places a geolocation.xml file in its root directory or a subdirectory. XML data embedded in a page (probably better). This file will contain lat/longs, probably defining an area (center/radius, corners of a polygon, whatever).

A webcrawler would troll for these files, index websites by them. Client apps would reside on devices like phones, GPS devices, and the like. They'd check the device's location, and would tie that location to "nearby" websites.

There are issues. Spam management. Actually handling the indexing, overhead, optimizing. Client app design, getting buy-in on the geoloc files. Details, at this point. The sketch of the idea is there, and it's clearly a reachable goal. It may not be reachable on my own, but it's reachable.

programming, smart reality, augmented reality, projects, design

Previous post Next post
Up