Hi experts. Please could someone check my website code and tell me why Google is not indexing the content of my drop-down menu?
I am not using any JavaScript to show or hide it. It works with CSS hover.
To hide I use:
position: absolute;
top: -9999em;
To show I use:
top: 20px;
Other websites seem to have no issue with this menu and get all the content inside it indexed.
Any suggestions?