My client wants to rebrand their company including URL...
-
Hi all! An easy one for probably most of you. I have a client who wants to re-brand their business name and also match their URL to the new name. Their current domain name URL has been out there for over 5 years, and the site is performing quite well in search. Switching to a new URL will obviously be a very bad thing, but what are the options? newname.com redirect to the aged oldname.com, but when they are on the site, or when they find them in search, the oldname.com has nothing to do with the new brand.
Or should we 301 every page of the oldname.com site to the newname.com be good enough? What is recommended?
Thanks!
-
We recently changed our domain name to match our brand. I read everything on Google and Bing Webmaster about domain moves.
I redirected (301) each page individually to the matching new page. (Ok, we moved to WordPress from html/css and used the HTML 2 Import plugin so there was a lovely list of all the redirects for the webmaster to install on the old website)
One thing I did that was bad was made a placeholder page for the old homepage informing people of the move. I corrected that and 301'd the old home page to the new home page. I should have done that straight away.
Then I used the Site Address Change tools in Google and Bing Webmasters to notify them of the move.
Ours is a smaller site (~800 pages) and site traffic moved with it.
I'm checking links now to ask external links to update our info.
These articles helped, but there are lots more if you search for Google Webmaster domain move.
https://support.google.com/webmasters/answer/83106?hl=en
https://support.google.com/webmasters/topic/6033102?hl=en&ref_topic=6029673
-
Just some code. To tired for branding discussion But a 302 is the sort of redirect to use when wanting to maintain PageRank on domain.old and redirect to domain.new in the same practical manner as with the 301. Difference: 302 means moved temporarily and 301 moved permanently. I would actually not advice a 302 redirect and maintaining 2 parallel domains in most cases. It doesn't solve the problem structurally and is like insulin. It keeps the patient alive and well but it doesn't cure an obsolete system running only to serve the next few lines of code and nothing else. For Apache best method for 302 redirect:
mod_rewrite method
RewriteEngine On
rewritecond %{http_host} ^yoursite.nl
rewriteRule ^(.*) http://www.newsite.nl/$1 [R=302,L]PHP method
Please lookup http://moz.com/community/q/experience-of-moving-to-a-new-domainJavaScript or other client side scripts Don not redirect with client side scripts. This is the fools choice!
Microsoft Internet Information Server and MS family See Client side scripts and you cant be a SEO if you want this. For the instructions I refer to: ~back of server disc and dial the number on it for someone who cares
!!! Watch out if you do not know what you are doing when adding rules to mod_rewrite. It is called the voodoo module by webmasters and developers for a good reason.
It's fuzzy stuff and they say it's logical as can be. It's like telling someone something really important in reverse while they answer normally or something, It's just weird and if not understood in 4 hours then you will probally never understand. Catch is that if done wrong Apache is not answering anymore for no one until undone manually. If comfortable add it to Apache httpd.conf. Alternative is putting it in .htaccess and placing this file in the document root(!) of the website which usually equates to http://website.com. Last method is sort of stupid as it simulates the vodoo box but it's not as cost effective for system resources as mod_rewrite which is the reason to want risk it in the first place.
-
You can make a redirect directly without code in apache, with the RedirectModule. The code are as simple as:
<virtualhost mydomain.com:80="">ServerName mydomain.com
RedirectPermanent / http://www.newdomain.com/
DocumentRoot /your/www/root/</virtualhost>With this apache creates a 301 for every requested page in mydomain.com to www.newdomain.com. This also can be good for using www.domain.com instead of domain.com and avoid duplicates.
But, as i've said by other people, rebranding is always a bad idea. I can recomend you to try to mantain the old URL, and make a new one for the new brand. You can try to get some SEO to the new web with links on the old, and have these webs with shigtly different content. This possible is the better idea.
-
Agree, don't rebrand, too much risk of losing traffic. Or keep the old site and create a new brand site so you have two sites, just don't tie them together in anyway. The only issue with that is it needs to be all unique content.
-
If you are using Wordpress as a CMS, it is possible to 301 on a page level per page. It is a custom field if you are using certain Wordpress frameworks, or something like Yoast SEO.
You could load the 301 redirect values into the database table via phpmyadmin or similar, but if you don't know what you are doing you can screw the whole site up, so if you don't know what I am saying, don't try it this way.
-
Don't rebrand. Would try everything to get them not to re-brand there are numerous examples where you don't get your visibility back after months / years.
Appliances Online changed to AO.com and have done a huge TV campaign in the UK, but they have never recovered there search visibility (info from Searchmetrics).
I would advise stay away from at all costs.
If the client defiantly wants to, my web designer simply put in a few lines of code onto the old domain, and if a customer types in an oldurl.com/webpage25 it redirects to newurl.com/webpage25 so that you don't have to 301 every page.
He has just left for the day, but if no one else can give the answer by the morning I will let you know how he has done it.
But my advice stay away from rebranding.
-
301 each page to the new page on the new re-branded URL. Pay particular attention to the ones getting a ton of traffic (whatever a ton looks like for that specific site). You will be better off to do that, rather than do a domain-wide 301 redirect from a number of perspectives.
Don't burn a 5 year old domain, that takes too much time and effort to just abandon it.
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
-
Hi. Has anyone seen a drop in their PA recently? We have over 40 clients and 80% dropped and it has been like this for the past 2 months. I wanted to check if other websites are also experiencing this drop or is it just us?
I'm specifically asking for drops happened in the last 2 months, because before that we had a normal trend. Some websites would go up in their PA rankings and some would drop. But seeing 80% of our clients drop like this is just weird. Just wanted to see if other market leaders are also having the same issue so I can stop attributing it something X-Filish! Our clients are all .EDUs if anyone was wondering. Also the maximum drop has been 4 points in a month.
Intermediate & Advanced SEO | | AP_Search0 -
Trailing Slashes on URLs
Hi we currently have a site on Wordpress which has two version of each URL trailing slash on URLs and one without it. Example: www.domain.com/page (preferred version - based on link data) www.domain.com/page**/** The non-slash version of the URL has most of the external links pointing to them, so we are going to pick that as the preferred version. However, currently, each version of every URL has rel canonical tag pointing to the non-preferred version. E.g. www.domain.com/page the rel canonical tag is: www.domain.com/page/ What would be the best way to clean up this setup? Cheers.
Intermediate & Advanced SEO | | cathywix0 -
Www. or naked url?
Hi everyone, I am about to start a new WordPress site and debating whether to use www or naked URL for the URL structure. Using naked URL makes sense from a branding and minimalistic perspective but I am reading that using naked URL might have some technical deficiencies. Specifically, cookie issues and DNS can't be cname. Are these technical deficiencies still valid when using naked url? Would appreciate any feedback on this! Cheers
Intermediate & Advanced SEO | | nsereke1 -
Is there a problems with putting encoding into the subdomain of a URL?
We are looking at changing our URL structure for tracking various affiliates from: https://sub.domain.com/quote/?affiliate_id=xxx to https://aff_xxx_affname.domain.com/quote/ Both would allow us to track affiliates, but the second would allow us to use cookies to track. Does anyone know if this could possibly cause SEO concerns? Also, For the site we want to rank for, we will use a reverse proxy to change the URL from https://aff_xxx.maindomain.com/quote/ to https://www.maindomain.com/quote/ would that cause any SEO issues. Thank you.
Intermediate & Advanced SEO | | RoxBrock0 -
How To Organise my URLS - Which is Optimal?
Hi all, I am currently in the process of re-writing my companies website URL structure. Compared to the way the website is structured at the minute, there's going to be a lot more URL's as the previous structure has missed out on a lot of search avenues that i intend to include within the rebuild. one of my issues is basically deciding under which category certain URL's come under, I can think of reasons for both sides but can't quite decide on which is optimal. My company is an automotive/car dealer so we sell cars for certain manufactures as well as offering a number of other services. what I'm curious about is what makes more sense in terms of the category that comes first in the URL. Here's what I am torn between; /(car manufacturer)/servicing OR /servicing/(car-manufacturer) To give you some more info that might influence the decision; In terms of generic keyword targeting, the majority would search in the order of '(car manufacturer) service' as opposed to 'service for (car manufacturer)'. Currently on our site, the sections /(manufacturer) are some of the most authoritative pages that we have on the website, but we've done very little work on /service in the past. For me, this would suggest that naturally the pages flowing from that URL would get an advantage in terms of authority/ranking. With either URL structure, the URL's are eventually going to cross paths - I just need to decide which one is best and should therefore feature first. Hopefully this is somewhat clear. I'd appreciate any suggestions or if you don't quite understand what I'm asking for then general URL advice is also appreciated. Many thanks Sam
Intermediate & Advanced SEO | | Sandicliffe0 -
How to 301 redirect all URLs with /? in?
I want to redirect all URLs that have /? in it. Indexed in Google is a bunch of urls lik: mysite.com/?674764 mysite.com/?rtf8y78 I want all these URLs to be redirected to my home page. Any ideas?
Intermediate & Advanced SEO | | JohnPeters0 -
How Long Before a URL is 'Too Long'
Hello Mozzers, Two of the sites I manage are currently in the process of merging into one site and as a result, many of the URLs are changing. Nevertheless (and I've shared this with my team), I was under the impression that after a certain point, Google starts to discount the validity of URLs that are too long. With that, if I were to have a URL that was structured as follows, would that be considered 'too long' if I'm trying to get the content indexed highly within Google? Here's an example: yourdomain.com/content/content-directory/article and in some cases, it can go as deep as: yourdomain.com/content/content-directory/organization/article. Albeit there is no current way for me to shorten these URLs is there anything I can do to make sure the content residing on a similar path is still eligible to rank highly on Google? How would I go about achieving this?
Intermediate & Advanced SEO | | NiallSmith0 -
How important is it to clarify URL parameters?
We have a long list of URL parameters in our Google Webmasters account. Currently, the majority are set to 'let googlebot decide.' How important is it to specify exactly what googlebot should do? Would you leave these to 'let googlebot decide' or would you specify how googlebot should treat each parameter?
Intermediate & Advanced SEO | | nicole.healthline0