Kid Diamond
Kid Diamond

Reputation: 2301

Do web spiders read content that is not shown with display none?

As the title says: Do web spiders read content that is not shown with display: none; CSS code?

I have visited my website with Lynx, and I can still see the content.

Upvotes: 0

Views: 166

Answers (1)

Wige
Wige

Reputation: 3918

Yes. Some search engine spiders supposedly don't index it or only use it to check for spam, but it is visible. Most spiders don't process CSS or client side scripting.

Upvotes: 2

Related Questions