One part of my website is a phpBB. I have added an extension which generates a dynamic sitemap of just the BB topics.
In robot.txt I have two sitemap.xml files listed: one in the /BB/ directory and one in the root.
The BB is reachable from the site main menu. I would like to include the link to the BB in the main sitemap generated by the Sitemap generator, BUT exclude the rest of the directory links
How can I ONLY get a sitemap entry for domain.com/BB/index.php and exclude all the rest of domain.com/BB/ ??
With all the <index><nofollow> option seem there should be a way.
Thanks for help with all my newbie questions