Will I get penalised by google for overflow hidden? [duplicate]
- by Rascal Capac
This question already has an answer here:
How bad is it to use display: none in CSS?
5 answers
I have 2 divs next to each other, div A and div B. Div A displays a whole wordpress post and div B displays about 15 excerpts of posts with the same tag.
To get this looking nice I set the hight of div B to be the same as the hight of div A with javaScript.
This means alot of post excerpts will be hidden due to overflow hidden on div B.
Will Google penalise me for this, and if so, how can I make this work and still please Google?
Ps. I would gladly prevent the excerpts from being indexed but the main post must be indexed Ds.