• 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
        3670
        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

                        • Rmarkjr81

                          Do old backlinks still help with new URL with 301 redirect? Also I added the www. How does this affect it all?

                          I changed my URL from exampledetailing. com to exampleautodetailing. com. It is redirected with a 301. Also, it is on Squarespace AND I opted to add the www. So will the old backlinks of exampledetailing. com still help the new URL exampleautodetailing. com or do I need to try and update all the links? Also, future links, do I need to include the www. or just the root domain of exampleautodetailing. com or even the whole https://wwwexampleautodetailing. com? I believe the www is considered a sub domain and a new entity on Google, so I am not sure how that works. Thank you!

                          Local Website Optimization | | Rmarkjr81
                          0
                        • mkbeesto

                          Subdomain vs. Separate Domain for SEO & Google AdWords

                          We have a client who carries 4 product lines from different manufacturers under a singular domain name (www.companyname.com), and last fall, one of their manufacturers indicated that they needed to move to separate out one of those product lines from the rest, so we redesigned and relaunched as two separate sites - www.companyname.com and www.companynameseparateproduct.com (a newly-purchased domain). Since that time, their manufacturer has reneged their requirement to separate the product lines, but the client has been running both sites separately since they launched at the beginning of December 2016. Since that time, they have cannibalized their content strategy (effective February 2017) and hacked apart their PPC budget from both sites (effective April 2017), and are upset that their organic and paid traffic has correspondingly dropped from the original domain, and that the new domain hasn't continued to grow at the rate they would like it to (we did warn them, and they made the decision to move forward with the changes anyway). This past week, they decided to hire an in-house marketing manager, who is insisting that we move the newer domain (www.companynameseparateproduct.com) to become a subdomain on their original site (separateproduct.companyname.com). Our team has argued that making this change back 6 months into the life of the new site will hurt their SEO (especially if we have to 301 redirect all of the old content back again, without any new content regularly being added), which was corroborated with this article. We'd also have to kill the separate AdWords account and quality score associated with the ads in that account to move them back. We're currently looking for any extra insight or literature that we might be able to find that helps explain this to the client better - even if it is a little technical. (We're also open to finding out if this method of thinking is incorrect if things have changed!)

                          Local Website Optimization | | mkbeesto
                          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
                        • Treefrog_SEO

                          Can PPC harm SEO results, even if it's off-domain?

                          Here's the scenario. We're doing SEO for a national franchise business. We have over 60 location pages on the same domain, that we control. Another agency is doing PPC for the same business, except they're leading people to un-indexable landing pages off domain. Apparently they're also using location extensions for the businesses that have been set up improperly, at least according to the Account Strategists at Google that we work with. We're having a real issue with these businesses ranking in the multi-point markets (where they have multiple locations in a city). See, the client wants all their location landing pages to rank organically for geolocated service queries in those cities (we'll say the query is "fridge repair"). We're trying to tell them that the PPC is having a negative effect on our SEO efforts, even though there shouldn't be any correlation between the two. I still think the PPC should be focused on their on-domain location landing pages (and so does our Google rep), because it shows consistency of brand, etc. I'm getting a lot of pushback from the client and the other agency, of course. They say it shouldn't matter. Has anyone here run into this? Any ammo to offer up to convince the client that having us work at "cross-purposes" is a bad idea? Thanks so much for any advice!

                          Local Website Optimization | | Treefrog_SEO
                          0
                        • HeaHea

                          Schema markup for a local directory listing and Web Site name

                          Howdy there!   Two schema related questions here Schema markup for local directory We have a page that lists multiple location information on a single page as a directory type listing.  Each listing has a link to another page that contains more in depth information about that location. We have seen markups using Schema Local Business markup for each location listed on the directory page.  Examples: http://www.yellowpages.com/metairie-la/gold-buyers http://yellowpages.superpages.com/listings.jsp?CS=L&MCBP=true&C=plumber%2C+dallas+tx Both of these validate using the Google testing tool, but what is strange is that the yellowpages.com example puts the URL to the profile page for a given location as the "name" in the schema for the local business, superpages.com uses the actual name of the location.  Other sites such as Yelp etc have no markup for a location at all on a directory type page. We want to stay with schema and leaning towards the superpages option.  Any opinions on the best route to go with this? Schema markup for logo and social profiles vs website name. If you read the article for schema markup for your logo and social profiles, it recommends/shows using the @type of Organization in the schema markup https://developers.google.com/structured-data/customize/social-profiles If you then click down the left column on that page to "Show your name in search results" it recommends/shows using the @type of WebSite in the schema markup. https://developers.google.com/structured-data/site-name We want to have the markup for the logo, social profiles and website name.  Do we just need to repeat the schema for the @website name in addition to what we have for @organization (two sets of markup?).  Our concern is that in both we are referencing the same home page and in one case on the page we are saying we are an organization and in another a website.  Does this matter?  Will Google be ok with the logo and social profile markup if we use the @website designation? Thanks!

                          Local Website Optimization | | HeaHea
                          0
                        • Kingalan1

                          SEO Value in Switching to ".NYC" Domain?

                          Recently " .NYC" domains have become available for purchase to New York City based businesses. I own and operate a New York City commercial real estate firm, nyc-officespace-leader.com. New domain would be www.metro-manhattan.nyc Our existing domain has been in use for seven years.would there be an SEO benefit to transferring our site to .NYC domain? Or would a new domain kill our domain rank? Thanks, Alan

                          Local Website Optimization | | Kingalan1
                          0
                        • molchman

                          Are there any suggestions when you completly redesign your web page keeping the same domain but change the host? I want it to go smoothly and want to avoid the rankings we already have including sub pages.

                          I am currently having our website completely redone by a design company.  Are there any suggestions on this process as to not lose the rankings we currently have for our site?  The domain will remain the same however we are planning on changing our host.  We also have a good amount of sub domains that the web company will not be changing for us.

                          Local Website Optimization | | molchman
                          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

                        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

                        Access all your tools in one place. Whether you're tracking progress or analyzing data, everything you need is at your fingertips.

                        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.