1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Vindictus Fansite - xVindictus.com

Discussion in 'Websites' started by azn_romeo_4u, Sep 5, 2010.

  1. #1
    =D

    Hey guys, can you review my website. It's an ONLINE MMORPG fan site for the online game Vindictus.

    http://www.xvindictus.com/

    Tell what you think and what I can make better.
     
    azn_romeo_4u, Sep 5, 2010 IP
  2. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Mornin...

    First of all: DOCTYPE is XHTML 1.0 Strict

    Hm well, a games site... ok, dark theme, looks quite ok for me.

    But the code... it sucks ... hehe

    If you use Strict DOCTYPE then you should really know how to code for the DOCTYPE.

    Validator tells me 13 Errors, 3 warning(s).

    Check here for more info: http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0

    Those errors are pretty easy to fix.

    E.g.

    
    <img src="http://mmofam.com/images/bar/bar_01.gif" width="193" height="34" alt="Dragonica" border="0">
    
    Code (markup):
    should be

    
    <img src="http://mmofam.com/images/bar/bar_01.gif" width="193" height="34" alt="Dragonica" border="0" [COLOR="red"]/[/COLOR]>
    
    Code (markup):
    Every & in your code should be

    
    &amp;
    
    Code (markup):
    E.g.

    
    <span><span>Videos & Screenshots</span></span>
    
    Code (markup):
    I do not know why you use 2 span's tbh. Pretty senseless.

    Well, on to the next point.

    Site loads 1005.1KB to my hdd.

    Google Page Speed Score is only 68.

    Suggestions from Google are:

    
    Enable compression
    Leverage browser caching
    Minify CSS
    Parallelize downloads across hostnames
    Serve static content from a cookieless domain
    Specify image dimensions
    Minify JavaScript
    Combine external CSS
    Combine external JavaScript
    Optimize images
    Optimize the order of styles and scripts
    Specify a Vary: Accept-Encoding header
    
    Code (markup):
    As you can see there is a lot to optimize for the big G. Page loading speed would increase and the ranking results will get better.

    Any questions? Pm me then.

    Good luck
     
    CSM, Sep 6, 2010 IP