Hi,
I use the Google sitemap generator and have set various filters to remove certain content and restrict it from submission.
Does anyone know how to prohibit the generator from capturing directory paths rather than the files within the directories?
I get the following (where 'emails' is a directory url, the directory does not contain an index file):
<url>
<loc>
http://www.mysite.co.uk/emails</loc>
<lastmod>2007-12-19T21:39:16Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>
http://www.mysite.co.uk/emails/email_06-08-07.php</loc>
<lastmod>2007-12-19T21:38:08Z</lastmod>
<priority>1.0</priority>
</url>
...etc
Is there a filter someone knows to limit to only files and not directories?
Hope i've explained OK.
Cheers
Matt