Skip to content

SEO docs to help start listing your site on search engine.

License

Notifications You must be signed in to change notification settings

MexsonFernandes/nuxt-seo-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt SEO Helper

Hits

Its always important to position your site on search engine. I have compiled some stuff here where you can refer.

Plugin

Add the seo.js file to plugins folder.

You can use this.$seo.<func-name> in vue files globally.

Example

...
export default {
  head() {
    return this.$seo.getSeoMetaTags('This is title', 'This is a very long description')
  },
...

About

SEO docs to help start listing your site on search engine.

Topics

Resources

License

Stars

Watchers

Forks