Crawl Footer First Rather Than Header

Discussion in 'Search Engine Optimization' started by sumitt_2004, Jun 7, 2007.

  1. #1
    i have site fully designed in <div> rather than table. I am facing some problem with a page which has content in previous last div just before the footer there are some images just after the header. If, I place that (content) div on the top of image div the look of site will poor as per SEO point of view, I want to crawl my content div first rather than image div is there any solution for that. If have any solution please feel free to give suggestions.
     
    sumitt_2004, Jun 7, 2007 IP
  2. ChasLaser

    ChasLaser Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Maybe try some floating. Get the content first in code, above the images, but shown below them in the browser.
    Assuming the content is to wide to display beside the images it would drop down below them.
    Just my thoughts.
    I do like using <div> layouts better than tables and the pages load faster.
     
    ChasLaser, Jun 7, 2007 IP
  3. sumitt_2004

    sumitt_2004 Peon

    Messages:
    154
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can you explain it in brief ChasLaser. Are saying about to change co-ordinates of content <div> on page onload like :-

    <body onload="change_coordinate();


    Thanks,
    Sumit Kumar
     
    sumitt_2004, Jun 8, 2007 IP