4 replies
Since Geo sitemap generator | Create Geo Sitemap and KML files for FREE! has been down for a few weeks now, I was wondering if anyone knew another good online KML generator for local search.

I know I can google this, but I haven't found a solid solution with Google yet.

Thanks in advance.
#generator #kml
  • Profile picture of the author savidge4
    haha..I didn't even know there was such a thing. you can go here: LocalBusiness - schema.org and scroll towards the bottom and see the examples. click on the "Microdata" tab and see how it is marked up. just above the examples are a listing of different location types so you can get more detailed examples that better fit your needs. it really is not that complicated.

    Below is an example of what I use:
    HTML Code:
    <div itemscope itemtype="http://schema.org/LocalBusiness">
    <h2><span itemprop="name">savidge4</span></h2>
    <span itemprop="description">enter your description here</span>
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    <span itemprop="streetAddress">300 west ave</span>
    <span itemprop="addressLocality">bridgeport</span>,
    <span itemprop="addressRegion">wv</span>
    </div>
    Phone: <span itemprop="telephone">(304) xxx xxxx</span>
    </div>
    Signature
    Success is an ACT not an idea
    {{ DiscussionBoard.errors[9979639].message }}

Trending Topics