I forgot to remove the pdf files from getting parsed. That solved the problem. I only have not further question. I have an extensive graphical set of imagemaps that are used to allow users to easy and graphically navigate to find their location with the terminal link ending in an html file with the appropriate contact information. The starting page is located at [ External links are visible to forum administrators only ] if you are interested to view it in action. code from this starting page is posted below. Is there any way that the href linkages contained within the image map could be indexed in the sitemap? A sample of the code is given below. This would be a terrific addition!!
<table cellpadding="0" cellspacing="0" align="center">
<tr>
<TD VALIGN=TOP>
<img SRC="worldaa.gif" BORDER="0" width="377" height="244" usemap="#worldaa">
<map name="worldaa">
<area shape="polygon" alt="North America " coords="159,32,117,36,48,49,11,65,58,53,50,68,38,87,45,105,48,107,27,116,34,129,67,129,73,121,85,109,94,114,129,103,128,100,83,97,81,86,101,74,114,68,115,53,129,53,147,44,156,37,157,32" href="na.htm">
<area shape="polygon" alt="South America" coords="96,119,75,120,71,138,71,143,79,156,85,159,90,185,97,199,102,206,111,210,111,210,115,205,115,205,104,200,106,188,114,170,118,167,121,155,124,143,122,139,111,136,107,127,98,125,96,119" href="sa.htm">
<area shape="polygon" alt="Europe" coords="205,39,196,38,177,44,147,47,154,63,155,81,159,83,169,79,174,79,177,83,178,83,187,83,187,83,190,82,190,76,193,70,210,74,207,65,207,62,216,62,216,53,213,46,206,38,206,38" href="eu.htm">
<area shape="polygon" alt="Africa" coords="158,83,147,96,144,113,144,113,153,126,175,137,180,150,177,158,186,185,195,182,217,170,227,152,215,137,224,128,225,118,216,118,213,112,209,106,201,91,189,88,185,90,177,86,174,83,167,83" href="af.htm">
<area shape="polygon" alt="Middle East" coords="241,74,213,72,212,75,209,77,195,73,191,83,204,83,201,87,217,116,244,100,244,85,240,74" href="me.htm">
<area shape="polygon" alt="Asia" coords="210,35,210,35,219,56,220,62,210,65,213,68,244,72,246,98,246,98,245,104,259,128,279,131,279,131,288,145,289,145,306,150,322,145,330,147,331,137,331,137,312,124,311,84,303,59,293,50,264,44,231,37,231,37,209,35" href="as.htm">
<area shape="polygon" alt="Australia/Oceania" coords="329,151,315,149,315,149,306,156,293,165,282,186,304,195,311,206,348,190,373,158,376,127,333,129,332,146,329,150,329,150" href="au.htm">
<area shape="rect" coords="3,95,12,108" href="na.htm">
<area shape="default" nohref></map></td>
</tr>
</table>