hello.
we have a huge directory of feeds , and a file feed.php that parses some feed and shows it as internal block , with link to the site that provides that feed ( feed.php?id=2361781 for example).
i managed to make mod rewrite working with this file - by adding
" RewriteRule ^feed(.*).html feed.php?id=$1 " to .htaccess.
i also managed to change the internal links to that pages in rows.html.
now, i want the search engines to recognize those pages as internal, so all those links in the feed headers ( to the actual sites ) will be recognized. also i need to add all those feed-pages to sitemap. please give me a clue on how can i achieve that, or alert me if im missing something.
thanks in advance.


. is it ok to make such huge sitemap o is there some quirks to tell the robots that we have , for example , pages .../feed1 to .../feed231563 ? tnx
