You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/25-vuejs.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ rich apps that run in web browsers.
70
70
(an authentication web [API](/application-programming-interfaces.html))
71
71
in an introductory web application.
72
72
73
+
*[Vue.js And SEO: How To Optimize Reactive Websites For Search Engines And Bots](https://www.smashingmagazine.com/2019/05/vue-js-seo-reactive-websites-search-engines-bots/)
74
+
shows how pre-rendering and various other attributes of JavaScript MVC
75
+
frameworks like Vue.js can negatively impact your SEO. It then walks
76
+
through the most important items to address to mitigate these problems
77
+
on your own Vue-based sites.
78
+
73
79
*[Exploring Data with Serverless and Vue: Automatically Update GitHub Files With Serverless Functions](https://css-tricks.com/exploring-data-with-serverless-and-vue-part-i/)
74
80
combines a [serverless](/serverless.html) backend with Vue.js on the
0 commit comments