Hello Actually I want to do Geo targeting for my site and I need to use <meta name="geo.region" content="Country"> for multiple countries/region ,But I don't know how to add multiple countries in it, So please tell me how can i add multiple countries in this tag. Thanks
You can understand it with as foolow example-------------------- <META NAME="geo.position" CONTENT="latitude; longitude"> <META NAME="geo.placename" CONTENT="Place Name"> <META NAME="geo.region" CONTENT="Country Subdivision Code"> e.g. <META NAME="geo.position" CONTENT="49.2;-123.4"> or <META NAME="geo.position" CONTENT="49.2;-123.4"> <META NAME="geo.placename" CONTENT="London, Ontario"> <META NAME="geo.region" CONTENT="CA-ON">
Thanks for your response. But I need to use multiple countries, then how can I add multiple countries in the tag.
Edsigner gave you a great example. I would also suggest going straight to "Google local' and they will provide you with the details needed. You may as well learn for future referrence. Steve