TiagoDanin / Nuxt-SEO

SEO / HTML Meta Tags Module for Nuxt.js
https://tiagodanin.github.io/Nuxt-SEO/
MIT License
74 stars 7 forks source link

Vue Head (Nuxt Head Context) vs Nuxt SEO #76

Open yayvery opened 3 years ago

yayvery commented 3 years ago

Just stumbled upon this project, can someone explain how this is different or better than Nuxt's built in head() function?

yayvery commented 3 years ago

Maybe add this information to the README as well

TiagoDanin commented 3 years ago

This is a complement to vue-head making it easier to control the seo See https://github.com/TiagoDanin/Nuxt-SEO#features

Function Vue Head Nuxt Seo
Usability You must create the objects with the correct types (title, meta, link..) Easy to use, Autocomplete is enabled in vs code
Canonical manually set per page Canonical tag automatically generated
Open Graph Protocol You should read the ogp documentation and manually create Implementation of Open Graph Protocol (ogp)
Log No log implementation Compatible with npm package: debug
Title Template Only title format %s - Yay! title and name %name% - %title%', and more user friendly