Why I can't submit my sitemapindex success.

Discussion in 'Google Sitemaps' started by tango07, Sep 24, 2009.

  1. #1
    Hi friend,
    My website is : power-battery.com.au
    below is my sitemap index code, but i can't submit success, google tool displayed Sitemap errors and warnings, but my format is the same as them told me, why has this problem?

    ---------------------------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9 ">
    <sitemap>
    <loc>http://www.power-battery.com.au/sitemap1.xml</loc>
    <lastmod>2009-09-22</lastmod>
    </sitemap>
    <sitemap>
    <loc>http://www.power-battery.com.au/sitemap2.xml</loc>
    <lastmod>2009-09-22</lastmod>
    </sitemap>
    </sitemap>
    </sitemapindex>
    --------------------------------------------------------------
    who can tell my, tks a lot.
     
    Last edited: Sep 24, 2009
    tango07, Sep 24, 2009 IP
  2. AKSIN

    AKSIN Peon

    Messages:
    159
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Create sitemap like and fix the priority, changing frequency, etc.
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset>
    <url>
    <loc>yoursite</loc>
    <priority>1.00</priority>
    <lastmod>2009-04-01T13:20:37+00:00</lastmod>
    <changefreq>weekly</changefreq>
    </url>
    </urlset>

    It will be better if you use sitemap.xml rather sitemap1.xml or sitemap2.xml
     
    AKSIN, Sep 29, 2009 IP
  3. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #3
    Hi Tango


    You have two close tags of "</sitemap>"
    If that does not help, what exactly is the warning/error you get?


    Just for those unsure:
    xml sitemap files (what aksin shows)
    xml sitemap index files (what tango shows)
     
    websitetools, Sep 29, 2009 IP