Quote:
Originally Posted by Methu09
If your site...is new....and your URLs is dynamic ? then you need to redirect your dynamic URLs to seo friendly URLs because dynamic URLs takes long time...to crawl with search engine... but if you get more traffic with dynamic URLs then you have no need to redirect your dynamic URLs.
|
URL rewriting and URL redirecting are two different things, rewriting is all done within the code of the site, and generates nice human readable text based URLs.
Redirecting on the other hand just sends the browser from one page to another, which if done badly can really hurt your SERP's.
The only time I would advise anyone to redirect one URL to another is if it's for a premanent redirect (ie you are retiring a page and want the spiders to drop the old page from the index and pick up the new page. (okay there are other places to use redirects, but be careful with them)
Also I am not sure about the; "because dynamic URLs takes long time...to crawl with search engine"
Dynamic URL rewriting should not take any longer to spider (unless your webserver/database/code is badly done.
I have 000's of dynamically writtin URLs across a large number of clients sites and all of them are fully indexed and spidered regularily.
If anyone has any stats on static URL vs dynamic URL spidering I would ber really interested in seeing it though!