Results 1 to 2 of 2

Subdomains

This is a discussion on Subdomains within the General Discussion forums, part of the vBSEO SEO Plugin category; Question #1 We have a site that has the forums in a subdomain. It ends up both the sub domain ...

  1. #1
    Junior Member
    Real Name
    Nathan
    Join Date
    Jul 2007
    Posts
    28
    Liked
    0 times

    Subdomains

    Question #1
    We have a site that has the forums in a subdomain. It ends up both the sub domain and sub directory are open. So forums.siteurl.com shows the same results as siteurl.com/forums/.

    Luckily Google doesn'thave the /forums/ directory indexed at all but I am worried that duplicate content will be an issue in the future. Should I just create a 301 redirect from siteurl.com/forums/ to forums.siteurl.com and put it in the site root or what is the best way to handle this?

    Question #2I'm also wondering how wise it is to use subdomains vs subdirectories. I started setting the site up in webmaster tools and Google seems to really treat the subdomain as a totally different site. Does this mean that back links wont be as valuable to the whole site vs to each specific area? Are there any other issues that should make me think about moving this subdomain to a subdirectory instead?

    Just some background info. I'm just about to install VBSEO on this site but haven't done so yet. Google has about 90K posts indexed for the subdomain and the site has about 1.5mm posts.

    Thanks.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    In the forum root, you should have something like

    Code:
    RewriteCond %{HTTP_HOST} !^forum\.domain\.com$
    RewriteRule (.*) http://forum.domain.com/$1 [L,R=301]
    in place of the standard 'www' redirect. This will keep everything on the forum subdomain.



    Subdomains ARE as you suggest handeled as totally different sites. Same as site.com/~owner style urls with tilde's in them.

    In my opinion, unless your forum is something completely different from the root.com subject matter, it should be in root it self or in a folder there in. (ie, acme... root is the products... /forum is the support forum area)

    Look at google. all their search is in root.
    mail is in mail.google.com as its a seperate app from from search. and so on.

    Further, if you're going to use vb4 and the cms, having it on a subdomain makes it nearly impossible to have a solid all in one system, especially as the homepage. It's designed to be run in root.

Similar Threads

  1. Mobile Subdomains
    By Neo_obs in forum Troubleshooting
    Replies: 9
    Last Post: 11-23-2011, 05:17 PM
  2. vB4 and routing subdomains
    By jaz6ix in forum General Discussion
    Replies: 3
    Last Post: 05-24-2010, 11:21 AM
  3. Subdomains
    By kuyenmotdivad in forum Custom Rewrite Rules
    Replies: 14
    Last Post: 02-20-2010, 05:20 PM
  4. how can i redirect subdomains
    By cgway.net in forum Custom Rewrite Rules
    Replies: 0
    Last Post: 10-12-2009, 08:38 PM
  5. Subdomains
    By iahead in forum General Discussion
    Replies: 4
    Last Post: 01-24-2007, 05:21 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •