View Single Post
Old 09-05-2007   #8 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 119

I know google does devalue anything after a variable passed in the url. In fact, most times, it will only even track 2 or 3 variables in the URL so content may not even be seen. But simply adding a .php extension doesn't devalue the page. It's only pages passed with variables that get devalued. You can use global variables, sessions, or other methods to avoid using the URL to pass variables between scripts.
Jolt is offline