Is there free php (any other) script that generates google sitemap in txt (urlist.txt) format which can be integrated in website?
Any specific reason it needs to be PHP? Do you want the PHP script to crawl your own website? Or others as well?
Actually, I'm using google python script to generate sitemap. I'll be using this script in a forum (means dynamic links) so I went with the accesslog but came to know that accesslog will refresh everyday which means my sitemap will get empty everyday. Then I decided to go with urllist. Yes I want a script which can be integrated in my website and that can crawl my website (only) urls and save all urls to urlisit.txt file each day and automatically (may be using cron jobs). I have set a cron job for the google python script. It will take all links from urlist and will inform google about it each day..........means pages in my webiste will automatically be informed to google each day. This is for search engine sitemap and not for human sitemap.
actaully there are sitemaps scripts... i was seacrhing google to find .. but i dont remember.. i will also try to look again
Try this site xml-sitemaps.com That's the one I use when I want to get a sitemap done. I'm sure it won't be free forever.
I use an PC based G-sitemap generator which has always worked OK for me... VIGOS Gsitemap if anyones interested... and its free... Can find it here
since i use wordpress for all my site, so i use sitemap generator plugin for wordpress, so simple and easy to use
yes ..use this as well but it is quite slow. Used to us http://www.rorweb.com/rormap.htm but that sitemap tool has not been working for some time..Does anyone know why?
I have one, but works currently if all of your pages are in the same directory the script is in. You can use it as separate files (as Google willlet you add multiple sitemaps) or modify it slightly to craw the other directories. PM me if interested and I will share i with you.
Google offers sitemap generating code on their sitemaps site that reads directory stucture as well as access log to make sure the site is fully sitemap'ed. It also allows exclusions, gives number of files, and a few other neat things worth checking out. Go here for more info: https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html
I use sitemapdoc.com for all my sitemaps...it tends to work the best because it works for all search engines alike
I posted the link to the python code in a previous post. It is an open source project hosted by sourceforge and can completely have your site indexed with google. Also the best thing about it is it is all free and you can check the code out on your own server without depending on the uptime of a 3rd party vendor.
hmmmmmmmmm I use for my sites xml sitemap generator. It's easy to use and mayor search engines (Google, Yahoo, Ask, MSN, Moreover) are able to index and read my sitemaps without any problems.