Does google index pages with hidden divs?

前端 未结 8 934
甜味超标
甜味超标 2020-12-02 20:42

I am starting to redesign and develop a site that contains a lot of text and I am thinking of ways to organize the information on the site so that it looks cleaner. On some

8条回答
  •  既然无缘
    2020-12-02 21:34

    perhaps hiding your content is bad for SEO, but maybe you dont have to hide it.

    Instead of using "display:hidden" just use creative positioning.

    place your "hidden" content say 7680 pixels off the screen using "left: 7680px" or "margin-top: -7680px"

    Then use your java script to change the positioning of the content as you wish.

提交回复
热议问题