0

Problem: All important site content must be made available to search robots with js turned off and given in plain html

Example: Here is the page with js enabled - http://joxi.ru/D2PEk8RSpepVxA But the same page with off - http://joxi.ru/a2XDgOyU1z1Gq2 (And this is bad)

All important and user-friendly content and links should be provided to search engines in the form of simple HTML code so that they can efficiently crawl, index, and rank pages. What advise, what solutions offer? Thank!

1 Answers1

0

Common solution is to add special class to body, js-disabled which should be changed to js-enabled using... js :) this way you can target elements using CSS on site without js being enabled and force them to display in some way

Krystian Podemski
  • 1,375
  • 1
  • 8
  • 12