Sitemap plugin

Hey again!

Im looking at the sitemap plugin, there isnt a README file and there is no description etc in the SitemapPlugin.php file!

How do you impliment this plugin?
Thanks.

Comments

  • Add this to your config.php
    addPlugin('Sitemap');
    $config['admin']['panels'][] = 'sitemap';

    You then need to configure the required options in the admin section.
    Then you need to make a sitemaps directory and run from the
    php /yourbaseinstall/scripts/sitemap.php -f sitemapindex.xml -d sitemaps -u http://domain.com/sitemaps/
    To generate the site map and then run
    php /yourbaseinstall/plugins/sitemap/scripts/updatecounts.php
    To submit it to the various search engines for which you provided keys to in the admin section of the plugin.
  • I cant run CLI :/

    But thanks,
    Regards,
    Andre.
  • Are these run as cronjobs?
  • @jordanc ,can't found sitemap.php in /scripts
    error:Could not open input file: sitemap.php Segmentation fault
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID