Subdomain is a domain which is a part of a larger domain. For example, 'sub.example.com' is subdomain of 'example.com' domain.
28
votes
4answers
660 views
Subdomain versus subdirectory
I recently moved from having a main site like www.example.com with a subdomain associated site yyy.example.com, to moving everything off the subdomain to a subdirectory like www.example.com/yyy/, with ...
12
votes
1answer
3k views
Do subdomains help/hurt SEO?
If I have mysite.com, and blog.mysite.com, do search engines see those as 1 site or 2? Will using subdomains hurt SEO? I have some technical reasons why I can't use mysite.com/blog.
37
votes
4answers
2k views
Are page ranks for subdomains independent?
If I have a domain name say stackexchange.com and I want to host 2 sites X and Y as subdomains of that site.
Will x.stackexchange.com help out y.stackexchange.com in page rank? Or will google treat ...
5
votes
2answers
1k views
.htaccess directory to subdomain
I have been trying to make a subdomain from a directory (made by .htaccess) to be used as the main page starting like http://domain.com/sub/2/3/4.html and turning into ...
51
votes
8answers
2k views
Should I include “www” in my canonical URLs? What are the pros and cons?
What are the pros and cons of having http://www.example.com/ vs http://example.com/?
For example a problem I'm aware of is that if I use a domain without www I can't set a cookie for the current ...
11
votes
6answers
2k views
Why should I use a subdomain structure over a directory structure?
I want to do blog.mysite.com but i know it will negatively impact my PR with Google. When is it preferable to structure your site like that vs mysite.com/blog? Is it only for the benefit of PR?
10
votes
3answers
1k views
Subdomains vs. subdirectory – status as of 2012.
This following question by Jeff was in 2010 and I wanted to check how things have changed in the past 2 years.
My problem:
I run a site with most of the content distributed to subdomains that’s are ...
5
votes
2answers
2k views
How can I secure an installation of MediaWiki?
I want to run an installation of MediaWiki as a Internet-accessible personal wiki, running on wiki.mysite.com. However, I want to ensure that I am the only one who can read and write to this wiki. In ...
3
votes
2answers
231 views
Should I choose sub-directories over sub-domains in this case?
I'm developing an application at the moment which shows local content based on location.
Since the site is intended for local users, there won't be much need to change domain.
For example: someone ...
2
votes
3answers
272 views
How to point a domain to another subdomain?
I'm really a newbie about this issues so excuse me if this is a rather dumb question, I'm trying to point a domain a client of mine bought to a sub-domain of mine, they're both from different ...
2
votes
2answers
5k views
Redirect/Rewrite Subdomain to Subfolder
I'm trying to redirect a subdomain to a subfolder e.g. forums.domain.com to www.domain.com/forums
Note that I started the forums in the subfolder format but worried that members might mistakenly try ...
1
vote
1answer
362 views
Move subdomain into subdirectory SEO question
I have read this article: http://www.mattcutts.com/blog/subdomains-and-subdirectories/
But I'm not 100% clear if moving my subdomain website into a subdirectory on the main domain would change ...
10
votes
2answers
168 views
Choosing which domain to secure
We've got a website that is served on both www.example.com and just example.com - we've never done any sort of forcing users from one domain to the other, so if they land on example.com then that's ...
17
votes
4answers
982 views
Why insert static files ( css, images, js, ecc ) in a subdomain?
Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ?
What are the advantages ?
Why not just a directory ...
6
votes
2answers
1k views
Why does my site only work with a www in the URL?
I'm a bit confused as the following points:
There is a simple text website, with no javascript, that works only with the prefix. http://www.mysite.corporation.com works but ...
0
votes
1answer
229 views
Better SEO from sub-directory or sub-domain? [duplicate]
Possible Duplicate:
Subdomain versus subdirectory
I'm working on a site that will act as a sort of companion site or sub-site to my main site.
Is there a difference in SEO of setting it ...
5
votes
2answers
403 views
Moving from Subdirectory to Subdomain structure
I have a website (powered by Rails/Postgres and nginx) where I had setup a blog and a coupons section as:
http://myrailsapp.com/blog/ http://myrailsapp.com/coupons/
Blog is powered by wordpress and ...
5
votes
5answers
306 views
URLs which begin “www2”
I was sent a link recently http://www2.biotech.wisc.edu/
I've occasionally noticed this appear in some web addresses, where does the "2" come from? Does it mean anything? How would I go about getting ...
4
votes
2answers
3k views
Starting from scratch xxx.yyy.com or www.xxxyyy.com (any SEO difference?)
I know there are lots of answers both here (e.g. this and this) and elsewhere which deal with subdomains and their impact on SEO. However, often the questioners are either asking about subdomain ...
3
votes
1answer
88 views
subdomain not working and added /mysubdomains/devsitename
I am having a site www.example.com which working fine and I have a number of sub-domains which are working fine except one.
When I gave the url subdomain.example.com the address bar showing as below
...
3
votes
2answers
488 views
Redirect subdomain (weblog) to new domain without access to .htaccess
I have a blog that has PR 1 on a subdomain aaaa.domain.com of a blog server domain.com.
Now I want to buy a domain newdomain.com and I want to tell google webmaster to redirect the old subdomain to ...
2
votes
3answers
483 views
Subdomains vs folders, for multi account/users application
So, for a multi user web app, what is better:
http://username.domain.com
Or
http://domain.com/username
I would like to get feedback about security, scalability and maintenance specifically, app ...
2
votes
1answer
103 views
domain, subdomain and ranking
we have a well ranking site on the domain(e.g. www.test.com) running for 2 years having good PR i.e. 5 and the site having its 400000+ url indexed and then we have a new site on the subdomain(e.g. ...
1
vote
1answer
121 views
Incoming Cname does not show the subdomain
I have a subdomain:
sub.domain-one.com which has a CNAME which points to sub.domain-two.com.
All good. But when I enter sub.domain-one.com I don't see the sub.domain-two.com, but the basic page of ...
0
votes
1answer
650 views
LaunchRock CNAME configs, what do they do?
Trying out LaunchRock, and ran across this:
general-instructions-for-creating-your-cname-record
Basically as far as I'm able to tell they only support using your sub-domain as the URL, not having ...