static - Is it fine to create javascript-only content on my website? -


i enjoy coding vue.js , i'd build website's portfolio it, viewable if javascript enabled.

i know robots not able access references, i'm aiming @ regular users and/or possible employers. bad if javascript-only content then?

for restricted myself on developing static content , integrate vue components, if whole website javascript-only? nicer navigate non-javascript users?

employers more visit personal website when referred either directly there (you send them email resume) or larger site (linkedin, github). wouldn't worry seo making website - focus on learning , showcasing skills.

if want more visible search engines, , learn pretty hot new skill, consider server side rendering - way, js available search engines.

more here: https://vuejs.org/v2/guide/ssr.html


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -