faressoft
faressoft

Reputation: 19651

Does google index pages with opacity:0 or hidden or display:none

Does google index pages with opacity:0 or hidden or display:none

Upvotes: 4

Views: 6510

Answers (3)

ColossalYouth
ColossalYouth

Reputation: 466

John Mueller stated that content hidden from the user would be indexed but carry less weight than that visible to the user (https://youtu.be/zZAY-BwL6rU?t=406).

I thought the introduction of mobile-first indexing might have changed things but the testing I've done with new build sites on fresh domains suggests otherwise. I'm confident that significantly less weight is carried by elements with opacity 0, so where an element has value from an SEO perspective I'm happy to move it around but I won't fade it in.

Upvotes: 0

Daniel Trebbien
Daniel Trebbien

Reputation: 39218

You could try using the Fetch as Googlebot tool in Webmaster Tools Labs. It is described by Google as a utility that will allow you to see how Googlebot sees web pages.

More information:

Upvotes: 2

Jason Hall
Jason Hall

Reputation: 20920

This is very easily Googleable... seems like they'll index the hidden parts, but may tend to rank them lower, especially if it looks like you're cloaking to game the search engine.

Upvotes: 0

Related Questions