Forum Moderators: Robert Charlton & goodroi
This followed me renaming the 15,000 webpages and using 301 redirects to point to the new pages (perhaps the old expression "if it works don't fix it" may be mentioned here!).
The index page, however has always been there and I see no reason for it to be "dumped".
Is it possible that google has seen all these 301's and decided it would be better to completely flush the site and start again or does it sound like I have permanent problems here?
This site is about as White Hat as possible!
Any help appreciated!
Unfortunately, it has taken the Gods over 6 months to bring our homepage back in and we still don't have any idea why it got dumped.
Now, our internal pages seem to have taken a dive. Some have gotten dumped altogether while others have dropped 50-100 positions.
And of course, everything on our site is white hat only.
Anybody able to guess at what they problem is here?
but what is a 301 redirect
when a user-agent requests a page from your server, the server returns a code
200 - page found
301 - page moved permanently
302 - page moved temporarily
304 - page cached (by user-agent) is current
404 - page not found
these are the more common ones but there are others
301 redirect is accomplished by .htaccess or evivalent.
basicaly you are telling the server - if anyone requests widgets.html then send them to blue-widgets.html and issue code 301 (this page has been moved permanently)
user-agent requests widgets.html
server responds 301 (moved permanently) to blue-widgets.html
then 200 (page found) blue-widgets.html
301 should cause googlebot to change the listing (from widgets to blue-widgets) this is also how you move a domain.
This followed me renaming the 15,000 webpages
The thing I would watch for is that google acually drops the pages that no longer exist.
If it has cache (which it likes to hang on to) and then caches the new pages you could run into a serious duplicate content issue. This may explain why homepage dropped, it should recover once google figures it out.
Look at site:mysite in google and make sure the transition is happening properly (not duplicating) and how far it has gone. This should give you an idea of where your at.
Look at site:mysite in google and make sure the transition is happening properly (not duplicating) and how far it has gone. This should give you an idea of where your at.
Yeah, its done a fantastic job of removing the pages... Out of the first 1000 pages about 996 are listed as just the URL.
I am just crossing my fingers each day that the homepage comes back into cache!
I'll keep you informed if and when anything happens!