Forum Moderators: open
That link would basically pull up your index page and so yes it would count.
A basic rule to follow is that anything after a? is generally ignored by most SE's so you can put anything after and it is useless.
This is why database driven sites have such a hard time getting rankings because most pages are
ppl.php?cat=4&name=bob
ppl.php?cat=5&name=wilma
Problem with these? They are both ppl.php so they will only get the rankings of the main ppl.php page.
Confused? It's a nightmare but quite easy to grasp and build work arounds on.
Like:
www.xyz.com/news/old-man-of-the-mountains/
instead of
www.xyz.com/news?story=old-man-of-the-mountains
To do this requres you to edit an .htaccess file on Apache but it is not difficult.
In addition, I notice the search engines are getting better with any kind of URL.