1- Open the config.php file in the "datas" directory and update the informations
- if you don't have a searchfeed account, click on the banner below
3- To add articles, just upload your articles into "datas/articles" directory : that's all (your articles can have HTML tags for formating purpose, but must not include the delimiter : <HTML></HTML, <HEAD></HEAD><BODY></BODY>
4- If you think you don't have enough keywords included in the site, you can add a new one easily : just duplicate one of the file in the root directory (forex-trader.php for example), change its name to match the keyword you want (use "-" as inter words delimiter) and modify the "$keyword="...." to match your keyword...
My-new-keyword-file.php
<?php $keyword="insert-your-keyword";
include('datas/pages.php'); ?>
THAT'S IT, THE SITEMAP UPDATES BY ITSELF!
5 - If this is the first time you open this file or if you added some keywords, RUN THE XML SITEMAP GENERATOR SCRIPT
To run the XML sitemap generator, you have to change the permissions to
- your "root" directories (chmod to 757) ("root" means the location where you've uploaded /uncompressed the package)
- to sitemap.xml (757) in the root directory
- to robot.txt (757)
You can modify the look and feel of your site buy altering
- the CSS file (voodoo.css)
- the articles templates : pages.php ; theindex.php ; thesitemap.php
- google settings and configuration in google_function.php