WordPress - How can I know if my content is Javascript generated?
In this article, you'll learn how to detect the JavaScript content on your website.
1) How do I know if my website is JavaScript-generated?
Go to your website, right-click anywhere on the page, and then choose: "View page source"
2. You are now viewing your website's source code. You can search for the content you suspect is generated via JavaScript.
To locate content that might be generated by JavaScript, use your browser’s search feature (CTRL+F on Windows or CMD+F on macOS).
If you see some black characters or any content between script tags (cf. screenshot below), this part is most likely generated by JavaScript.
3. Note that if you can't find the content in your source code, it is probably generated by JavaScript.
Weglot might not detect external JavaScript content by default, which explains why a part of your site is not translated. However, several custom solutions exist to trigger the translation of such content. Please reach out to support@weglot.com to try implementing one of them. Our team would be glad to help you!