Its always important to position your site on search engine. I have compiled some stuff here where you can refer.
Add the seo.js file to plugins folder.
You can use this.$seo.<func-name> in vue files globally.
...
export default {
head() {
return this.$seo.getSeoMetaTags('This is title', 'This is a very long description')
},
...