Cron Job to build Sitemap Automatically

mondmond88

New member
Aug 18, 2009
19
0
0
how do i automatically build sitemap using cron?
im running xml-sitemap plugin in wordpress
i have the GET url command and i put it in cron job like this

usr/bin/curl -G http://blablabla

but my cron does not run at the specified interval
any help please?
i think it's simple but couldn't get it to run, tried googling but couldn't find the command code too
 


The XML Sitemap plugin in Wordpress builds the sitemap for you - you don't have to do it yourself unless you are on some really weird hosting.
 
The XML Sitemap plugin in Wordpress builds the sitemap for you - you don't have to do it yourself unless you are on some really weird hosting.

it can automatically build the sitemap for me, each time there's a new content added
but i just want it to build weekly, so im using the GET request to build weekly, manually goin into dashboard
i just wanna run the GET command using cron
it's simple i think

@patrick: im using cronjob to run to build my sitemap using the GET request
just i dunno what is the proper command to use
 
Why are you wanting to build it weekly? You want it to change when your site changes. It is a waste to build it weekly.