Sitemap generate question..

Discussion in 'Google Sitemaps' started by tptnyc, Mar 20, 2008.

  1. #1
    I have generated this site map but it doesn't show all the file name of my URLs (about 20 pages) How to add those pages urls?

    <?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">
    - <url>
    <loc>http://jewelry.com/</loc>
    <priority>0.5</priority>
    <lastmod>2008-03-19T22:58:36+00:00</lastmod>
    <changefreq>daily</changefreq>
    </url>
    </urlset>
     
    tptnyc, Mar 20, 2008 IP
  2. jimbob

    jimbob Active Member

    Messages:
    165
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    jimbob, Mar 20, 2008 IP
  3. dairyman

    dairyman Notable Member

    Messages:
    7,224
    Likes Received:
    274
    Best Answers:
    0
    Trophy Points:
    205
    #3
    dairyman, Mar 20, 2008 IP
  4. tptnyc

    tptnyc Peon

    Messages:
    764
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah, that's the one I used http://www.xml-sitemaps.com. I have all the interlinking of pages thru footer but still no pages show up when generating sitemap.
     
    tptnyc, Mar 20, 2008 IP
  5. tptnyc

    tptnyc Peon

    Messages:
    764
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yeap. Finally I got it right and verified with Google. But I don't understand why the sitemap was not generated with http://jewelry.com/ but it got generated when I used http://www.jewelry.com/
    Why www makes the difference?
    Although my site shows up in browser without the www i.e http://jewelry.com/
     
    tptnyc, Mar 20, 2008 IP
  6. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #6
    www is different from non-www. A1 Sitemap Generator can be made to alias them to the same during website crawl, but for other programs and search engines, you should make sure to permanent redirect (e.g. in Apache .htaccess) either www to non-www or non-www to www.
     
    websitetools, Mar 21, 2008 IP