A to Z for Sitemap - Get ranking with sitemap

Discussion in 'Google Sitemaps' started by mistoovrool, Apr 13, 2008.

  1. #1
    A sitemap is a little-known secret to enhancing your Web site's position in the search engine listings. No, it's not a killer secret that will draw in thousands of new visitors overnight, but it is an important addition to your toolset, and not hard to implement. This article will tell you why you need a sitemap, and how to create one and submit it to the search engines.

    The term "sitemap"
    can refer to two different things. Many large, complex Web sites provide a visual sitemap that visitors can use for quick navigation, if they already know roughly where they want to go. If your site is large or complex, you should provide one of these sitemaps for your visitors.

    But this article is about the other kind of sitemap: The kind that is made for the search engines, like Google, to use in indexing your site. There are several forms that these sitemaps can take, but we'll get to that a little later.

    First of all, let's consider
    why you even need a sitemap. Google and the other search engines will index your site even if you don't have a sitemap. However, there are four main advantages to having a sitemap:


    1. If your site uses non-HTML links, such as Macromedia Flash menus or JavaScript menus, the search engines will not be able to follow these links, and so they will not find all of your pages. A code-driven site must use a sitemap.

    2. A sitemap tells the search engines which pages on your site are more important, and which are less important. This prevents the less important pages from competing with your own pages in the listings.

    3. A sitemap tells the search engines which pages on your site are updated more frequently than others. This enables the search engines to ignore your static pages, increasing the likelihood that they will have the most current data on your most dynamic pages.

    4. A sitemap enables you to tell the search engines when you have added or updated your site's content. To some extent, this puts you in control of making the search engines aware of your latest content. Of course, it doesn't force the search engines to do your bidding, but it tends to make it easier for users to find your new pages more quickly.

    So, what is a sitemap?

    As mentioned above, there are many possible forms of sitemaps, but we'll concentrate on the most useful kind, the XML sitemap format created and promulgated by sitemaps.org. This protocol, currently known as "Sitemap 0.90," is maintained and endorsed jointly by Google, MSN, Yahoo, and Ask, so you know it is pretty much a universal standard.

    An XML sitemap consists of a list of pages on your Web site, and standard information about each page. Here is an example:

    < url >
    < loc >http://www.freelancesubmit.com/Index.htm< /loc >
    < lastmod >2008-04-07< /lastmod >
    < changefreq >never
    < priority >0.3
    < /url >

    ...

    < url >

    < loc >http://www.freelancesubmit.com/Services.htm< /loc >
    < lastmod >2008-04-07
    < changefreq >weekly
    < priority >0.8
    < /url >

    ...

    Don't worry about the technical details of formatting the XML. We'll talk about tools that will create this for you in a moment.

    There are three things to notice about each entry:

    1. LastMod. Tell the search engines the last date (and time) you changed this page. That will tell them which ones they ought to index right away, and which ones they can ignore.

    2. ChangeFreq.
    In case you're not updating your sitemap all the time, this will give the search engines a clue as to how often they ought to check each page.

    3. Priority. This tells the search engines the relative importance of this page, compared to all the other pages in your site.

    In assigning a value for "Priority," on a scale of 0.0 to 1.0, determine which pages are most important and which are least important within your site. We're not telling the search engines that this "Services" page is in the 80th percentile of all pages on the Web, but it is far more important than the "Index" page within this site. That's where we want our visitors to end up.

    It's easy to identify pages within your site which are lowest priority. Some examples:

    - Privacy Policy - "Contact us" - "About us"

    Please don't misunderstand this. It's not that your "Privacy Policy" page is unimportant and so you might as well not have one. It's that your "Privacy Policy" is important enough to take for granted: Your visitors will find it when they need it. But for search engine purposes, you'd rather direct them to the pages where you actually do your business.

    So, how do you create a sitemap?

    There are a number of software tools that will create a sitemap by reading your site's content. You will have to adjust the results, especially the "Priority" settings, but most of these do a pretty good job. Search the Web for "sitemap generator," or for any of the following specific free tools:

    - SitemapDoc - XML-Sitemaps - AuditMyPC Google Sitemap Generator

    And once you have your sitemap, what do you do with it?

    There are three things to do, in sequence:

    1. Place the sitemap file into the root directory of your Web server, alongside your main "index" file. And each time you update it, place the new copy there.

    2. Notify the major search engines of your new sitemap file each time you update it. For Google, this means to submit it from within "Webmaster Tools." For other major search engines, search on that search engine for "submit sitemap," and you'll probably find where to enter the URL of your sitemap file.

    3. Place a reference to the sitemap file in your robots.txt file, as "Sitemap: http://www.freelancesubmit.com/sitemap.xml". This will make sure that any search engine will find it, even those that you did not submit it to directly. You only need to do this once, unless you change the name or location of your sitemap file.

    Once you have your sitemap created and submitted, don't forget to maintain it. Each time you add a page to your Web site, add it to your sitemap. Each time you update a page on your Web site, update its "lastmod" setting in your sitemap. Try adjusting the "priority" of your pages from time to time to see if it improves the performance of that particular page. And each time you modify your sitemap, resubmit it to the major search engines.
     
    mistoovrool, Apr 13, 2008 IP
  2. manish.chauhan

    manish.chauhan Well-Known Member

    Messages:
    1,682
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Gr8 info..thanks dude..
     
    manish.chauhan, Apr 14, 2008 IP
  3. reinaldo83

    reinaldo83 Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi.

    Excellent post, thanks for the info. I'm creating my first site ever and now almost finish it. Now i'm reading a lot about all these things to index my site in a good position in search engines and i think this is a great post. This will have my first excellent vote since i am registered in DP.

    Thank you and sorry for my english. I know it isn't very good.

    Reinaldo.
     
    reinaldo83, Apr 14, 2008 IP
  4. laokun

    laokun Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Excellent post, thanks for the info.
     
    laokun, Apr 18, 2008 IP
  5. tony707

    tony707 Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,
    I have found the post useful.
    tony707
     
    tony707, Apr 20, 2008 IP
  6. tony707

    tony707 Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi,
    I have been able to create the sitemap by using-toucanwebdesign.com/tools/web-scripts/google-sitemap-generator.html
    Now, I need to learn how to upload---------- some idea , I have been given- re compress and submit as-sitemap.xml.
    recompressing and uploading--how?
    Thanks
    tony707
     
    tony707, Apr 21, 2008 IP
  7. millsvs

    millsvs Member

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #7
    There's no need to compress it. Just upload to the root of the html directory of your site.
     
    millsvs, Apr 22, 2008 IP
  8. mistoovrool

    mistoovrool Banned

    Messages:
    202
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you site map size is large than you should compress it to reduce download time.
     
    mistoovrool, Apr 28, 2008 IP
  9. tomazinis

    tomazinis Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks, very usefull.
     
    tomazinis, Apr 28, 2008 IP
  10. deebee

    deebee Active Member

    Messages:
    414
    Likes Received:
    64
    Best Answers:
    0
    Trophy Points:
    70
    #10
    Good post. I'd be interested to know which generator you use? I have a very large site (in excess of 200,000 URLs, mostly internal) and have yet to find a generator that can handle a site of size.
     
    deebee, May 1, 2008 IP
  11. SarahFolega

    SarahFolega Banned

    Messages:
    3
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Great post, thanks for sharing. I am looking into Site Maps and what they can do for your site, now I see it's something I need!

    Sarah
     
    SarahFolega, May 17, 2008 IP
  12. gbh1935

    gbh1935 Peon

    Messages:
    585
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Is it better to have a sitemap with all the links or just the most recently changed/added page? I got a site map approaching 50,000 links and don't want to split it into two...
     
    gbh1935, May 18, 2008 IP
  13. ussama911

    ussama911 Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks for this great information
     
    ussama911, May 19, 2008 IP
  14. aLKoLiK

    aLKoLiK Member

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #14
    thanks very great
     
    aLKoLiK, May 19, 2008 IP