skip to Main Content

Nuxt.js SEO Practises

I am looking for ways to refactor this: nuxt.config.js const headConfig = require('./config/head') const modulesConfig = require('./config/modules') const config = { head: headConfig, (...) } module.exports = Object.assign({}, config, modulesConfig) config/head.js module.exports = { meta: [ {charset: 'utf-8'}, {name: 'viewport',…

VIEW QUESTION

SEO for Laravel Vue.js App

My Laravel 5.6 app has a Vue.js frontend. The Vue.js app is in the resources directory. I have gone through several articles that use Prerender SPA plugins. These articles are for the stand alone vue.js app and have an index.html…

VIEW QUESTION
Back To Top
Search