Hi, I have a page on my site that I want to pass a bunch of variables on to. At the moment I have used mod rewrite to make the url look like: sitename.com/page/variable1/variable2/ It just occured to me that's really dumb as google is going to see all of these urls as different pages and spread the pagerank between them Is the solution something like this: sitename.com/page/?variable1,variable2 Will Google see that as being the same page as sitename.com/page/ (because that's what I want) What if I used: sitename.com/page#variable1-variable2 Any ideas? -Gaz