Thread: SEO Coding
View Single Post
  #4 (permalink)  
Old 07-02-2007, 07:35 AM
webdev webdev is offline
Supreme Babbler
 
Join Date: Apr 2007
Posts: 563
webdev has a few positive reputation points
Default

Google doesn't like dynamic pages but your can turn your dynamic page to look like a static page with the help of mod_rewrite. If you use PHP and Apache web sever to run your web pages, you can use what's called mod_rewrite to turn a page which reads like this

http://www.yourdomian.com/article?id...create_website

to

http://www.yourdomian.com/article/12...e_website.html

Lisa, is using mod_rewrite script to turn the dynamic url of this forum to read like static pages. For example, this url of this thread reads...

http://www.websitebabble.com/search-....html#post1511
Reply With Quote