|
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.
|