renta Junior Member Joined Sep 23, 2009 Messages 170 Reaction score 21 Jun 3, 2010 #1 I am looking for some help importing a KML file into a geo sitemap. Does anyone have experience creating a geo-sitemap? Thanks
I am looking for some help importing a KML file into a geo sitemap. Does anyone have experience creating a geo-sitemap? Thanks
chockomonkey Regular Member Joined Mar 27, 2009 Messages 366 Reaction score 41 Jun 3, 2010 #2 M.A.D did a case study. You'll find it here: http://www.blackhatworld.com/blackhat-seo/white-hat-seo/197125-google-map-case-study.html
M.A.D did a case study. You'll find it here: http://www.blackhatworld.com/blackhat-seo/white-hat-seo/197125-google-map-case-study.html
renta Junior Member Joined Sep 23, 2009 Messages 170 Reaction score 21 Jun 4, 2010 Thread Starter Thread Starter #3 I'm trying to stay away from that forum...
chockomonkey Regular Member Joined Mar 27, 2009 Messages 366 Reaction score 41 Jun 4, 2010 #4 lol you're on that forum... unless by forum you mean topic of conversation, in which case i have no idea what you're talking about.
lol you're on that forum... unless by forum you mean topic of conversation, in which case i have no idea what you're talking about.
D Didcot BANNED Joined Feb 2, 2010 Messages 328 Reaction score 30 Jun 4, 2010 #5 renta said: I am looking for some help importing a KML file into a geo sitemap. Does anyone have experience creating a geo-sitemap? Thanks Click to expand... Have a go with this tool provided by Google. http://kml-samples.googlecode.com/svn/trunk/interactive/index.html#./Point_Placemarks/Point_Placemarks.Simple.kml By the way if you already have a KML file you then you need to create another seperate sitemap for it. So as well as your normal sitemap listing your pages, you'll have another one listing geographical locations. for your geositemap.xml all you need is this code: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0"> <url> <loc>http://www.yoursite.com/yourkmlfile.kml</loc> <geo:geo> <geo:format>kml</geo:format> </geo:geo> </url> </urlset>
renta said: I am looking for some help importing a KML file into a geo sitemap. Does anyone have experience creating a geo-sitemap? Thanks Click to expand... Have a go with this tool provided by Google. http://kml-samples.googlecode.com/svn/trunk/interactive/index.html#./Point_Placemarks/Point_Placemarks.Simple.kml By the way if you already have a KML file you then you need to create another seperate sitemap for it. So as well as your normal sitemap listing your pages, you'll have another one listing geographical locations. for your geositemap.xml all you need is this code: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0"> <url> <loc>http://www.yoursite.com/yourkmlfile.kml</loc> <geo:geo> <geo:format>kml</geo:format> </geo:geo> </url> </urlset>