Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Results 1 to 9 of 9
  1. #1
    frobn is offline Condominium
    Join Date
    Feb 2005
    Location
    Key West, FL
    Posts
    291

    Default Why use background images?

    Why use background images?

    When structuring a web site I try to keep in mind how the template will play with search engines. Here is a tip to increase search engine friendliness. Most web sites are designed with images for the header which will load first. Search engines do not recognize images and the alt tag has a low priority in ranking.

    You want a nice image header and a serach engine friendly site, so here is what I do.

    Place the header in a <div> and load the image as a background image, i.e.

    Code:
    <div style="background-image: url('my_nice_header.jpg');
    height:150px; width:760px;"> </div>
    (Replace height and width with the height and width of you image. If you use tables the div can be put in a table cell.)

    Note: It is a fallacy that an image sliced into parts will load faster.


    You have now accomplished three things.

    1. Your page content will load faster because background images load last.

    2. The search engine reads your more important text content first.

    3. You can write over the image. I often put the site name in <h1> tags so that this is the first thing that the search engine reads.

    Code:
    <div style="background-image: url('my_nice_header.jpg'); 
    height:150px; width:760px;">
    
    <h1>The Best Real Estate in My Town</h1>
    
    </div>
    Use your own text between the heading tags .
    It is considered wise to stand on the shoulders of giants but foolish to put yourself in front of them.

  2. #2
    jimj's Avatar
    jimj is offline Condominium
    Join Date
    Feb 2005
    Location
    Boise, Idaho
    Posts
    136

  3. #3
    Join Date
    Jan 2005
    Posts
    536

    Thumbs up

    Quote Originally Posted by frobn
    Why use background images?

    When structuring a web site I try to keep in mind how the template will play with search engines. Here is a tip to increase search engine friendliness. Most web sites are designed with images for the header which will load first. Search engines do not recognize images and the alt tag has a low priority in ranking.

    You want a nice image header and a serach engine friendly site, so here is what I do.

    Place the header in a <div> and load the image as a background image, i.e.

    Code:
    <div style="background-image: url('my_nice_header.jpg');
    height:150px; width:760px;"> </div>
    (Replace height and width with the height and width of you image. If you use tables the div can be put in a table cell.)

    Note: It is a fallacy that an image sliced into parts will load faster.


    You have now accomplished three things.

    1. Your page content will load faster because background images load last.

    2. The search engine reads your more important text content first.

    3. You can write over the image. I often put the site name in <h1> tags so that this is the first thing that the search engine reads.

    Code:
    <div style="background-image: url('my_nice_header.jpg'); 
    height:150px; width:760px;">
    
    <h1>The Best Real Estate in My Town</h1>
    
    </div>
    Use your own text between the heading tags .
    frobn, that is great!

    Thanks for sharing!

  4. #4
    justicewhite is offline Condominium
    Join Date
    Jan 2005
    Location
    England
    Posts
    123

    Default

    The power of CSS

    Check out the Zen Garden site at www.csszengarden.com as well.

  5. #5
    frobn is offline Condominium
    Join Date
    Feb 2005
    Location
    Key West, FL
    Posts
    291

    Default

    csszengarden.com has excellent examples of css design. Anyone who thinks css is boring needs to see the examples there. The one drawback I find is that the site only accepts entries from graphic artists, many of the designs are graphic heavy and not counter balanced with lighter weight designs. Try http://alistapart.com for examples on how CSS/xhtml can improve SEO.
    It is considered wise to stand on the shoulders of giants but foolish to put yourself in front of them.

  6. #6
    hawkwind dave is offline Renter
    Join Date
    Feb 2005
    Posts
    3

  7. #7
    Join Date
    Mar 2005
    Location
    Las Vegas
    Posts
    118

  8. #8
    Las Vegas Homes is offline Moderator
    Join Date
    Jan 2005
    Posts
    392

    Default

    Frobn every time you post your knowledge amazes me. I would have to admit you are one of the top contributors to this real estate forum. I hope we get to enjoy your post on how we can improve our real estate sites for a long time to come. Cheers
    Looking For A Real Estate Specialists in Las Vegas Check out our Las Vegas Real Estate Portal. Find Las Vegas Homes or get info for Las Vegas Investment Real Estate.

  9. #9
    Jade456's Avatar
    Jade456 is offline Condominium
    Join Date
    Feb 2005
    Location
    Las Vegas
    Posts
    156

    Default

    Very nice tip. Sorry it took me so long to reply to your email, my pc bit the dust----hard drive failure. I lost everything Soooooooooooo it took me a little while to admit it and rebuild. *sniff* However, I just invested in a nice USB drive for back up........

Posting Permissions

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