JS frameworks are more suited for apps, behind authorization screen, not websites in classical meaning. Or for non-critical elements that does not need to show in SEO results.
If your site traffic depends on SEO don't use JS components.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I have followed the screencast "The vast world of Vue.js". I love the simplicity of the framework and i would like to make use of the frame work of my sites.
However, I followed the documentation on vue.js and started using Page.js, and build the whole site with javascript components and templates. Then i connect them on the element and the site gets built with plain javascript.
When i look at the source of the site it only contain the div#id element in the body, and I was starting to wondering about how search engines and people who disable javascript would see the site.
I read the blog post from May, 23, 2014 where google announced they would start letting the crawlers read and execute javascript. (http://googlewebmastercentral.blogspot.no/2014/05/understanding-web-pages-better.html).
Does this means it is considered save to let javascript render the webpage?
JS frameworks are more suited for apps, behind authorization screen, not websites in classical meaning. Or for non-critical elements that does not need to show in SEO results.
If your site traffic depends on SEO don't use JS components.
Please or to participate in this conversation.