View Single Post
  #20 (permalink)  
Old 03-25-2008, 05:12 AM
edwincms edwincms is offline
WebProWorld New Member
 
Join Date: Nov 2005
Posts: 5
edwincms RepRank 0
Default Re: Dynamic Pages, Keywords Tools, SEO companies

Hi Rick_001!

About point 1:
I'd suggest you write a a function that translated urls to friendly urls.
so the link ../productid=123 becomes this link ../some_description_of_product-123/

Have apache Mod_rewrite installed and alter your .htaccess file accordingly to make the server understand which script to parse.

I've done it a lot and it gave me some excellent indexing stats for google.

Hope this helps!
Reply With Quote