Forum Moderators: open
www.site.com/my page.html which will show like
www.site.com/my%20page.html
and the one like this
www.site.com/my+page.html
I know google indexes both of them, but is there any ranking difference or any penalty for %20 used in the url!
I checked my page on searchengineworld.com and it gave my page status as Status: HTTP/1.1 302 Object moved
But there's a question about the 302, which could be more of an issue - is the page being redirected, and what's showing up, the original one or the one it's redirecting to?
now my problem is that its a search results page, so i can't use hyphen as it will make the whole thing as one word, i have to put a + in the keyword
like some one will search for "web hosting" i will show it as site.com/search-web+hosting.asp
And about 302,
the page is redirected in case,
there is a url of type index.asp
and if the user asks to index.asp?category=2 then redirected to cat.asp?category=2
the page is served as it is and is not redirected in case i have index.asp?category=2&product=23
so i think the redirection is used on this page and shouldn't make an issue.
Anyways, thanks for spending some time on my query