• seohunters9

        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
        3668
        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

                        • Jeffvertus

                          Differentiating Franchise Location Names to better optimize locations

                          Hello All, I am currently spear heading SEO for a national franchise. I am coming across locations in the same city and zip code. I'm definitely finding difficulties in naming the location in a way that will be specific to the franchise locations (locations are 1 mile away from each other). I am looking to apply geo specific location names for each center regardless of local city terms.  (e.g. Apexnetwork of north madronna, Apexnetwork of south madronna) Also, building the website and location to read (apexnetwork.com/north-madronna….. apexnetwork.com/south-madronna) While encouraging the client to continue using the geo specific terms while writing blogs. Is this best practice? Any feedback would help.

                          Local Website Optimization | | Jeffvertus
                          0
                        • SMCCoachHire

                          More pages on website better for SEO?

                          Hi all, Is creating more pages better for SEO? Of course the pages being valuable content. Is this because you want the user to spend as much time as possible on your site. A lot of my competitors websites seem to have more pages than mine and their domain authorities are higher, for example the services we provide are all on one page and for my competitors each services as its own page. Kind Regards, Aqib

                          Local Website Optimization | | SMCCoachHire
                          0
                        • Cantor-Crane

                          How many backlinks from one domain?

                          How many backlinks from one domain is too many? 1? 3? 10? For example, directory listings. If you have 5 separate links to one website in lets say DMOZ (good for you!), is it really only "juicy" one time? Or each one just as awesome? What about multiple guest articles on a related website?  If I had 2 or 3 articles on one website that each have different contextual links, is it just the same as if I had one article?

                          Local Website Optimization | | Cantor-Crane
                          0
                        • Lauren_E

                          Multiple Websites for a Large Home Service Company

                          I have a client who offers multiple services, the current website is already huge because they have added on so many new offerings in the last year and want everything above the fold. As I am building out the sitemap for a re-design, they continue to add more services. (HVAC, Plumbing, Solar, Windows, Electrical) I am working on a sitemap for a re-build, but I am still well over 100 pages deep with huge menu's. **My question is what are the SEO pros/cons of breaking the site up into multiple websites? **

                          Local Website Optimization | | Lauren_E
                          2
                        • 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
                        • dogtopiamichigan

                          Sub-Domain Google Search Nested under main Domain?

                          Hello, I have a strange issue that I have not come across before:My subdomain is: michigan.dogdaycare.com. Some of the Keyword searches show our subdomain being nested under the main domain for Google searches instead of being indexed individually. Example search term: Dogtopia Bloomfield https://www.google.com/?gws_rd=ssl#q=dogtopia+bloomfield -This will show two subdomain links nested under the main domain Example search term: Dogtopia Birmingham https://www.google.com/?gws_rd=ssl#q=dogtopia+birmingham -This shows the subdomain showing correctly in searches and not nested. Any idea as to how to fix this? Thanks in advance!

                          Local Website Optimization | | dogtopiamichigan
                          0
                        • kinimod

                          SEO: .com vs .org vs .travel Domain

                          Hi there, I am new to MOZ Q&A and  first of all I appreciate all the folks here that share their expertise and make everyone understand 'the WWW' a bit better. My question: I have been developing a 'travel guide' site for a city in the U.S. and now its time to choose the right domain name. I put a strong focus on SEO in terms of coding, site performance as well as content and to round things up I'd like to register the _best _domain name in terms of SEO. Let's suppose the city is Atlanta. I have found the following domain names that are available and I was wondering whether you guys could give me some inside on which domain name would perform best. discoveratlanta.org
                          atlantaguide.org
                          atlanta.travel
                          atlantamag.com Looking at the Google Adwords Keyword tool the term that reaches the highest search queries is obviously "Atlanta" itself. Sites that are already ranking high are atlanta.com and atlanta.gov. So basically I am wondering whether I should aim for a new TLD like atlanta.travel or rather go with a .org domain. I had a look around and it seems that .org domains generally work well for city guides (at least a lot of such sites use .org domains). However, I have also seen a major US city that uses .travel and ranks first. On the other hand in New York, nycgo.com ranks well. Is it safe to assume that from the domain names I mentioned it really doesn't matter which one I use since it wouldn't significantly affect my ranking (good or bad)? Or would you still choose one above the other? What do you generally thing about .travel domain names (especially since they are far more expensive then the rest)? I really appreciate your response to my question! Best, 
                          kinimod

                          Local Website Optimization | | kinimod
                          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.