Forum Moderators: open
One problem I found was, many HTML tags on my page are not double quoted when declaring values like bgcolor, src...etc. For example, it looks like this bgcolor=#AAAAAA instead of bgcolor="#AAAAAA".
My site uses alot of "White text on Colored background". It may sound stupid but could this be a problem that google thinks I have hidden text because the values in the tags are not double quoted? Maybe the bot only tries to pick up strings that says ="#whatever" instead of =#whatever?
I don't know. Any ideas?