Does display:none affect SEO? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Does display:none affect SEO?

If I had a website and I had a paragraph which is displayed:none, will google crawler be able to see the display:none element? 📌Or would it realize it’s displayed to none and skip over it? A. <p style = “display: none”> Learn to code. </p> VS. B. <p> Learn to code. </p> Or if we compared the two above, would google see them the same way?

26th Nov 2021, 5:56 AM
Ginfio
Ginfio - avatar
1 Réponse
+ 1
Possibly, considering the scenario in which user interests on a web page would be hidden, making the webpage irrelevant to the user. Less relevant content gets a lower ranking
26th Nov 2021, 6:52 AM
Charles Jones
Charles Jones - avatar