Forum Moderators: open
I was wondering if anyone knows if Google likes links with querystrings. Do they index them well and as seperate pages?
Let me explain...
I've created an asp/xml blogger that diplays blogs on a page by the uri /blogs/default.asp?blog=blogNo. I've heard some arguments that it may be better to link to these pages by using a hard link (no querystring). I am running my website on a shared windows server so I have limited options. So I have my 404 error page Response.Redirect /blogs/15 to /blogs/default.asp?blog=15.
Does Google count pages default.asp?foo=bar and default.asp?foo=you differently in the index? If so, I don't need that silly redirect. Or is it better to have a hard link such as /foo/bar/? Does my redirect even work, since I can link to /foo/bar/ but then it's really ending up at /default.asp?foo=bar?
Thank you.