Hi there. I'm working at the version 2 of one of my sites. Anyway, i decided to use the css absolute positioning technique to move the main content at the top and after the menu. For example on the actual version there are 260 lines until the <h1> title tag of the main content begin On the new version there will be only 48 lines until the primary content will come ... Question is - it will work - will be any advantages ??? Anyway one thing is clear - at this moment at least 70% of the traffic that came from google is from google images. I suppose that google stops after the first image inside the article already because there are too many lines ... Moreover, there are cases when i see google result like: Article title and the SERP from the last line of my menu ( contact ... ) This is the actual scheme of my website: <Header> <MENU ~ 150 line > <Content> <H1 main title > < Main image> ---- this is where i think robot stops .... <Article Content > </Content> <Sidebar> <Footer> This is the new scheme <Content> <H1 main title > < Main image> <Article Content > </Content> <Sidebar> <Menu> <Footer> Thank you guys !