Geotag your Website

geotag your website
geotag your website

A geotag is geographical information metadata embedded into an object. Many people know that you can geotag a photo, but can you geotag your website as well?

Geotagging a website is not only possible, but quite easy to do. The web loves metadata embedded in meta tags. Meta tags allow you to add all sorts of information such as rules for web robots, author information, and page descriptions. With the rise of mobile devices it does not surprise anyone that business owners want to make it easier for search engines to associate their website with their physical location.

Geotag Meta Tags

How to get the latitude and longitude information for a location from Google Maps for geotag purposes.

The GeoURL standard requires the ICBM (Intercontinental Ballistic Missile) meta tag. This is a fancy way of saying your latitude and longitude. It’s pretty easy to get the latitude and longitude from Google Maps. Let’s use my local favorite municipal paralimni dog pound as an example. If you visit that page in Google Maps you will notice a marker. If you right-click on that marker and select What’s here? you will see that the place was replaced by “35.030496, 33.991281”. With this information the ICBM tag would be:

<meta name="ICBM" content="35.030496,33.991281" />

Additionally, there is another geotag format that uses more tags, but is also required for complete GeoTag support.

<meta name="geo.position" content="35.030496,33.991281" />
<meta name="geo.placename" content="Ayiou Thoma, Paralimni, CY" />
<meta name="geo.region" content="CY" />

Lastly, there is one other meta tag that is actually not a geotag, but there is some software out there that uses it in conjunction with the meta tag to list the site name. This would look like.

<meta name="DC.title" content="Paralimni Dog Pound" />

Geotag Support From Search Engines

Meta GeoTags are only supported by Bing and Yahoo. Google assumes that there are too many web developers out there that get a template from some where and never edit this information and thus the information is worthless.

Applying geotag information is very beneficial to improving your local SEO.