There are many ways to display a page only when content is loaded, but what is the best way regarding SEO ?
Contents are : pictures, css, js, etc.
Is Google bot getting smart enough to not-index pages that have tricks like those ?
- CSS
 <body> display none.- Javascript add
 display none, on_event_i_am_ready , removedisplay none.<body> margin -20000px.- Full white div
 z-index> bodyz-index.- body
 height & widthto0pxwithoverflow: hidden;- And much more solutions...
 Stackoverflow: Solution two, Solution one, etc..