how to make XML site map for 20000 url ?

Discussion in 'XML & RSS' started by hoodaki, Jun 21, 2011.

  1. #1
    Dear All,
    I want to know if I have a website about 20000 url is there, I want make xml site map for More than 20k URL. What i will do for it?
     
    hoodaki, Jun 21, 2011 IP
  2. avermat

    avermat Member

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    avermat, Jun 21, 2011 IP
  3. DeepakDwivedi

    DeepakDwivedi Greenhorn

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    if you will use free then it will tough to you, i don't know about any tool who will provide you a XML sitemap of2,000 url, you have to make it manually.
     
    DeepakDwivedi, Nov 11, 2011 IP
  4. amilajoy

    amilajoy Well-Known Member

    Messages:
    178
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #4
    amilajoy, Dec 14, 2011 IP
  5. aceff

    aceff Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5

    If we need to do this work manually how we can do this..
     
    aceff, May 22, 2012 IP
  6. prabhjot.singh

    prabhjot.singh Active Member

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    #6
    AS we know Google always give a preference to First 500 link. Now you have 2000 links in your website. Solution is You have to create 5 Sitemap.xml. If you have more then 2000 link then you can add more sitemap file 123456,7 till 500. :cool: In example

    http://www.example.com/sitemap1.xml ==> for first 500 links
    http://www.example.com/sitemap2.xml ==> for second next 500 links
    http://www.example.com/sitemap3.xml ==> for third next 500 links
    http://www.example.com/sitemap4.xml ==> for forth next 500 links

    Now put this links in main sitemap file (Sitemap.xml) with the help of this Sitemap sintex

    -----------------------------------

    <?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</loc>

    <lastmod>2004-10-01T18:23:17+00:00</lastmod>

    </sitemap>

    <sitemap>

    <loc>http://www.example.com/sitemap2.xml</loc>

    <lastmod>2005-01-01</lastmod>

    </sitemap>

    <sitemap>

    <loc>http://www.example.com/sitemap3.xml</loc>

    <lastmod>2005-01-01</lastmod>

    </sitemap>

    <sitemap>

    <loc>http://www.example.com/sitemap4.xml</loc>

    <lastmod>2005-01-01</lastmod>

    </sitemap>

    </sitemapindex>
    ---------------------------

    http://www.example.com/sitemap.xml

    :) Hope You got solution:)
     
    Last edited: Jun 11, 2012
    prabhjot.singh, Jun 11, 2012 IP