Can I make query strings produce separate pages?
- by John Smith
I have a profile page with a URL like so:
localhost/profile.php/?username=Bob
I was wondering, if I had a separate <title> which changed according to the username, would they produce separate pages in the google search results? How do I tell Google to only use the username string or does it search within the title?
On a similar note, how would I create a separate page with the username like so:
localhost/bob
instead of a query string like facebook does. Do that make a new file for each user?