Hi everybody,
First, thanks Ideas Player for 'Sitemap Generator'
I'm developing a site (
www.liquidmon.com), and use php + sql...,
I have to do a sitemap for google, and i try 'Sitemap Generator'
I Recived 2000 links to be included in the xml file, but i have to 'clean' the results, example:
The tables in the site have distinct forms to be seen, only change graphycal, and i pass this
vars in the url ($_GET), then google and this program index the same page and all its views.
Example:
http://www.liquidmon.com/Ranking.php?detalle=1&pagina=1&orden=1&ve=1 is similar to
http://www.liquidmon.com/Ranking.php?detalle=2&pagina=1&ve=2&orden=2I only want the 'pagina=1' var and not 18 links that have the same info ($detalle*3) + ($ve*3) + ($orden*2)
To solve this I have to filter the results with the vars pass in the url to delete some results
that content the same page with diferents vars (I want only ones)
I have two options:
a change my site and use $_POST in thouse cases or
b use your software, export to csv, import to a database and filter results to delete bad cases.
Finally i use
b and i make a simple program (VB6) to filter results by $_GET vars.
If anyone want to view/use/copy it, please send me a mail.(I put it online when this program looks better)
Sorry about my English.