Mobile app version of vmapp.org
Login or Join
Candy875

: Menu code in footer, visually fixed on top For a long time I wondered if navigation links would negatively impact SEO, and as a precaution in designs that allowed for this solution, I've put

@Candy875

Posted in: #Navigation #Seo

For a long time I wondered if navigation links would negatively impact SEO, and as a precaution in designs that allowed for this solution, I've put the entire navigation at the bottom of the source code and fixed its position at the top of the viewport.

I've always thought that in source code, the earlier your actual content is encountered, the better that is for your SEO. Big navigation menus push your actual content down in the source code. So naturally, my solution was to put them at the very end of the page and use CSS to visually place them where I need them.

I'd like to know if this is really beneficial or if I've just been believing a myth.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Candy875

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cooney921

Right now, definitely myth. We know that Google reads CSS and JavaScript to "see" a page as a user does.

Previously, almost certainly myth. As far as I know, having navigation above content has always been conventional in web design.

To design a search engine that doesn't take account of this and even treats it as a negative would seem odd.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme