=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.
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 & 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