SEO review please

Discussion in 'Websites' started by dave78si, Jan 7, 2006.

  1. dave78si

    dave78si Peon

    Messages:
    136
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I've done it, finally :)
    it's just there is no attribute "background" error left
     
    dave78si, Jan 14, 2006 IP
  2. juan andrés

    juan andrés Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Maybe the site are a little simple. It's ok, for users and Google, but... It could be better. :p
     
    juan andrés, Jan 14, 2006 IP
  3. dave78si

    dave78si Peon

    Messages:
    136
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #23
    What is there besides users and Google?
     
    dave78si, Jan 14, 2006 IP
  4. strivinglife

    strivinglife Peon

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Using front page code, try changing:
     background="images/rob-spodnji.png"
    Code (markup):
    to:
     style="background-image:url(images/rob-spodnji.png);"
    Code (markup):
    And etcetera.

    As far as the body tag's background colour, any reason not to just put this into the stylesheet?

    Otherwise,

     style="background-color:#a3a3a3;"
    Code (markup):
    Let me/us know if you have any other validation problems.
     
    strivinglife, Jan 15, 2006 IP
  5. dave78si

    dave78si Peon

    Messages:
    136
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #25
    I did it! The all the pages (but "dvd rentals" and "link to THIS page")
    return "This Page Is Valid XHTML 1.0 Transitional!"
    Thank you for your help strivinglife!
     
    dave78si, Jan 15, 2006 IP
  6. strivinglife

    strivinglife Peon

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #26
    DVD Rentals page:

    1) In the Amazon code's link, change the & to &

    2) Get rid of the iframe border="0" - looks like you've got this covered in the styles already ...

    Link to THIS page:

    1) Again, you've got some bgcolor cleanup to do.

    2) In the textarea, change the <img to &lt;img (like you did for the <a)

    ---

    General note, there's that font tag, with a color of 333333, in your footers. Put it in styles, use a #, and make it shorter - #333. Also, see if you can't just get that into the div, or change the font to a span.
     
    strivinglife, Jan 16, 2006 IP
  7. dave78si

    dave78si Peon

    Messages:
    136
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #27
    I corrected the "Link to THIS page" page - It's perfect now :D
    But, I don't think I am allowed to change amazon code.
    Well, when it comes to coding html (and php:) ) you are a genious to me. Thanks again.
     
    dave78si, Jan 16, 2006 IP