Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

recommend a PHP script to create XML sitemap? (crawl/scrape method) [closed]

I'm happy to write my own but if there's a really nice PHP script out there that i can just run on a cron and exclude directories then i'd love to hear about it!

I'd prefer to use a scraper/crawler type script than write the XML from the database....

like image 981
Haroldo Avatar asked Sep 27 '10 17:09

Haroldo


People also ask

What is sitemap crawler?

A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to crawl your site more efficiently.

How do I upload a sitemap XML to my website?

To start, you need to know where your sitemap is. If you're using a plugin, chances are the URL is domain.com/sitemap.xml. If you're doing this manually, name your sitemap something like sitemap. xml then upload to the root folder of your website.


1 Answers

http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators

As far as the database interaction, you can adapt one of the above.

like image 73
Jason McCreary Avatar answered Nov 12 '22 13:11

Jason McCreary