Check out this thread that is on this same topic that has spanned the past few months:
Apr 1, 2016
5
Level 11
Vue and laravel SEO?
I am doing a Laravel - Vue app I would like to know if this is SEO friendly or not...
Most Main Content in body is output from laravel backend {{ $content }}, NOT Vue @{{ content }}. But if I create new Vue and bind to entire body, will the Search engine read all the text fine?
Also, If I put the entire navigation bar into Vue Inline template, is it SEO friendly? (Again most items are from laravel {{ $item->name }}, never rendered again by Vue)
Please or to participate in this conversation.