Steps to setup cron for seo panel
The following steps will help us to setup cron for seo panel to automatically generate reports at required intervals. It will help us to automate the process of report generation of seo panel.
1. Sign in to seo panel as Admin User
2. Go to Admin panel using top menu
3. Select Seo Tools Manager from left menu of the page.
4. Activate required seo tools by clicking activate link under cron tab, to include it in to report generation cron.
Then setup your cron by including seo panel cron file "cron.php"in your daily cron job.
Linux Users
0 0 * * * /usr/bin/php /opt/lampp/htdocs/seopanel/cron.php
This will generate seo panel reports at mid night of each day.
Note: recommened time interval to execute cron script is once a day.