Quote:
Originally Posted by Bored
Nicely done. I wouldn't consider this fully SEO optimized however.
- I would recommend using a strict doctype.
- Meta tags are a must, keywords, description
- Font size should not be declared in px. Only use em or %
- Extra divs are not needed (container, gallery_header). You can target html, body,h2 to get the same effect
- css and html could be reduced quite a bit, using short hand css and removing redunant div tags
Other than that, its fairly straight forward, clean and semantic.

|
As I mentioned, it's kept very basic for the broadest usability. CSS shorthand and em measurements are not good for noobs figuring out what is what and that's more about scalability than SEO.
As for the extra divs, it was a conscious decision to make it as flexible as possible. This could be used for submitting with standard recip buttons or as a super FHG with a very hard sell. Of course the sample gall could be done differently, but this is a template solution.
The meta tags was kind of an assumed thing which i guess I shouldn't have assumed
