Results 1 to 9 of 9

How to optimise vBSEO for vBadvanced homepage and not forum ?

This is a discussion on How to optimise vBSEO for vBadvanced homepage and not forum ? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello ! The website i am talking is this . It's my soul project that it's eating my time, money ...

  1. #1
    Member
    Real Name
    Daniel
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times

    How to optimise vBSEO for vBadvanced homepage and not forum ?

    Hello !

    The website i am talking is this. It's my soul project that it's eating my time, money and it's making me crazy lately. No matter what i do, the homepage is hardly (if at all) indexed by google. Instead, vBSEO is sending my /forum pages in front. How can i fix that ?

    I have nou my vBadvanced as /index.php and my vBulletin in /forum.
    I went into vBSEO Control Panel at Homepage Aliases and changed the order into this:

    www.consolegames.ro/
    www.consolegames.ro/forum/
    www.consolegames.ro/forum/index.php

    ... but it still doesn't help. I've looked into my urllist.txt.gz and i can't even find www.consolegames.ro. Everywhere i look, every link i see is starting with www.consolegames.ro/forum/.

    I am now using vBSEO 3.3, vBSEO Sitemap Generator 2.5 and vbseo_sm_vba.php into my /vbseo_sitemap/addons/ folder. I really don't know what else to do. I want my www.consolegames.ro/index.php to be the first and the most important page. How can i do that ?

    Thank you in advance !

  2. #2
    Member
    Real Name
    Daniel
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Hmm, as i got no response... i was thinking. Is the problem with not indexing vBadvanced homepage related to the fact that my /.htaccess has nothing inside, while my /forum/.htaccess has this code:

    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.consolegames\.ro
    #RewriteRule (.*) Console Games Forum [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Don't i have to add something inside my /.htaccess file ? The one in the root ? Again, thank you in advance for your help !

  3. #3
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    It looks indexed. See: site:consolegames.ro - Google Search

    First result.
    And it says the homepage was crawled just 8 hours ago.

  4. #4
    Member
    Real Name
    Daniel
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Quote Originally Posted by Shadab View Post
    It looks indexed. See: site:consolegames.ro - Google Search

    First result.
    And it says the homepage was crawled just 8 hours ago.
    I think that's because i've added manually in sitemap... but i was hoping that vBSEO will automatically add my www.consolegames.ro/index.php into the sitemap.

    I just added now this code into my root .htaccess
    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !forum/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ forum/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !forum/
    RewriteRule ^(.*.php)$ forum/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    and rebuild the sitemap. Now i have all of them like this:
    Code:
    http://www.consolegames.ro/forum/...
    I only want my www.consolegames.ro/index.php to be automatically inserted into my sitemap. Although it should be the PRIMARY link and everything else to be related to it... Isn't that what was supposed to be in the sitemap ? Homepage first and everything else after...

  5. #5
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you homepage aliases shhould only be

    index.php
    index.php?

    NOT a full domain or path.

  6. #6
    Member
    Real Name
    Daniel
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    you homepage aliases shhould only be

    index.php
    index.php?

    NOT a full domain or path.
    Please excuse me, but i don't understand. In my vBSEO "Define Homepage Aliases" i have:

    Define Homepage Aliases
    This feature will help consolidate PR (Google PageRank) in your forum homepage. Many established forums will have different PRs in forum home (usually up to three), as an example:

    www.yoursite.com/forums/ (PR = A)
    www.yoursite.com/forums/index.php (PR = B)
    www.yoursite.com/forums/index.php? (PR = C) This is a typical "PageRank Leakage" issue and might also lead search engines to tag these pages as duplicate content.
    So i don't have to enter www.consolegames.ro/index.php but something like:

    index.php
    index.php?
    www.consolegames.ro/forum/index.php ?

    Later edit: anyway, i did entered index.php and index.php?, rebuilted the sitemap and still have no www.consolegames.ro/index.php inside the sitemap... i really don't know what else to do.

  7. #7
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    - You should only have this in your homepage aliases:
    Code:
    index.php
    index.php?
    Nothing else.

    - Undo the change you did to your domain root .htaccess file. (In post #4 above)
    That was probably unneeded. Confirm with a staff member before.

    - Locate the file 'extra-urls.txt' text file in the 'vbseo_sitemap/' folder.
    And enter this single line in it :
    Code:
    http://www.consolegames.ro/
    Save it, and regenerate the sitemap.

  8. #8
    Member
    Real Name
    Daniel
    Join Date
    Jul 2008
    Posts
    33
    Liked
    0 times
    Thank you very much Shadab ! I've done what you said (added in extra-urls.txt and made my .htaccess zero) and now i have
    Console Games in my sitemap, but i don't see any Console Games in there Is this OK ?

  9. #9
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    ys, thats what you want.

Similar Threads

  1. Setting a website homepage as a forum homepage
    By wld in forum Troubleshooting
    Replies: 3
    Last Post: 02-20-2009, 08:00 PM
  2. VBseo with DDDS optimise for Search Engine
    By fredang85 in forum General Discussion
    Replies: 1
    Last Post: 11-06-2008, 05:16 PM
  3. vbSEO on heavily modified forum with vbadvanced
    By SteveRobWhatever in forum Pre-Sales Questions
    Replies: 1
    Last Post: 08-23-2008, 02:20 AM
  4. vBAdvanced Homepage
    By Arkidas in forum General Discussion
    Replies: 4
    Last Post: 06-26-2008, 12:24 PM
  5. Rewriting vBAdvanced Homepage
    By Nikke86 in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 11-04-2007, 10:59 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
  •