site maps

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

site maps

Post by sakaveli »

is there any program that will make a site map for me?

ive looked around but only found ones that cost! would prefably like sumtin 100% free :D

plus are there any tips for making site maps google friendly? as ive heard they can make a big difference in ranking!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Moving this from PHP Code.


Why not design one yourself? Is the site that extensive and indepth you need a program? How many pages are we talkin' here?
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

Post by sakaveli »

your rigt sami, im just being lazy! im gona start on it tonight!
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

as all programmers are all lazy, you could simply iterate over the public html directory... and generate it automagically :)
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

I think it would be faster to do it manually (unless the site have over 250 pages)
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

for one site it will be probably faster to do it manually, for two also...

after 10 sites... could see it as an investment ;)
Post Reply