HTML Blocks are opening with JS in mega menu – Unreadable for Google Robots
-
Hello !
If you disable js with Web Developer extension, you can see that the html blocks used to create the mega menu are not opening anymore, so it means that Google Robots can’t see them. Is it possible to build this block with css somehow ? It’s really annoying and will have a very bad impact on our SEO when the website will go live (it’s still in staging for the moment).
You have all the login details in private content area.
King regards,
Ulysse
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
opacity: 1;
pointer-events: inherit;
}
Kind Regards
Thanks, it works !! You can close the topic
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘HTML Blocks are opening with JS in mega menu – Unreadable for Google Robots’ is closed to new replies.