Sitemaps question, need advice

Discussion in 'Google Sitemaps' started by ad2310, Feb 1, 2009.

  1. #1
    Hey guys,

    My site has over 300K pages and I'm trying to create a sitemap for it. Can I create only one XML file? Is that going to be too big for google? Is there any limit for xml file? If yes, what would you recommend?

    Thanks in advance.
     
    ad2310, Feb 1, 2009 IP
  2. arizona39

    arizona39 Well-Known Member

    Messages:
    622
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #2
    It's fine.

    Try those online crawlers that build the sitemap for you.
     
    arizona39, Feb 1, 2009 IP
  3. chip2

    chip2 Peon

    Messages:
    106
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Some online sitemap creators can create all type of sitemaps for you.( XML HTML urllist)
    BTW Google sitemaps have a limit but you can split the file
     
    chip2, Feb 2, 2009 IP
  4. kutekutta

    kutekutta Peon

    Messages:
    807
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can split your sitemap into two XML files then you could submit into Google sitemap.
     
    kutekutta, Feb 2, 2009 IP
  5. surenv2003

    surenv2003 Active Member

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    Hi search "free online sitemap creator xml" you will definately found a sitemap creator. it will good to use them instead of creating your own because in manual creation there are some chance incarporate any bug or missspell.

    Right now i am unable to suggest you any exact online service for it.

    Good luck!!
     
    surenv2003, Feb 3, 2009 IP
  6. EnDLeSs_27

    EnDLeSs_27 Active Member

    Messages:
    112
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #6
    You should have the sitemap generator split everything to only have 20k URLS max in each sitemap. Then have one master sitemap that links to the other child sitemaps with 20k urls each. You should only submit the master sitemap to google etc..
     
    EnDLeSs_27, Feb 3, 2009 IP
  7. shailendra

    shailendra Peon

    Messages:
    1,225
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You can provide multiple Sitemap files, but each Sitemap file that you provide must have no more than 50,000 URLs and must be no larger than 10MB (10,485,760 bytes). If you would like, you may compress your Sitemap files using gzip to reduce your bandwidth requirement; however the sitemap file once uncompressed must be no larger than 10MB. If you want to list more than 50,000 URLs, you must create multiple Sitemap files.

    If you do provide multiple Sitemaps, you should then list each Sitemap file in a Sitemap index file. Sitemap index files may not list more than 1,000 Sitemaps and must be no larger than 10MB (10,485,760 bytes) and can be compressed. You can have more than one Sitemap index file. The XML format of a Sitemap index file is very similar to the XML format of a Sitemap file.

    The Sitemap index file must:

    * Begin with an opening <sitemapindex> tag and end with a closing </sitemapindex> tag.
    * Include a <sitemap> entry for each Sitemap as a parent XML tag.
    * Include a <loc> child entry for each <sitemap> parent tag.

    The optional <lastmod> tag is also available for Sitemap index files.

    Note: A Sitemap index file can only specify Sitemaps that are found on the same site as the Sitemap index file. For example, http://www.yoursite.com/sitemap_index.xml can include Sitemaps on http://www.yoursite.com but not on http://www.example.com or http://yourhost.yoursite.com. As with Sitemaps, your Sitemap index file must be UTF-8 encoded.

    Sample XML Sitemap Index

    The following example shows a Sitemap index that lists two Sitemaps:

    <?xml version="1.0" encoding="UTF-8"?>
    <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
    <loc>http://www.example.com/sitemap1.xml.gz</loc>
    <lastmod>2004-10-01T18:23:17+00:00</lastmod>
    </sitemap>
    <sitemap>
    <loc>http://www.example.com/sitemap2.xml.gz</loc>
    <lastmod>2005-01-01</lastmod>
    </sitemap>
    </sitemapindex>

    Note: Sitemap URLs, like all values in your XML files, must be entity escaped.
     
    shailendra, Feb 4, 2009 IP
  8. ade92uk

    ade92uk Banned

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    you can make a sitemap.tar.gz sitemap, compressed, usually for sitemaps over 10mb.

    ___________________
    Free Article Directory
     
    ade92uk, Feb 4, 2009 IP