Thanks Oleg, what you suggested works, but... it's practical only when I have only a few pages in the directory.
What if I have 100 (or more) pages in the directory, and wanted the main page ("dir/") to have 0.8, but all other 100 (or more) pages under dir/ to have 0.6 ?
And another situation (maybe it's the same problem, maybe it's slightly different) is if I want the home page, that is referred to everywhere as / (and not index.html or something like that), to have a priority of 1.0, all (many) pages that are directly under the main directory to have 0.9, and then I want a subdirectory (e.g. dir1/ including everything below it) to have a priority of 0.8 . That's yet again a problem from my experiments (?)
I think that, unless there is a solution in the program to both the problems above I'm missing (very possible), the program should be changed so it can distinguish within "individual attributes" between general URLs and specific URLS (so if there is something like " " or maybe [ ] around the URL then it is a specific URL I am talking about, and in all other cases it is a general URL pattern, e.g. "dir/" would be just the specific index page of that directory, while dir/ would be all pages under the directory dir.
And yet another problem in the same area that I think won't eveb be solved by the above - what if I want all page directly dir/ to have one priority, all pages direct;ly under dir/dir1/ to have a different one, and all pages directly under dir/dir1/dir2 to have a thrd priority? By the way I am not trying to drive you crazy with hypothetical questions - these are real life situations I have
(I have quite a a number of blogs and these create these situations).
Of course the alternative could be not to set priorities, but I'd prefer it if there were a solution to these situations.
Thanks,
bm7