Need SEO expert to carefully answer this

Discussion in 'Search Engine Optimization' started by peppy, Jan 6, 2010.

  1. #1
    Take a look at the CSS code and my explanation below and tell me if this will result in a Google penalty:

    
    body {background-color: #000000;}
    
    div.contentbox {color: #000000; background-color: #FFFFFF;}
    
    Code (markup):
    This is a simplified version of my CSS on many websites that are not ranking well.

    Basically, the div.contentbox is like a white box with black text in it, but the body background is also black. I also didn't put any text color in the body CSS code, meaning the default body text is also black.

    I originally thought everything was safe because my black text was appearing on a white background, which is inside a table. Now I'm thinking Google might automatically see the body text and background color both being black and getting an automatic penalty.

    I'm really hoping this is the case because I've done so much work writing content, redesigning the page and everything to no increased rankings (pretty much no visitors at all). This CSS part of the design is the only thing I haven't changed.

    I'm hoping someone with experience with this problem can give me a clear answer.

    Thanks
    Best Regards
     
    peppy, Jan 6, 2010 IP
  2. m0z70

    m0z70 Member

    Messages:
    285
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    That's how most sites would be styled, I imagine – I wouldn't worry about it.

    Change them a little if you are concerned – make your background #000011 or something.
     
    m0z70, Jan 6, 2010 IP
  3. afunguy24

    afunguy24 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No. I don't think that should cause any problems in Google Search. Its pretty basic, body background is black, div.content background is white, and the div.content color is black. In my personal opinion i don't think it should cause problems with the search engines.

    Its probably just a new site, get some links.
     
    afunguy24, Jan 6, 2010 IP
  4. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #4
    usually Google checks if a text is hidden by making it same color as background, according to the docs.

    If you would put the text inside a block element, with a different background color that probably would solve it. Does your design permit this?

    Good thing here is you are not doing anything illegal. If they put a penalty on you you have stuffs to prove you didnt do anything wrong. So I would not worry much on this.
     
    webcosmo, Jan 6, 2010 IP
  5. Traffic-Bug

    Traffic-Bug Active Member

    Messages:
    1,866
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #5
    Its pretty basic as long as you not using both black background and black text or white background and white text which may be intended to cheat the search engines by adding hidden text readable by search engines but not by human visitors.
     
    Traffic-Bug, Jan 6, 2010 IP
  6. abhijit

    abhijit Notable Member

    Messages:
    4,094
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    215
    #6
    yes you are right this is the reason that you have same background color with text...........................google doesn't crawl your div tags to index........................
     
    abhijit, Jan 7, 2010 IP
  7. peppy

    peppy Active Member

    Messages:
    389
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    95
    #7
    Can you clarify this?

    Google doesn't crawl div tags the same way as it does with table tags? This is something I am not fully understanding. Does Google just ignore the background color of a div tag and crawls my black text with the black body background by default?
     
    peppy, Jan 7, 2010 IP
  8. ContentSpooling

    ContentSpooling Peon

    Messages:
    413
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    A color of a text that is the same with the background color is considered as black hat. So be careful.
     
    ContentSpooling, Jan 7, 2010 IP
  9. config_error

    config_error Well-Known Member

    Messages:
    1,719
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #9
    i think you need a web developer expert to help you with the css codes. i have also heard a CSS validator software maybe this will help you too. goodluck mate.
     
    config_error, Jan 7, 2010 IP
  10. sippsin

    sippsin Active Member

    Messages:
    237
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    63
    #10
    I dont know much about CSS. But I can suggest something.

    If you can remove the "background-color" code from this:
    body {background-color: #000000;}

    just add <body bgcolor> tag in html and put bgcolor="black"
    instead of #FFFFFF
     
    sippsin, Jan 7, 2010 IP