Hi all, Everybody knows Google doesn't accept dynamic URL. So Today Internet Marketing is too more competitive & Google follows only Search Engine friendly sites. So Can anybody tell me any s/w available for convert Dynamic URL to Static URL for asp.net / php / coldfusion. For Example - Dynamic URL http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=3&txtCodeId=769 Please use Static URL http://www.planet-source-code.com/xq/ASP/txtCodeId.769/lngWId.3/qx/vb /scripts/ShowCode.htm All suggestion are welcome.
Yes, mod_rewrite in the .htaccess file (if youre using apache). I may be really dumb, but I thought google could crawl dynamic URLS these days. But I guess, regardless, I always use SEO friendly URLS
Google has always been able to crawl dynamic URLs, the issue has been that googlebot will not crawl a dynamic page from a dynamic page, but would crawl a static page from a dynamic page, and vice versa. Things were done that way to avoid falling into a blackhole and crawling every option in a dynamic page as a new page. No clue if this is how it still works.