Results 1 to 3 of 3

Question about source code reading by Google

This is a discussion on Question about source code reading by Google within the General Discussion forums, part of the vBulletin SEO Discussion category; I have a heavy header, plus vbulletin's navbar coding, then a strip of ads coding before the content even begins ...

  1. #1
    Member
    Real Name
    2005
    Join Date
    Oct 2007
    Posts
    33
    Liked
    0 times

    Question about source code reading by Google

    I have a heavy header, plus vbulletin's navbar coding, then a strip of ads coding before the content even begins on all pages.

    If I wrap the header and navbar in a div style= position:absolute, top:Xpx situation, and then move that to the bottom of all my vbulletin pages calling header/navbar, like right before footer, and add a "margin-top:Xpx" to push the forum content down below it, that pushes all the real content closer to the start of the source code and looks generally the same.

    Question is, does this matter to engines like google, etc? Will it make a difference in the value it places on pages?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    ideally, your most important content is placed right after the opening body tag.
    real-life, this isn't always possible.

    I'd recommend avoiding absolute positioning at ALL costs. any layout that depends on it is a nightmare waiting to happen. absolute positioning is meant for flyouts, popups, and so forth... not page elements.

  3. #3
    Member
    Real Name
    2005
    Join Date
    Oct 2007
    Posts
    33
    Liked
    0 times
    Agreed, understood re the absolute. I will test thoroughly with spacing if it goes that way. Just wanted to make sure it was worth trying in the first place.

    A table and image based fluid header and banner, 2 strips of vbulletin based drop downs and the dropdown bits, login and breadcrumb coding, a strip of ads, all that is up top due to the way vbulletin, and most, template driven sites are laid out.

    Looking to try something different to alleviate that. Thanks for your input.

Similar Threads

  1. full source code after paying ?
    By Walim in forum General Discussion
    Replies: 2
    Last Post: 11-06-2005, 11:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •