Jump to content
xisto Community
Amezis

Content Or Menu First In The Html? What should be placed first?

Recommended Posts

Alright, I am currently re-designing my site because it still uses tables for layout :P Anyway, while I was working with the new code, I realised that with the CSS I was using, I could place the menu DIV before or after the content, and both would work fine. However, which solution is best for SEO? Should the content appear at the beginning of the HTML, or should the menu appear before the content in the HTML (the location when rendered with CSS would be the same).Some sites have the HTML for the menu at the beginning (such as w3.org), others have it at the bottom (such as Wikipedia). Which one is best SEO-wise?

Share this post


Link to post
Share on other sites

Given the choice, such as you have because of the way your page is being developed, I would place the Content first, followed by the navigation. On a small(er) site, i don't think it is critical, but the larger your page becomes, the less likely it is that the bot will travel deep into your page to find the h1 tags, etc. Earlier in the page is better than later.Even more important is the use of div's and external CSS instead of tables. It will reduce the bandwidth, sped up delivery, speed rendering, and make it easier to update. All kinds of good reasons to avoid tables for layout, size being one of themThe most important and most effective method to generate good SEO is Content. The three most important features of a site are content, content, content. Good content will work on a bad page. Bad content on a good page will fail.

Share this post


Link to post
Share on other sites

Alright. I know how important content is for SEO, but at the same time, I hesitated to place the menu at the end, as the links may seem less important for the spider when they are at after the content. The main page would surely get a good rank, but I wondered whether the bots would find the other pages as important when the links to those pages were at the end.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.