Create SiteMap

Discussion in 'Search Engine Optimization' started by Black-Cat, Oct 1, 2009.

  1. #1
    How quickly to create SiteMap? Probably there are services?
     
    Black-Cat, Oct 1, 2009 IP
  2. narayanan

    narayanan Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is such an easy task...there are lot of free tools available online for SiteMap generation. You can use any of those tools!!!!!!!
     
    narayanan, Oct 1, 2009 IP
  3. Black-Cat

    Black-Cat Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Give link please =)
     
    Black-Cat, Oct 1, 2009 IP
  4. jessicalore

    jessicalore Guest

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    jessicalore, Oct 1, 2009 IP
  5. risefromthedust

    risefromthedust Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Use www dot xml-sitemaps dot com This site is awesome! It will walk you through a step-by-step process with instructions on how and whre to place in your code too!
     
    risefromthedust, Oct 1, 2009 IP
  6. MayaLocke

    MayaLocke Peon

    Messages:
    1,016
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    MayaLocke, Oct 2, 2009 IP
  7. B.Williams

    B.Williams Active Member

    Messages:
    555
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Used online Sitemap XML tools. You can make sitemap from their. Search on Google and you will find many website provide service.
     
    B.Williams, Oct 2, 2009 IP
  8. Death4you

    Death4you Active Member

    Messages:
    230
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #8
    http://www.xml-sitemaps.com/ generates tons of bandwidth transfer if you have large website.

    There is simple way to generate XML sitemap.
    If you have URLs list, you can make a sitemap using regular expressions.


    For example in following list:

    Replace ^ for <url><loc>

    And replace \n for </loc></url>\n

    Then you will receive:

    Next, replace >< for >\n<

    and you have


    Add this:

    <?xml version="1.0" encoding="UTF-8"?>
    <urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
    http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
    >

    </urlset>


    and you have a sitemap:

     
    Last edited: Oct 2, 2009
    Death4you, Oct 2, 2009 IP