Are you talking about rewriting the urls to make them more spider friendly? If so, you need to learn more, or get help on mod_rewrite by visiting that link. It does help somewhat in getting your site indexed more thoroughly.
I have heard, and seen some evidence on my own sites that dynamic urls
HTML Code:
www.yoursite.com/script.php?12345&take=54678
are crawled, but not as deep as static urls
HTML Code:
www.yoursite.com/script/12345/54678.html
mod_rewrite can do it for you.
Frank
Last edited by neorunner; 11-26-2005 at 03:11 PM..
|