codeproject on Google
-
Try to search for "codeproject" on google and you get alot of strange answers. First is wikipedia but the next is codeprojects with an 's'. Then www.codeproject.ch (in China I guess) and the first real codeproject link is on error page :doh: Maybe google needs to update their pagerank algorithm or something? jhaga
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET
-
That's a serious problem for Chris! It's taking me to CodeProjects.com.. What the heck??
OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]
-
Try to search for "codeproject" on google and you get alot of strange answers. First is wikipedia but the next is codeprojects with an 's'. Then www.codeproject.ch (in China I guess) and the first real codeproject link is on error page :doh: Maybe google needs to update their pagerank algorithm or something? jhaga
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET
The 5th ranked is the Error Page Error page. Maybe the ranking got screwed up during the port to .NET, since all the pages are now .aspx?
- S 50 cups of coffee and you know it's on!
-
Try to search for "codeproject" on google and you get alot of strange answers. First is wikipedia but the next is codeprojects with an 's'. Then www.codeproject.ch (in China I guess) and the first real codeproject link is on error page :doh: Maybe google needs to update their pagerank algorithm or something? jhaga
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET
Yahoo 1st Live 2nd Ask 1st AltaVista 1st Alltheweb 1st So what's up with Google. :((
Kevin
-
Yahoo 1st Live 2nd Ask 1st AltaVista 1st Alltheweb 1st So what's up with Google. :((
Kevin
Evidently Google thinks our homepage is 404. We've been looking into this as a #1 priority for a week and we have no idea - none - as to why they are reporting a 404. And the weird thing? We were actually reporting 404s as 302s (because of stupid ridiculous ASP.NET custom error handling) so you could not actually get a 404 response from any of our pages. Google has the market share but they are a very, very difficult organisation to deal with.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Evidently Google thinks our homepage is 404. We've been looking into this as a #1 priority for a week and we have no idea - none - as to why they are reporting a 404. And the weird thing? We were actually reporting 404s as 302s (because of stupid ridiculous ASP.NET custom error handling) so you could not actually get a 404 response from any of our pages. Google has the market share but they are a very, very difficult organisation to deal with.
cheers, Chris Maunder
CodeProject.com : C++ MVP
hmm, maybe codeproject is blacklisted on google!?! I never thought I would see that day. jhaga
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET
-
hmm, maybe codeproject is blacklisted on google!?! I never thought I would see that day. jhaga
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET
No, definitely not blacklisted. They simply report the homepage as 404. It's...odd.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Evidently Google thinks our homepage is 404. We've been looking into this as a #1 priority for a week and we have no idea - none - as to why they are reporting a 404. And the weird thing? We were actually reporting 404s as 302s (because of stupid ridiculous ASP.NET custom error handling) so you could not actually get a 404 response from any of our pages. Google has the market share but they are a very, very difficult organisation to deal with.
cheers, Chris Maunder
CodeProject.com : C++ MVP
This may be a mistaken assumption, but generally the home page is default.aspx / default.asp. If in fact the previous version's home page was default.asp, it might be worth noting that www.CodeProject.com/default.asp[^] results in a page not found error (presumably 404).
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
This may be a mistaken assumption, but generally the home page is default.aspx / default.asp. If in fact the previous version's home page was default.asp, it might be worth noting that www.CodeProject.com/default.asp[^] results in a page not found error (presumably 404).
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
The previous homepage was index.asp and we have a correect 301 redirect to index.aspx. As well, IIS is etup so that "/" -> "/index.aspx". And remember: we weren't actually generating 404's. It was impossible to actually get a 404 code from us (since been fixed)
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
The previous homepage was index.asp and we have a correect 301 redirect to index.aspx. As well, IIS is etup so that "/" -> "/index.aspx". And remember: we weren't actually generating 404's. It was impossible to actually get a 404 code from us (since been fixed)
cheers, Chris Maunder
CodeProject.com : C++ MVP
Yeah, well, it was a shot in the dark. I was looking for an explanation that didn't include the words "evil empire," but I guess my vocabulary is just too limited. :)
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com