1
vote
1answer
55 views

Custom 505 and SEO

There is a PHP project that sometimes throws 500 errors, I'm making a customized 500 page so that people realize we are monitoring this event and we will fix the issues. My question is related to SEO ...
0
votes
1answer
62 views

Is it possible to request Google and Bing/Yahoo to drop the cache of links they have indexed?

I radically changed the design of my site to not include embedded session keys which were part of the url itself i.e. /sessionkey/blahblah/blah to just /blahblah/blah. Now that I have relaunched my ...
3
votes
3answers
593 views

How do I block US users from my website without interfering with SEO?

My website uses Apache 2.2.14 (which forwards all requests to Tomcat underneath). I need to block all US users from accessing the website (and potentially users from other countries). But importantly ...