Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

leolam2005's avatar

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)

0 likes
5 replies
leolam2005's avatar

Yeah I did read the thread and i am hoping to find an more specific answer on whether...

Will binding the New Vue to entire body hit the page SEO? Will placing entire server-rendered content inside Vue inline template hit the SEO?

This matters a lot because It helps me decide whether Vue.js should be used at all : /

leolam2005's avatar

Hmm google did a great job!

Just wonder how his competitors Bing and Baidu doing

aniruddhpurohit's avatar

check: "https://laracasts.com/discuss/channels/vue/vue-and-laravel-seo"

Please or to participate in this conversation.