How to tell google about the changes
-
Hello All
this is my first question here. we have recently changed our website design and backend. so the problem now is in google it is showing the old url's and when ever a client come from google he is prasented with a 404 error page
if this happenes many times. will google penalise our site ? if yes. how to prevent this from happen.
waiting for some replies.. thanks
-
That's a good sign. Carry out all the above and you'll be back on track swiftly.
Hope it all goes well for you
-
thanks for the reply once again.. i will try to do that ASAP. just noticed the new site url's also poping up in google when clicked in <more pages="" from="" our="" domain="">.. but mostly its a mix of old ones and new pages...</more>
-
You're welcome, glad to be able to help.
301 redirecting that many pages would take a while for sure and probably unnecessary for many of them.
I'd suggest individually 301 redirecting your most important pages, such as the obvious ones like your main product pages, about us, contact us... plus pages that have any valuable links pointing into them.
Then for the remainder, you can do a Wildcard 301 redirect, for example, redirecting all pages within a certain directory such as /news/
Regards
Simon
-
hey
thank you so much for nice explanation.
-
our domain name is same. so we have trafic from google but they are getting 404 page
-
we have already genarated new sitemap and submited to google via webmaster tools
-
the only thing i am not sure is how to set a up a 301 direct for those many pages. like we have more 2000 pages which shows up in google. as we sale products and we have the old site up from 2008..
do i need to hand pick all the url's to create a 301 redirect ?
-
-
Hi There
It sounds like your old URLs have not been 301 Redirected to the new URLs. If so, it's now a case of damage limitation.
As a matter of urgency, you'll need to map your old pages to point to the most appropriate new ones, then 301 redirect those old URLs to the mapped new ones.
Then update your sitemap.xml and submit/re-submit it via Google Webmaster Tools (GWMT). Also ensure that your robots.txt file is up-to-date.
If it's not too late, which it probably isn't yet as you say that Google is showing your old URLs, this will ensure that as much page strength as possible is retained, by being transferred from the old page to the new one via a 301 redirect. It will let Google know which old pages to replace (reindex) with the correct new page.
This will also reduce the number of 404 pages that are presented to your visitors as the search results (old URLs) will be redirected to the correct new pages.
As for your homepage, hopefully that hasn't changed (as in a new domain name). If it is indeed the same as before, you'll still get visitors finding that page correctly. Though with the site showing so many 404 pages and at present, old pages loosing strength as they cannot be found, your domain authority and homepage strength could start to reduce soon, thus reducing your rankings for your homepage.
If your domain name has changed, you'll need to inform Google of the change via GWMT.
If the above isn't done and done soon, your old pages will start to disappear from search engine indexes and you'll be starting from scratch with your new pages.
Hope that helps,
Regards
Simon
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Recovering from a Google penalty
Hi there, So about 3.5 weeks ago I noticed my website (www.authenticstyle.co.uk) had gone from ranking in second place for our main key phrase "web design dorset" to totally dropping off the SERP's for that particular search phrase - it's literally no where to be seen. It seems that other pages of my website still rank, but the homepage. I then noticed that I had an unread alert in my Google Search Console account to say that a staging site we were hosting on a subdomain (the subdomain was domvs.authenticstyle.co.uk) had hacked content - it was a couple of PDF files with weird file names. The strange thing is we'd taken this staging site down a few weeks earlier, BUT one of my staff had left an A record set up in our Cloudflare account pointing to that staging server - they'd forgotten to remove it when removing the staging site. I then removed the A record, myself and submitted a reconsideration request on Google Search Console (which I still haven't received confirmation of) in the hope of everything sorting itself out. Since then I've also grabbed a Moz Pro account to try and dig a little deeper, but without any success. We have a few warnings for old 404's, some missing meta descs on some pages, and some backlinks that have accumulated over time that have hghish spam rating, but nothing major - nothing that would warrant a penalty as far as I can tell. From what I can make out, we've been issued a penalty on our homepage only, but I don't understand why we would get penalised for hacked content if that site domvs.authenticstyle.co.uk no longer existed (would it just be due to that erroneous A record we forgot to remove?). I contacted a few freelance SEO experts and one came back to me saying I'd done everything correctly and that I should see our site appearing again in a few days after submitting the reconsideration request. Its been 3 weeks and nothing. I'm at a huge loss as to how my site can recover from this. What would you recommend? I even tried getting our homepage to rank for a variation of "web design dorset", but it seems our homepage has been penalised for anything with "dorset" in the keyphrase. Any pointers would be HUGELY appreciated. Thanks in advance! Will
Technical SEO | | wsmith7270 -
Meta description issue on Google
Hello, I have a small issue on Google with our Meta Description tag not always being properly displayed. If you search for the term: Globe Car (in two words), everything is being displayed properly: http://screencast.com/t/YQCUkJnk Now do the same search for the term GlobeCar (in one word) and the meta tag set into our homepage seems to be totallly ignored and Google is now displaying something that is generated from out of their hat: http://screencast.com/t/K0KeeRGSgspV Anyone has an idea what would cause this? Thanks!
Technical SEO | | GlobeCar1 -
Changing Domain Name
Hi all, A client has just got their .edu domain and they want to change their current domain name (a .com) to this new .edu domain. The domain's CMS is Wordpress. Please correct me if I'm wrong, but basically I will need to create a new site (but they want to keep current design), move everything across to the new domain name, and 301 URL per URL? What about all the citations that the old URLs have gotten? The website is listed on Google listings/maps for some of their local keywords. Is there anyway to preserve this? Thank you all in advance.
Technical SEO | | EdwardDennis0 -
Homepage disappeared from Google Serp
I redirected my domain using this code in .htaccess : RewriteCond %{HTTP_HOST} ^xxxx.com
Technical SEO | | digitalkiddie
RewriteRule (.*) http://www.xxxx.com/$1 [R=301,L]
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]/)index.(html?|php)(?[^\ ])?\ HTTP/
RewriteRule ^(([^/]/)*)index.(html?|php)$ http://www.xxxx.com/$1 [R=301,L]</ifmodule> A day after I did it, got an error in GWMT "Google can't find your site's robots.txt" and my homepage disappeared from the result pages. When I try to open Google cache of the homepage I got an error 404. I generated new robots.txt, uploaded it , now the error doesnt show but still my homepage is not in the serps. Its been 3 days. What should I do ? Thanks in advance "Google can't find your site's robots.txt" error? - Pro ...0 -
Google autorship in specific field?
Hi, I want to ask you about something I 've read about google and authorship. It is written that it is better to show yourself as a author in a specific field. I myself have knowledge and interest in many fields - like SEO, vegan living, martial arts. And I want to be seen as specialist in all of them. Does it mean that we are limited to mark with autorship articles in only one field, in order to be seen as expert in a specific field? f.e. Should I mark with "rel=author" the articles that are about SEO because I want to be seen as author in that specific field for sure. Iif I mark with "rel=author" articles also about martial arts would these affect the understanding about my expertise in SEO?
Technical SEO | | vladokan0 -
Best source to keep abreast of Google Alogorith Changes
Good morning from 13 degress C about to chuck it down wetherby UK... I want to make sure i keep my finger on the pulse regarding Google Algorithmic changes. What is the best source to make sure your kept up to date with Googles ongoing tweeks to its Algorithm (apart from SEO moz). Thanks, David
Technical SEO | | Nightwing0 -
Remove Site from Google
How can I get my website out of google? I want all pages completely gone. Thanks!
Technical SEO | | tylerfraser0 -
How to disallow google and roger?
Hey Guys and girls, i have a question, i want to disallow all robots from accessing a certain root link: Get rid of bots User-agent: * Disallow: /index.php?_a=login&redir=/index.php?_a=tellafriend%26productId=* Will this make the bots not to access any web link that has the prefix you see before the asterisk? And at least google and roger will get away by reading "user-agent: *"? I know this isn't the standard proceedure but if it works for google and seomoz bot we are good.
Technical SEO | | iFix0