How do I get a sitemap like ringtones.lt
« on: February 10, 2006, 10:33:33 AM »
How do I stop this sitemap from crawling all the unnecessary pages, such as individual ringtones and their download pages? I just want a simple map like ringtones.lt has in html,xml and txt format please.
Re: How do I get a sitemap like ringtones.lt
« Reply #1 on: February 10, 2006, 01:52:33 PM »
Hi,

you can use "Do not parse URLs" and "Exclude URLs" options on Configuration page to exclude specific pages from including in to sitemap.
Re: How do I get a sitemap like ringtones.lt
« Reply #2 on: February 10, 2006, 04:42:38 PM »
I'm still stuck...
this is my modrewrite rule for polyphonic ringtones
RewriteRule Polyphonic-Ringtones-(.*)-(.*)-(.*)-(.*)\.html$ polyphonics.php?display4=$1&s=$2&genre=$3&&alphabet=$4
each ringtone download page runs off this rule...
RewriteRule Download-Polyphonic-(.*)-(.*)\.html$ polyphonicdownloads.php?name=$1&id=$2

What do I exclude in the ''Do not parse URLS'' box?

ps. I would like it to pick up the categories links on the polyphonics.php file just not the tones.
Re: How do I get a sitemap like ringtones.lt
« Reply #3 on: February 10, 2006, 06:08:57 PM »
You can try to enter the following in both "Do not parse URLs" and "Exclude URLs":
Quote
Polyphonic-Ringtones-
Download-Polyphonic-
Re: How do I get a sitemap like ringtones.lt
« Reply #4 on: February 10, 2006, 06:16:28 PM »
Ok great done