Forum Moderators: Robert Charlton & goodroi
After a server change a few months ago, the redirect failed and instead of redirecting to example.com, it would display pages from the website with the url example.net.
The redirect has been fixed, but it was a bit too late and now Google lists pages for both example.com and example.net in the index. When doing a site:example.net, it brings up a few hundred results. I made the fix about two months ago, and the listings for example.net still remain.
My question is, how would I go about trying to remove the listings for example.net, or should I simply wait until Google re-crawls those pages and find that they are now redirects?
Thanks.
[edited by: tedster at 4:38 pm (utc) on Oct. 18, 2009]
[edit reason] swutch to example.com - it can never be owned [/edit]
I have a related, but a bit more serious problem, also to do with incorrect redirects leading to getting pages indexed that shouldn't have been. And this might even have led to a filter that the website is currently experiencing.
What happened was that the site had cached search results that would expire after some time, the links are like:
example.com/search.php?search_id=123456
Through bad SEO, these pages were not blocked in robots nor were set to noindex status, and using meta refresh instead of 301 redirects when they expire, this led to a lot of these pages to be indexed. And I mean a lot! So much so that the majority of pages indexed for the website happens to be these sort of completely useless links.
So the question is how to go about removing these links, preferably as quickly as possible? The way I'm currently doing it is:
* Add noindex meta tag to these pages so they would never get indexed again (should I use "noindex,follow"?)
and
* 301 redirect the expired pages and wait patiently for Google to re-crawl all the links. I'm currently redirecting to a page containing the search box, which isn't linked to from elsewhere (since the search is built-in to the interface of the website, and there's no "advanced search" page) - is this a bad thing (to 301 redirect to a page that's not linked to anywhere)?
Thanks.