• majorAlexa

        See all notifications

        Skip to content
        Moz logo Menu open Menu close
        • Products
          • Moz Pro
          • Moz Pro Home
          • Moz Local
          • Moz Local Home
          • STAT
          • Moz API
          • Moz API Home
          • Compare SEO Products
          • Moz Data
        • Free SEO Tools
          • Domain Analysis
          • Keyword Explorer
          • Link Explorer
          • Competitive Research
          • MozBar
          • More Free SEO Tools
        • Learn SEO
          • Beginner's Guide to SEO
          • SEO Learning Center
          • Moz Academy
          • MozCon
          • Webinars, Whitepapers, & Guides
        • Blog
        • Why Moz
          • Digital Marketers
          • Agency Solutions
          • Enterprise Solutions
          • Small Business Solutions
          • The Moz Story
          • New Releases
        • Log in
        • Log out
        • Products
          • Moz Pro

            Your all-in-one suite of SEO essentials.

          • Moz Local

            Raise your local SEO visibility with complete local SEO management.

          • STAT

            SERP tracking and analytics for enterprise SEO experts.

          • Moz API

            Power your SEO with our index of over 44 trillion links.

          • Compare SEO Products

            See which Moz SEO solution best meets your business needs.

          • Moz Data

            Power your SEO strategy & AI models with custom data solutions.

          Let your business shine with Listings AI
          Moz Local

          Let your business shine with Listings AI

          Learn more
        • Free SEO Tools
          • Domain Analysis

            Get top competitive SEO metrics like DA, top pages and more.

          • Keyword Explorer

            Find traffic-driving keywords with our 1.25 billion+ keyword index.

          • Link Explorer

            Explore over 40 trillion links for powerful backlink data.

          • Competitive Research

            Uncover valuable insights on your organic search competitors.

          • MozBar

            See top SEO metrics for free as you browse the web.

          • More Free SEO Tools

            Explore all the free SEO tools Moz has to offer.

          NEW Keyword Suggestions by Topic
          Moz Pro

          NEW Keyword Suggestions by Topic

          Learn more
        • Learn SEO
          • Beginner's Guide to SEO

            The #1 most popular introduction to SEO, trusted by millions.

          • SEO Learning Center

            Broaden your knowledge with SEO resources for all skill levels.

          • On-Demand Webinars

            Learn modern SEO best practices from industry experts.

          • How-To Guides

            Step-by-step guides to search success from the authority on SEO.

          • Moz Academy

            Upskill and get certified with on-demand courses & certifications.

          • MozCon

            Save on Early Bird tickets and join us in London or New York City

          Unlock flexible pricing & new endpoints
          Moz API

          Unlock flexible pricing & new endpoints

          Find your plan
        • Blog
        • Why Moz
          • Digital Marketers

            Simplify SEO tasks to save time and grow your traffic.

          • Small Business Solutions

            Uncover insights to make smarter marketing decisions in less time.

          • Agency Solutions

            Earn & keep valuable clients with unparalleled data & insights.

          • Enterprise Solutions

            Gain a competitive edge in the ever-changing world of search.

          • The Moz Story

            Moz was the first & remains the most trusted SEO company.

          • New Releases

            Get the scoop on the latest and greatest from Moz.

          Surface actionable competitive intel
          New Feature

          Surface actionable competitive intel

          Learn More
        • Log in
          • Moz Pro
          • Moz Local
          • Moz Local Dashboard
          • Moz API
          • Moz API Dashboard
          • Moz Academy
        • Avatar
          • Moz Home
          • Notifications
          • Account & Billing
          • Manage Users
          • Community Profile
          • My Q&A
          • My Videos
          • Log Out

        The Moz Q&A Forum

        • Forum
        • Questions
        • My Q&A
        • Users
        • Ask the Community

        Welcome to the Q&A Forum

        Browse the forum for helpful insights and fresh discussions about all things SEO.

        1. Home
        2. SEO Tactics
        3. Local SEO
        4. Local Website Optimization
        5. Rebranding a Website to a new Domain Name

        Moz Q&A is closed.

        After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.

        Rebranding a Website to a new Domain Name

        Local Website Optimization
        5
        8
        3669
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • Mark_Ch
          Mark_Ch last edited by

          Hi All,

          I'm looking to rebrand my current website to a new domain name.
          In short the current website has out grown it's potential. The domain name is not memorable nor is it attracting a wider audience.
          I will create my new website and 301 redirect the old website to the new, hence pass SEO value.

          Google Places
          Having spoken to Google they tell me that I can simply change the URL in Google Places to the new URL.

          Articles on my current website
          I have a number of rich content articles on my current website, can I simply create my new website and copy & paste these previously written articles?

          Google+, Twitter, Facebook, etc.
          What should I do for accounts associated with the current website?

          Any other useful information would be much appreciated.

          Regards Mark

          1 Reply Last reply Reply Quote 0
          • Carson-Ward
            Carson-Ward @Mark_Ch last edited by

            If you do have links sending traffic, those should be the first to update to avoid the slight but unnecessary burden and delay of a redirect. For Google, though, it doesn't really matter. As long as you 301 the whole site correctly to new URLs and change the address in Webmaster Tools, there will be no additional load time.

            It's true that you want to avoid big .htaccess files, redirect chains, and inefficient redirects, but that's a rule for live sites. For example, if you were wanting to maintain the domain but move the entire category around, you wouldn't want to add 3000 lines to .htaccess. You should still write a rule rather than going line by line, but it doesn't really matter if it's on an old site that's moving. Search engines will only have to access it once per bot before they get the message and start crawling the new site.

            In any case, redirects from the old site to the new won't impact load time unless the redirect is happening all the time, which should never be the case in a site migration. Do make sure to get the right redirect rule and check that it's working, especially on your most-trafficked pages.

            1 Reply Last reply Reply Quote 0
            • Alex-Harford
              Alex-Harford @Mark_Ch last edited by

              Where possible it's best to group your URLs with pattern matching. If you're only changing the domain name and no other aspect of the URLs you should be able to handle all redirects with one line of code. This is linked in the guide I posted: www.webconfs.com/how-to-redirect-a-webpage.php - scroll down for htaccess (but double check that's the correct formatting for page-to-page redirects).

              1 Reply Last reply Reply Quote 0
              • Mark_Ch
                Mark_Ch last edited by

                Hi Ruben and Alex,

                Many thanks for the great advice.
                I'll be making a strong coffee and reading your article very shortly! ... Thanks Alex for the link.

                I have one question that comes to mind.
                You redirect many urls via your .htaccess file.
                Your .htaccess file growns in size.
                Search engines take considerably longer to read and process this information.

                Surely the read + process overhead would be classed as poor site speed and therefore subject to some form of penality by the gods of Google?

                Regards Mark

                Alex-Harford Carson-Ward 2 Replies Last reply Reply Quote 0
                • Alex-Harford
                  Alex-Harford last edited by

                  For when you launch the new website, Google have a change of address tool: 
                  https://support.google.com/webmasters/answer/83106?hl=en

                  As mentioned, 301 redirecting the exact old page to the exact same new page is the most important step. Plan ahead and map out your 301 redirects. You want to be sure of what's happening when the domain is transferred to give your rankings and traffic the best chance of remaining intact (or even increasing, which I've seen with some website redesigns).

                  I think you can change your Twitter handle more than once. If you have a good existing following I'd recommend updating your existing profile to the new handle, and (if possible) re-registering the old Twitter handle at another account - linking in the bio to your new Twitter account. That'll make sure you retain some of the link authority your current Twitter profile has built up and ensure people can still find you through any old links. I think custom Facebook URLs can be changed once.

                  I actually wrote a site migration guide last week, there should be a few points in there you'll find useful: insideonline.co.uk/website-migration-guide/

                  1 Reply Last reply Reply Quote 1
                  • KempRugeLawGroup
                    KempRugeLawGroup @Mark_Ch last edited by

                    Moz actually wrote a detailed post about their transition (your probably already read it, but in case not, it's easy to find). Also, just because you 301 the exact page, does not necessarily mean you will rank as highly with the new page as you did the old ones...at least not in the beginning, that's for sure.

                    Best,

                    Ruben

                    1 Reply Last reply Reply Quote 0
                    • Mark_Ch
                      Mark_Ch last edited by

                      Hi,

                      Thank you for your response.
                      I'm glad to see that you can simply 301 the exact old page to the exact new page.

                      My fears were that all the hard work and cost associated to creating these feature rich articles would be wasted.
                      I suppose this is exactly how large organisations would tackle such a move. To mention an example SEOMOZ to MOZ.

                      I would appreciate any further information from anybody who has experienced such a move and how they carried out the migration. Additionally and issues and drop in traffic resulting to a new domain name move.

                      Thanks in advance

                      Mark

                      KempRugeLawGroup 1 Reply Last reply Reply Quote 0
                      • Houses
                        Houses last edited by

                        Hi,

                        If you copy and paste the article content, make sure you 301 the exact old page to the exact new page.

                        For your social sites, you could mention that you are moving to a new brand name soon and then the change over will be expected. For Google+ if you have already used a custom URL you currently can't change it (as far as I know) so you would be stuck with the old brand name.

                        Hope that helps.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        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.

                        • See all categories

                        Related Questions

                        • GoogleAlgoServant

                          Geo-Targeting Boroughs/Neighborhoods in New York

                          Is there a way to determine which boroughs/neighborhoods are drawing traffic in big cities like NYC and LA?Google Analytics lists all traffic under the city name, so New York, NY, gets 90%+ of the traffic.

                          Local Website Optimization | | GoogleAlgoServant
                          3
                        • bhaskaran

                          How to Get google to get to index New URL and not the OLD url

                          Hi Team, We are undertaking a Domain migration activity to migrate our content frrom one domain to another. 1. the Redirection of pages is handeled at Reverse proxy level. 2. We do have 301 redirects put in place. However we still see that google is indexing pages with our Old domain apart from the pages from new domain. Is there a way for us to stop google from indexing our pages from Old domain. The recommendations to have Noindex on Page mete title and disallow does not work since our redirection is setup at RP and google crawlers always discover the new pages after redirection.

                          Local Website Optimization | | bhaskaran
                          0
                        • Alagurajeshwaran

                          Is there any way to report a website that is not complying with webmaster guidelines to Google?

                          Like how we can "suggest an edit" in Google Business Listings, is there any way to report Google about the webmaster guidelines violation?

                          Local Website Optimization | | Alagurajeshwaran
                          0
                        • 100yards

                          I have a client in Australia that is going to set up a website that is in Chinese to service their Asian customer base (Indonesia, Singapore, HK, China). What domain should they use?

                          They're website is hosted on a .com.au domain. Should they host their Chinese language pages under their current domain (.com.au) using a subdirectory (i.e. /asia) or should they use another separate domain that they own that is a regular .com? Or does it really not matter?

                          Local Website Optimization | | 100yards
                          1
                        • underdogmike

                          Sub domain for geo pages

                          Hello Group! I have been tossing the idea in my head of using sub domains for the geo pages for each of my clients. For example: one of my clients is a lawyer in a very competitive Atlanta market http://bestdefensega.com. Can I set his geo page to woodstock.bestdefensega.com? Is this a viable option? Will I get penalized? Thoughts or suggestions always appreciated! Thanks in Advance

                          Local Website Optimization | | underdogmike
                          0
                        • Adam_RushHour_Marketing

                          Subdomain for ticketing of a client website (how to solve SEO problems caused by the subdomain/domain relationship)

                          We have a client in need of a ticketing solution for their domain (let's call it www.domain.com) which is on Wordpress - as is our custom ticket solution.  However, we want to have full control of the ticketing, since we manage it for them - so we do not want to build it inside their original Wordpress install. Our proposed solution is to build it on tickets.domain.com.  This will exist only for selling and issuing the tickets. The question is, is there a way to do this without damaging their bounce rate and SEO scores?
                          Since customers will come to www.domain.com, then click the ticketing tab and land on tickets.domain.com, Google will see this as a bounce.  In reality, customers will not notice the difference as we will clone the look and feel of domain.com Should we perhaps have the canonical URL of tickets.domain.com point to www.domain.com? And also, can we install Webmaster Tools for tickets.domain.com and set the preferred domain as www.domain.com? Are these possible solutions to the problem, or not - and if not, does anyone else have a viable solution? Thank you so much for the help.

                          Local Website Optimization | | Adam_RushHour_Marketing
                          0
                        • aj613

                          Website Migration - remove unnecessary sub-folder?

                          Rebuilding a site that currently has good rankings.  The original site was build in Joomla. I am doing the rebuild on WordPress.  The old site is at the domain www.savannah-dentist.com, but clicking on any link generates a url with a subfolder; i.e. the website is at www.savannah-dentist.com, click on the logo and you will go to www.savannah-dentist.com/rosenthal/, the "meet the doctors" link goes to "www.savannah-dentist.com/rosenthal/meet-the-doctors" When I rebuild the site, do I have to retain that url structure? If I get rid of the folder and make everything simply like www.savannah-dentist.com/meet-the-doctors, will I be jeopardizing our rankings? Thanks! -Adam

                          Local Website Optimization | | aj613
                          0
                        • sptechnologies

                          Is translating my SEO meta data to new languages worthwhile?

                          When translating a website to additional languages, is it recommended, for Google SEO purposes, that the keywords, re-written URLs, meta titles and meta descriptions of each page be translated as well; or have those elements been completely depreciated?

                          Local Website Optimization | | sptechnologies
                          0

                        Get started with Moz Pro!

                        Unlock the power of advanced SEO tools and data-driven insights.

                        Start my free trial
                        Products
                        • Moz Pro
                        • Moz Local
                        • Moz API
                        • Moz Data
                        • STAT
                        • Product Updates
                        Moz Solutions
                        • SMB Solutions
                        • Agency Solutions
                        • Enterprise Solutions
                        • Digital Marketers
                        Free SEO Tools
                        • Domain Authority Checker
                        • Link Explorer
                        • Keyword Explorer
                        • Competitive Research
                        • Brand Authority Checker
                        • Local Citation Checker
                        • MozBar Extension
                        • MozCast
                        Resources
                        • Blog
                        • SEO Learning Center
                        • Help Hub
                        • Beginner's Guide to SEO
                        • How-to Guides
                        • Moz Academy
                        • API Docs
                        About Moz
                        • About
                        • Team
                        • Careers
                        • Contact
                        Why Moz
                        • Case Studies
                        • Testimonials
                        Get Involved
                        • Become an Affiliate
                        • MozCon
                        • Webinars
                        • Practical Marketer Series
                        • MozPod
                        Connect with us

                        Contact the Help team

                        Join our newsletter
                        Moz logo
                        © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                        • Accessibility
                        • Terms of Use
                        • Privacy

                        Looks like your connection to Moz was lost, please wait while we try to reconnect.