Is there any other way for XML-SiteMap?

Discussion in 'Site & Server Administration' started by doubler, Jun 26, 2007.

  1. #1
    Actually most of all i used http://www.xml-sitemaps.com/ this service to create a xml sitemap for my site. but this service only allows 500 pages for each site. but i have more than 500 pages so is there any other way that i could create XML-SiteMap for my site?
     
    doubler, Jun 26, 2007 IP
  2. nddb

    nddb Peon

    Messages:
    803
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I use a PHP script that reads directly out of the DB, puts 50,000 links per file. I have like 20 sitemaps. =) I could never crawl my sites and build a sitemap like that.
     
    nddb, Jun 26, 2007 IP
  3. doubler

    doubler Active Member

    Messages:
    952
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    70
    #3
    which PHP script you are using for this purpose?
     
    doubler, Jun 26, 2007 IP
  4. nddb

    nddb Peon

    Messages:
    803
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I wrote it. I put somewhere on this site too, in an older post.
     
    nddb, Jun 26, 2007 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Which script are you using for your site? I assume your site is dynamic.
     
    agnivo007, Jun 26, 2007 IP
  6. nddb

    nddb Peon

    Messages:
    803
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In this thread : http://forums.digitalpoint.com/showthread.php?p=1416922

    I posted some code that you can use to go through whatever type of database. Right now I have it building sitemaps out of wordpress, phpbb and movabletype. You'll have to know some php, or find someone who does, but you can pretty much generate every possible page into 50,000 link xml sitemaps.
     
    nddb, Jun 27, 2007 IP