Is it possible to redirect the main www. domain - but keep a subdomain active?
-
Hi Mozzers,
Quick question, which I hope one of you can answer...
Let's say I have a website (i) www.example.com and on that a subdomain exists, (ii) subdomain.example.com.
Let's say I want to change my main domain from www.example.com to www.newwebsite.com. I'd 301 all content, use GWT to notify Google of a change of address etc etc.
Having done that, is it still possible to keep the original subdomain active? So, even though www.example.com has been redirected / transferred to www.newwebsite.com, subdomain.example.com would still exist.
If that is possible, what is the implication for Domain Authority? On the one hand, I have transferred the main site (so DA from that will transfer to the new site); but part of that root domain is still active.
Make sense? Any answers?
Thanks everyone...
-
Hi - thank you for your responses and sorry for my very late reply.
Appreciate your input on this. Ruth, the reason for this being in a consideration was because the company wanted to re-brand their customer-facing site (changing to newwebsite.com) but keep oldwebsite.com as a corporate site.
The issue of course is that, unless we did a complete domain transfer, we would lose some of the fantastic rankings that have been built up over two years of hard work. This got me thinking about whether I could give them both, i.e. create subdomain.oldwebsite.com even though the main site has been redirected and transferred.
Having thought about that, I wanted to know if anyone had tested this as it seemed like a potential loop-hole, whereby you might be able to have subdomain.oldwebsite.com and newwebsite.com both piggy-backing off the same DA. But, as you mentioned that DA doesn't transfer that well to subdomains, I guess this may be one reason why.
Thankfully, this strange scenario was avoided, as I finally managed to convince them to start a new corporate site on a .net or .org. The corporate site doesn't need to rank particularly, so I got my #1 solution anyway. The subdomain idea I posted above was a potential backup plan at best, as the CEO didn't look like budging for a while!
Thanks again - much appreciated! Incidentally, I have another question posted here: http://moz.com/community/q/google-not-indexing-xml-sitemap-images. It's really killing me, so I hope somebody can offer some assistance!
Cheers,
Mark
-
DA doesn't usually transfer very well across subdomains - so it's likely the DA from www.example.com is already not affecting subdomain.example.com.
It's certainly possible to keep the subdomain alive, but I'd be a little concerned about what it would do for your brand. If you're sending the message that example.com is now newexample.com, but then keeping things running at example.com, it could create a lot of consumer confusion. From a DA stance you should be OK, though, especially if you take some extra time to promote the subdomain and the new site after launch.
You may still not see pages from the new domain and the old subdomain ranking in the same SERPs, though - Google is often pretty good at figuring out when multiple sites are owned by the same people.
-
I think you may have already done that, and just not relized you have.
An example would be Binding #1 set up as yourdomaine.com and the second binding set up as www.yourdomaine.com . Check the SEOMOZ "Site explorer". First do a report on yourdomaine.com noteing the results, now try it on www.yourdomaine.com notice the differance in the results. and your right about the answer. The sub domaine does retain some of its DA.
I'm not sure if it is the correct thing to do, but in GWT, I have manually chosen to have Google use the higher ranking DA name as its default.
Just my thoughts.
-
Thanks for your response, Allen - much appreciated.
I probably wasn't clear in my original message that I am specifically interested in what happens to Domain Authority in that scenario - and wondered if anyone had tested this. Hence felt a web dev / IT forum would be the wrong place.
So I thought it might be possible to do this technically, for the reasons you mentioned. But what happens to the DA?
Let's say you redirect www.example.com to www.newsite.com. www.newsite.com then takes over from www.example.com in the rankings (done this several times and it's been near seamless).
But, I then want to set up a subdomain on example.com AFTER I have redirected www.example.com. Surely, that subdomain would retain some of that DA and thus have an unfair advantage. All of a sudden, I could engineer it so that subdomain.example.com AND www.newsite.com rank alongside each other.
Not tried this before so fascinated to see if the subdomain would rank - or whether because it's on a redirected site, it would not.
Cheers!
-
Hey guys,
Yes make perfect sense. Not sure that this is the best place to ask the question though. A web server IT site would probably be the best place.
What your asking is easily possible if you are the Administrator for your web server. All you will need to do is create another binding in the IIS Administrator panel. Just like you created the domain name example.com and the binding www.example.com you can create a third binding example2.com
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
-
Is there a way to host my website.com/BLOG URL PATH from a different host than my main website.com host?
Is there a way to host my website.com/BLOG URL PATH from a different host than my main website.com host? Is it accomplish-able with DNS settings or are there other considerations that might lead to complications doing this? Specifically, we are investigating install WordPress on a dedicated host, JUST to power the blog for our main website, but our main website is on an internal proprietary hosting and CMS. So basically we're trying to host: website.com --> OFF OF CURRENT INTERNAL HOSTING website.com/blog/ --> OFF OF THIRD PARTY HOSTING (USING WORDPRESS) I know this is a technical question beyond the scope of SEO, but I'm figuring there are members of the community that may have tried this already so I'm floating it here. Many thanks! Cheers.
Web Design | | AlexVelazquez0 -
Help with 302 Temporary Redirect warning via MOZ crawl
Hi Guys, This is my first post so hopefully I'm using the forum correctly. MOZ crawl tells me that I have 35 pages with a temporary redirect The URL column displays 302 Found along with the http:// URL Redirection Location column shows the corresponding https:// URL This all seems pretty self explanatory. However, I’ve checked my .htaccess file and I can’t see any 302 references in it. I'm trying to figure out where the 302 redirects are from and how I can make them permanent Please can anyone help me out? My .htaccess looks like it needs a little tidy (there are 2 if blocks) <ifmodule mod_rewrite.c="">RewriteEngine On
Web Design | | ianalannash
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]</ifmodule> BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]</ifmodule> END WordPress0 -
B2C directory website adding B2B ecommerce sub-domain
Hey fellow Mozzers, Just got back from Mozcon and enjoyed getting to know a handful of you. I do in house SEO for a B2B wholesaler. We have a B2C website directory for homeowners to locate contractors to work on their home. On the site we have a products section which includes tech specs but not pricing. Our contractors have been asking us to add the ability to purchase their items online, so we are wanting to add a B2B sub-domain (store.domain.com) to our website for the contractors to purchase products online. We do not want consumers to be able to purchase the items and will have pricing behind a log in. I have a few questions that I'm hoping you might be able to answer: 1. What would be the best practice to not have duplicate content errors with products that are listed on both sites? Should we rel-canonical items shown on both domains or do something else?
Web Design | | AC_Pro
2. We are not against having the new site be crawled, but will Google be upset/ding rankings because pricing is behind a log-in? Are there certain best-practices for B2B ecommerce sites?
3. Do you know of any other sites that have done this/do you have any recommendations on how to best implement this?0 -
Redirect based on location best practice clarification?
Hi, i have a question that i have seen some other have also had. The question is what is the best practice to serve the location specific page to the user (based on their location)? This post (http://www.seomoz.org/q/redirecting-users-based-on-location) suggests against automatically redirecting the user based on IP address. I guess the primary concern is that Google bot will also be redirected in this case... I see a number of well known sites use automatic redirect based on location. Take Urbanspoon for example (http://www.urbanspoon.com/), they use a 302 redirect to redirect to location specific page. Do they not redirect Google bot? Is there any way to test this? Can creating a rule to exclude crawlers from redirect cause SEO problems? How? Another example that i am somewhat confused as to how it works effectively is groupon.com.au It selects my closest city (i assume using IP), however the URL stays as the root URL. For example, i typed in http://www.groupon.com.au/ and it stays as http://www.groupon.com.au/ with the city chosen as "Melbourne". The canonical url for this page is the root URL (ie http://www.groupon.com.au/). If you then select "change city" and click the same city (ie Melbourne), it redirects to http://www.groupon.com.au/deals/melbourne. Canonical URL of this page is http://www.groupon.com.au/deals/melbourne. How is this not duplicate content? Can you please advise on the best way to redirect (ideally automatically), to provide the best user experience, while still having Google bot able to crawl the site effectively? Thanks
Web Design | | blackrails0 -
Broad Phrase keywords as domain name
Hello, Am new here, can you advise if its good idea to buy broad phrase keywords as domain name e.g whatisagoodwebsite.com? Thank you
Web Design | | seoatbest0 -
Appropriate domain name
Hello Awesome MOzzers, Hope you are all well this fab wednesday. I have a questions - how good or bad is this domain - www.web-design-company-inc.com for a web design company. I have heard some people say google no longer cares about keywords in the URL? Would love to know your thoughts. As always - much obliged for your insight. Best regards, Vijay
Web Design | | vijayvasu0 -
Optimal redirect configuration from a misspelled domain that we own.
We have a handful of inbound links to www.t-chek.com (note the hyphen). Our normal site is www.tchek.com (no hyphen). We own both domains and have some sort of domain-wide redirect set up now. This works fine for traffic, but I suspect it's not optimal for SEO purposes. I came to this conclusion by looking in OSE and noticing that none of the inbound links to www.t-chek.com were also being attributed to www.tchek.com. 2 questions: Is it immediately evident what type of redirect I have in place now, or do I need to figure that out? Is the fix as simple as editing the .htaccess file on the hyphenated domain? I don't have direct control over the hyphenated domain, and I'd like to be able to know exactly what we need to do so I can request help from my IT department. I'd appreciate hearing your wisdom. Thanks!
Web Design | | SheriGolla0 -
Changing the domain - To do or not to do - that is the question
Hello, I am in the process of updating my website (hopefully to improve SEO). It is a major update as we are going from 20,000 product line to 200,000 product lines and hiring two marketing people to work on more content. Unfortunately, I think my domain isn't the best i.e. www.direct-tractorparts.com Some of the parts have long part numbers and I am worried that my URLs will be too long i.e. I will lose link juice from the search engines. typical url www.direct-tractorparts.com/6XY41210TTTAZCAz2 I am thinking of launching the new site with a shorter domain name rather than updating the old site. My site doesn't have that many backlinks but generates a decent level of business for my company. Not sure if it would be worth setting up another brand or not Anyone got any advice?
Web Design | | DavidLenehan0