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.
Root-Domain vs Subdomain Linkbuilding
-
Hello Mozzers!
Couple of days ago I received a request to start optimizing a wordpress website, the domain itself has been around for around 10-12 years so it's it can be considered as one that has real history behind it. The page has been moved from HTML/FLASH to wordpress about 3 - 4 years ago and hasn't been any SEO maintenance on it. The site used to rank for first position with several keywords, but now understandably, it has greatly decreased.
My main question would be, that when I've checked the root domain's and the subdomain's metrics with MOZ Open Site Explorer, the sub domain (with "www.") showed a PA 40 and 90 external links while the root domain (without "www.") only has 27 PA and 6 External links.
I know that the 301 or server redirects only transfers about 90% of the link juice to the targeted URL but the difference between the 2 results seem way too big for me.
What do you think? Is this normal?
During future link building is it more beneficial to target the root domain so the page won't lose that "10%" by redirecting the new link from sub-domain to root domain?
Is it possible to get more juice transferred?Thank you very much,
Adam -
Hey
I'm a bit confused - not the first time! Would very much appreciate if you good folks could shed some light on a couple of questions.
Our site in the search console is inputed as www.domain.co.uk
Is this our subdomain?
When I'm using Open Site Explorer and filter by Target, say "this root domain" is it now showing me inbound links to domain.co.uk instead?
Lastly how does this affect rankings i.e getting links to www.domain.co.uk or domain.co.uk as whoever types in either domain gets to the correct site.
-
Thank you CKG for your answer, it's much appreciated.
I have already started to move to www. , I changed in WordPress settings, from non-www to www version, also selected the preferred version www. in webmaster tools and contacted the server administrators about the change. My only last problem is the battle with the htaccess to redirect the rootdomain to the www. subdomain but I should get it sorted out pretty soon

Cheers,
Adam -
Hey
I think you should go through both for analysis purposes however in order to moving forward you should be focusing on one URL which contains www.
here are the link for you to help yourself to understand the difference between these.
http://moz.com/community/q/root-domain-and-subdomain-links-opensite-explorer
-
I have just come across the same issue for a site I am optimising. For me, when www is used the page authority in OSE is 42 compared to 33 when there is no www.
It would be really good to hear what people's views are on this.
Billy
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
-
Creating a subdomain or subdirectory for each major city for our main website...
If our website is abc.com I am wanting to create a subdomain or subdirectory for each major city for SEO targeting purposes. But I want each domain to go to our see the same content from the main website abc.com. What's the best way to accomplish this? Duplicating our main page over and over sounds terrible , especially when trying to make changes down the road. Should we create an alias for each location? example.. abc.com/new-york, abc.com-chicago, etc...? If we go that route how does google acknowledge that? Would that mess up our SEO or help? Thanks!
Link Building | | michaelfisk0 -
Moving blogs to different domain
Hey guys, We currently have some blogs on one of our pages (fraserisland.com.au) and we are launching a complete rebranding of our sites. We want to move the blogs from fraserisland.com.au to the new parent page of travelfreedom.com.au (but still link it to fraserisland.com.au), however I don't know what affect this will have on the ranking of the blogs. The biggest thing I'm worried about is that the domain will be completely different, and not a sub domain, but I'm not sure what impact this will have on the effectiveness of SEO on the blog. Thanks guys
Link Building | | Mysites0 -
Blog articles on website vs submitting to article submission sites
I had some articles created for a client. The site is on WordPress. I'm wondering if it is best to add the articles to the blog page of the website or if it is better to submit the articles to ezine articles. Or can I submit the same article to both places? Is there a strategy that should be followed generally speaking when creating content for the blog vs article submission sites? The goal is to increase the ranking for target keywords. I realize that the answers could take a lot of different directions. But generally speaking I would like to know, If I have an article where is the best place to add it to achieve better rankings for target keywords? Thanks for the help.
Link Building | | rwaynick111 -
What's more important page authority Vs domain authority?
Hello everyone, I am fairly new to SEO so I'm still trying to get my head round everything, I am currently looking into some back links .. well looking at competitor's back links to copy. I was just wondering what's more important page authority or domain authority? So for example if a page has a page authority of 50 and a domain authority of 10 is that better than if a page have page authority 10 and a domain authority of 50. Thanks so much in advance!
Link Building | | vanplus1 -
Does blocking domains help remove bad links?
I have affiliate websites that are harming for one of 2 reasons: 1. They are on adult websites (and I don't want to be in a bad neighborhood) or 2. They are using a Frameset (so their content appears identical to mine and I am getting "credit" for all their junk links) I cannot get these websites to remove our links so I have blocked their IPs on our production firewall. Is this an effective method or should I do something else with these links?
Link Building | | theLotter0 -
Linkbuilding for Clients? Do I create new email account for outreach?
Hey Guys, So in the past when I would build links for a client I would create a new email account or have them create a new email account for their website which I can use for email outreach for building links. Also I would try to use their twitter user accounts to get in contact with other niche bloggers for a potential link back or a social mention. Is this how you guys suggest I should continue going about building links for a client? Or do you suggest using my email (agency email) or a random gmail account for email outreach? Thanks
Link Building | | asimahme0 -
Do links from my own subdomain to my main domain carry any value?
I currently have a Wordpress blog set up on a subdomain i.e blog@ etc. I wanted to know whether the links from the blog to my main site carry any value.
Link Building | | Store210 -
Iframes vs links
Obviously, websites can link to another web site using iframes, and Google and other search engines do seem to have some capability to index the content. What I want to know is what is the difference in value passed between a regular link and an iframe link. <iframe src="http://www.targetwebsite.com/targetlink"><br /><br />will have the same page ranking effect on the target web site as this link: <br /><br /><a href="http://www.targetwebsite.com/targetlink">link</a><br /><br />Alternative, would it work to include an invisible actual link right before the iframe, like this: <br /><br /><a style="display: none;" href="http://www.targetwebsite.com/targetlink">link</a><br /><iframe src="http://www.targetwebsite.com/targetlink"/></p> <p><span style="color: #5e5e5e;">The reason is that we are building a product recommendation engine, for a branded cosmetology school in order to get our concept salons to link back to use and I was curious if creating a version they can use as an iframe will give us link benefit.</span></p></iframe>
Link Building | | incept0