Results 1 to 15 of 15

Sorting Domain

This is a discussion on Sorting Domain within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi Vbseo , How can i make my perminant link this http://forum.***.com/ not http://*****.com/forum/ i also don't want members or ...

  1. #1
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times

    Sorting Domain

    Hi Vbseo,

    How can i make my perminant link this http://forum.***.com/ not
    http://*****.com/forum/ i also don't want members or search spiders to to crawls urls that start with http://*****.com/forum/

    How can i:
    Sort the www vs non-www.
    Sort the SubDomain vs Directory.

    Is this feature also helpful ? Enable Canonical URLs NEW!
    I have tried it in the past and the result with google indexing pages was bad not good.

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You need to setup a subdomain name pointing at the forum folder that you are in.

    Then from there your .htaccess should have this below the rewrite base line:

    Code:
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://forum.mysite.com/$1 [L,R=301]
    Also you will need to update your URL to match the http://forum.mysite.com and open a ticket to have us transfer the license to the new location.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    When i applied the change in .htaccess, i received this note when i visit my forum, i couldn't access it

  4. #4
    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
    The above code is incorrect.

    Please try:

    Code:
    RewriteCond %{HTTP_HOST} !^forum\.mysite\.com
    RewriteRule (.*) http://forum.mysite.com/$1 [L,R=301]
    This should be placed in the forum directory. If you place it in root, ALL requests to your site will end up on your forum subdomain.

  5. #5
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    Thanks Brian (: this one worked.

    What do you think about this feature? I tried it before but it hurt my page index
    Enable Canonical URLs

  6. #6
    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
    It's a bit re-dundant on most pages, but it shouldn't have any negative effect.

  7. #7
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    Hi, well what features or improvement can i use to have one link per thread for example? you know if someone change a thread title or edit it, it gets a different url

  8. #8
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    I have been dealing with this issue for over a year now Site Indexing Dropping [Critique] but couldn't find a solution

  9. #9
    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
    Edited threads are auto-301'ed to the destination. They shouldn't be a big concern. Obviously, the less you change titles, the better. I would suggest NOT editing a thread title after the thread's been created for more than an hour.


    I think the biggest issue on your site is your long-tail search. You are including the sitename and description on every post.
    [How To] Remove Forum Title from Thread Pages for Long Tail Optimization / Increased Thread Title Relevancy

    This will set your page titles to the actual title of the content.

  10. #10
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    I tried this idea before, it actually made google dropping many of my indexed pages, it didn't help me

  11. #11
    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
    An initial drop is expected. Things take time to settle in. It also looks like you changed pre-sets a couple times from the other thread. Every time you change something, you need to give it time to take effect and span out through all the search engine servers. This can take days, weeks, or even months sometimes depending on how google feels about your site.

  12. #12
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    Hi Brian, would you now how can i fix my urls to be set non www?

    I want my site urls when search engin to crowl ****.com not www.****.com

  13. #13
    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
    The forums directory should take care of that already for your forum...

    in root, add

    RewriteCond %{HTTP_HOST} !^.mysite\.com
    RewriteRule (.*) http://mysite.com/$1 [L,R=301]

  14. #14
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times
    so i should make a new .htaccess and place it in the root?

    Currently i have a .htaccess in my forum folder, that is where all vbseo rules are.

  15. #15
    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
    The forum folder will not allow www as it sits already. It's sending anything that is NOT forums. to forums. Thus, even www.forums. will still go to forums.

    So, yes, if you want to the rest of your site to not have www's, it will need to be in root.

Similar Threads

  1. Sorting of Sitemap Downloads Log
    By Spenser in forum Sitemap Features Archive
    Replies: 9
    Last Post: 09-03-2008, 05:13 PM
  2. Sorting Sitemap download log descending
    By StarBuG in forum Sitemap Features Archive
    Replies: 2
    Last Post: 07-26-2007, 02:16 PM

Posting Permissions

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