User1886627751 posted
I am using CSS trick to hide the content that is in my header from the screen without using display:none; I am using
top:-9999em; and then on hover top:30;
The content is not getting indexed by Google! Do you think I should get rid of it before some bad happens?