Forum Moderators: Robert Charlton & goodroi
[edited by: goodroi at 11:56 am (utc) on Aug 22, 2017]
[edit reason] Fixed formatting [/edit]
I put in a request to migrate our websiteYou put in the request to whom?
But if I add ' site: old.domain ' to the query, then I get the same results from the old domain as well. But if I pull up the google cache for those pages, it shows 'this is Google's cache for the page https:// new.domain/uri. In other words, those pages seem to have migrated fine.Seemes like everything is working as planned.
I was wondering if I should redirect the 404 pages of the old domain to the homepage of the new domain, or will this be considered manipulative by Google? It's primarily the 404 pages that have not 'migrated' to the new domain name in Google's indexNo, don't try to manipulate this.
[edited by: Robert_Charlton at 6:17 am (utc) on Aug 24, 2017]
[edit reason] Delinked example urls and fixed formatting [/edit]
I've put in an Nginx rewrite rule to avoid the 404 errors.I'm not experienced with Nginx, and don't know how it might mix with Apache that I assume you're also using. Are all these 301s? What about things like order in .htaccess?
You don't say exactly why you redirected your site
whether it was just an http to https migration, or whether there was also some site redesign as well... and if so, you don't say how much it was changed and in what sequence.
We don't have, eg, a clear timeline of your move... say the timing of your domain change in relation to when pages were removed.
I'm guessing also that you didn't use a tool like Majestic to determine what pages had good inbound links
If those 404 pages were destinations for important inbounds, you might want to look into redirecting the links to related category pages that would in turn link to similar articles... perhaps even preserve the url and indicate on the page that the article is gone,
Also, something I've run into that's difficult for some webmasters to understand immediately... when you 301 redirect page A to page B, be aware that all of page A's content and navigation ceases to exist. Because it disappears, your new site's nav structure now depends on what's on the page Bs of the new site. If there's been any changes in the site, how they affect navigation must be carefully considered.
Another consideration is what happened in Google's valuation system when you had pages that transgressed sufficiently that you were asked to remove them.
Also, what was the quality of your inbound links? I ask, because when you make site changes like this, Google is likely to take a fairly deep look at the site, and some revaluation it likely.
Have you gotten some good quality inbounds to the new urls. These might help suggest to Google that the site has a following, and that the site changes work for that audience.
Smallseotools shows domain authority of 1.00 for the new domain and 30.27 for the old domain. Moz rank for the old domain is 3.97.
There are about 20 in all.
genuinely missing content with soft 404
[edited by: Robert_Charlton at 4:49 am (utc) on Aug 25, 2017]
[edit reason] delinked sample urls [/edit]
Ah em... that's pointing to the same page.
I have a feeling that I should not be handing out any response code other than 301 for the old domain no matter what.