[Solved] Javascript output in the source files? [closed]
[ad_1] What you want to do is not possible in Javascript. If you want to have the content in the source for SEO purposes, you need to render it server side. So if the site is built on PHP and Javascript, build it in PHP. You can do it in Javascript if you have server … Read more