Results 1 to 7 of 7

Is my page size too big? How can I reduce it?

This is a discussion on Is my page size too big? How can I reduce it? within the General Discussion forums, part of the vBulletin SEO Discussion category; Ok so my page size is 117kb which I know is large, but, does it effect SERPs? I know the ...

  1. #1
    Senior Member Array Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times

    Is my page size too big? How can I reduce it?

    Ok so my page size is 117kb which I know is large, but, does it effect SERPs?

    I know the stats at the bottom of my page add 40kb but I really like them there, is there any way to reduce my page size other than removing the stats or reducing the forums?

    Thanks.

    Dave.

  2. #2
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    Size of the pages don't matter a lot. However i just checked your forum home page and you have way too many links even they are internal links. I suggest you to put an if condition around Top 10 Stats so it will only show to members.

    Also your forumhomepage doesn't validate so i advise you to validate the pages since it is really important.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Senior Member Array Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    Thanks for the reply, i did fix many w3 errors but couldn't do the last 4.

    I would like to show the stats to members only, that's a good idea, it cuts the page size and keeps the functions for me.

    Can you assist me in doing both as I have no idea how to fix this.

    Thanks.

  4. #4
    Senior Member Array Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    I notice my forumdisplay and showthread pages don't validate either.

    Not good I guess...

  5. #5
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    The first error is because of the following code
    Code:
    <a href="http://www.thecomputerforums.co.uk/"><img src="http://www.vbseo.com/images/computer/misc/logo.gif" border="0" alt="The Computer Forums" onload="if(this.height > 165) { this.height = 165; }" /></a>
    Tag onload is not a valid attribute. You shall take that out if you want to validate your pages.

    Also <font> tag is not a valid tag also. Instead of font you shall define a new class within additional css and define the font-style , font-size within css.

    Also you have a unclosed <td> tag which you need to investigate further.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    Senior Member Array Dave Hybrid's Avatar
    Real Name
    Dave Hybrid
    Join Date
    Mar 2007
    Location
    UK
    Posts
    400
    Liked
    8 times
    Does anyone know the code so my advanced stats dont show to guests?

    Thanks.

  7. #7
    Junior Member Array
    Real Name
    Wolf
    Join Date
    Feb 2007
    Posts
    26
    Liked
    0 times
    Quote Originally Posted by Dave Hybrid View Post
    Does anyone know the code so my advanced stats dont show to guests?

    Thanks.

    Conditionals :dunno:

    Code:
    <if condition="$show['member']">
     
    Your Code HERE
     
    </if>

Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 07:10 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
  •