
Last week we worked on adding keywords to our sites so we can improve search engine ranking for those keywords. As the Internet evolves you will see more people wanting to do local searches and one way they will be doing that is through Geotagging. This week we will add Geotags to our site making it so search engines that use Geotagging will be able to direct the proper traffic to our site.
All of the Geotags go into the head section of your home page (between <HEAD> and </HEAD>). To begin open your home page in your favorite editor. The first one to add is your Longitude and Latitude using geo.position…
<meta name=â€geo.position†content=â€49.11;-122.68″ />
<meta name=â€ICBM†content=â€49.11,-122.68″ />
If you have a GPS finding your Longitude and Latitude is pretty easy. If you do not have that surf over to maporama.com and enter your address. The site will provide you the details to enter in the above tag. Next add the following tags which are pretty self explanatory…
<meta name=â€DC.title†content=â€Your Site Name†/>
<meta name=â€geo.country†content=â€CA†/>
<meta name=â€geo.region†content=â€CA-BC†/>
<meta name=â€geo.placename†content=â€Surrey, BC V3S 8Z6, Canada†/>
For the geo.country and geo.region be sure to use ISO 3166 standard codes. The next part uses the Getty Thesaurus of Geographical Names. Go to their site and enter in your City into the Find Name box and enter City into the Place Type. If they do not list your town try entering the largest local city. Once you find your city you will see an ID which you can copy and paste into the the following tag…
<meta name=â€tgn.id†content=â€7013135″ />
Like above the bellow should be added and are self explanatory…
<meta name=â€tgn.name†content=â€Surrey†/>
<meta name=â€tgn.nation†content=â€Canada†/>
Save your page and upload. Now that you have these details you can submit your page to GeoURL and GeoTags. If your adding these details to your blog you can add your blog to feedmap. I also found a Geotagging WordPress plugin which you can install as well.
If you get stuck let me know in the comments.