April 9th, 2018
SPAs typically provide a page to the browser that has no meaningful content. Content is instead loaded by AJAX as the user navigates the site. Can a search engine index this c...
javascript seo prerendering server-side rendering
April 9th, 2017
Server-side rendering is all the rage right now. But if you aren't using a Node.js server then you're out of luck. In this article I'm going to explain a method I use to fake ...
vue.js laravel server-side rendering prerendering
April 1st, 2017
Pre-rendering is an alternative approach to server-side rendering that may even be better in some circumstances. In this article we'll explore how pre-rendering works with Vue...
vue.js laravel server-side rendering prerendering node.js