View Single Post
  #3 (permalink)  
Old 01-12-2009,
AMPC's Avatar
AMPC AMPC is offline
Administrator
 
Join Date: Jan 2007
Posts: 1,415
Default PHPBB sitemap generator

I did a little more research. I see you are using PHPBB and this is adding a lot of unnecessary pages, so here is what you need to do for your PHPBB sitemap generator.

On the settings page, add these exclude filters:
*.JPG
*.jpg
sitemap.html
*.mpg
*.wmv
style.*
generate_feed.*
ucp.*
create_syn*
download*
*-u*
posting*
*/images/*
faq.php*
*/download/*
viewtopic.*
*/styles/*
post*

Then add a check next to:
Choose Ignore invalid relative links (extra "../" tokens)
Choose Exclude images

That should do it - you could run with this alone, but I'd take a look and fix any 404 errors before submitting your sitemap. Also, on your for sale page, I see a lot of duplicate TITLE tags, something you'll want to fix if you can.

That's about it - enjoy your new sitemap!

Regards,

Jim.
Reply With Quote