Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
让我有一个永远不会显示的文本,除非用户滚动到屏幕上的某个点。我正在使用 JQuery 来确定用户在滚动方面的位置,然后显示文本。
该文本是否仍会被搜索引擎缓存?
如果文本存在并且很容易出现(例如通过简单的点击事件),是的,Google 可以并将其编入索引。
如果 Google 无法找到将其显示在页面上的方法,它可能会因您欺骗系统而受到惩罚。
好的,根据您在评论中所说的。
顶级搜索引擎实际上会检查 JS 可见性触发器。
所以你没事。