Page 5 of 7 FirstFirst 1 2 3 4 5 6 7 LastLast
Results 61 to 75 of 91
Like Tree10Likes

vBSEO Optimization Tips

This is a discussion on vBSEO Optimization Tips within the General Discussion forums, part of the vBSEO SEO Plugin category; Originally Posted by Ross It's amazing how much difference that has made to me! Pages are now loading 4 times ...

  1. #61
    Member Array
    Real Name
    myandy99
    Join Date
    Jun 2008
    Posts
    86
    Liked
    0 times
    Quote Originally Posted by Ross View Post
    It's amazing how much difference that has made to me! Pages are now loading 4 times faster and server load has been cut down by half!!!!!

    Thanks a lot
    My site is a social networking software integrated with vBulletin. So I have one .htaccess file under domain.com/, and another .htaccess(for vBulletin) under domain.com/forums

    My questions are:
    1. Do I need move contents of both .htacess to httpd.conf or just vBulletin .htaccess'?
    2. After I move the contents of .htaccess, should I keep an empty .htaccess or just delete the .htaccess file?

  2. #62
    Member Array
    Real Name
    Hiiragi
    Join Date
    Jun 2008
    Posts
    52
    Liked
    0 times
    1) You need to move both. You'll need to have two separate entries in httpd.conf like:

    Code:
    <Directory /your/site/root>
    Root .htaccess here
    </Directory>
    and one below it like

    Code:
    <Directory /your/path/to/forums>
    forum .htaccess here
    </Directory>
    As far as I know you just do that for whichever .htaccess files you have.

    2) I just renamed my old .htaccess files so I had them on hand in case things didn't work out with httpd.conf. Luckily they did and they now serve as backups for me.

  3. #63
    Member Array
    Real Name
    myandy99
    Join Date
    Jun 2008
    Posts
    86
    Liked
    0 times
    Thanks. My hosting company create two include files with the contents of the two .htaccess files, and httpd.conf calls those two include files

    I suppose this is also correct?

    Apache has been restarted and I already renamed my two .htaccess files

  4. #64
    Member Array
    Real Name
    myandy99
    Join Date
    Jun 2008
    Posts
    86
    Liked
    0 times
    after my vbseo sitemap link is broken.

    It looks like the following rewrite rule is not honored in httpd.config. Did you encounter similar issue?

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  5. #65
    Member Array
    Join Date
    Oct 2005
    Posts
    77
    Liked
    0 times
    Bump, I'd like to know an answer to the above ^^

  6. #66
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    What is the complete list of rewrite rules you have defined? Also, don't you have .htaccess file in forums folder? (it might override settings from httpd.conf)
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #67
    Junior Member Array
    Real Name
    jaikanth
    Join Date
    Jan 2010
    Location
    bangalore
    Posts
    2
    Liked
    0 times
    There are so many seo optimization tips some of them are :
    1.Choose the best key words.
    2.find your competitors.
    3.optimize your title.
    4.optimizing your website title.
    5.optimize your META tags.
    6.Use title and ALT attributes.
    7.Create a site map page
    8.Include a robots.txt file

  8. #68
    Member Array swiftor's Avatar
    Real Name
    Joseph Alminawi
    Join Date
    Jun 2009
    Posts
    60
    Liked
    0 times
    How much of an impact do the default Link Back settings generally have? Is there anyway to measure how much benefit this feature has provided before I turn it off?

    I'd like to take performance up a notch, but I don't want to turn off something without understanding how valuable it is... thanks!

    Disable features with outgoing network connections.

    Various features have outgoing network connections. To reduce or eliminate these requests, you can disable the following vbseocp.php features:
    • Outgoing LinkBacks -> Update Services
    • Outgoing LinkBacks -> Enable Outgoing Pingbacks
    • Outgoing LinkBacks -> Enable Outgoing Trackbacks
    • Add Titles to External Links -> Add Page Titles to External Links Anchor Text?

  9. #69
    Senior Member Array KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    about the 'add thread titles': if i disable this option it doesn't rewrites the links that someone posts in the threads correct?

  10. #70
    Junior Member Array
    Real Name
    Super Crazy
    Join Date
    Jul 2010
    Posts
    1
    Liked
    0 times
    thanks for the tipps.

  11. #71
    Junior Member Array
    Real Name
    Jacob Chapel
    Join Date
    Oct 2006
    Posts
    26
    Liked
    0 times
    I wan't to make my forums use unobtrusive javascript, and load all javascript in one file (different files depending on the page and needed js) right before the </body> tag. I also want to combine all the css into one file and load it in the head. Now the problem I am seeing is the inline javascript vbseo produces, is there a way I can intercept that or take it and hardcode it into a file? Does it ever really change?

  12. #72
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Most of these items are vb-related directly. You will need to do some custom hacking to make this happen.
    The vbseo code can be added as necessary per page where ever. The analytics/etc code will always be added in-line, as will any virtual html you may use.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #73
    Junior Member Array
    Real Name
    Jacob Chapel
    Join Date
    Oct 2006
    Posts
    26
    Liked
    0 times
    Yeah, I was wondering about the analytics code, have you guys thought of using the new asynchronous code google put out recently?

  14. #74
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    3.5.x uses the async already.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #75
    Junior Member Array
    Real Name
    Jacob Chapel
    Join Date
    Oct 2006
    Posts
    26
    Liked
    0 times
    What about something like this? What php file would I have to edit to change which analytics code is used? Optimized Google Analytics asynchronous tracking code

Page 5 of 7 FirstFirst 1 2 3 4 5 6 7 LastLast

Similar Threads

  1. vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible
    By Juan Muriente in forum vBSEO Announcements
    Replies: 58
    Last Post: 11-17-2005, 10:49 PM

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
  •