For example, I have categories on my site:
/jobs/
which I want the sitemap generator to parse because they contain links to individual job pages which are in:
/job/
When I tell it to not parse /job/, I think it sees that simply as 'job' because then it only crawls my home page.
Is there any way to escape the '/' to have the program treat it as part of the string so that it doesn't pick up /jobs/ as well?
Thanks!