TiagoDanin / Nuxt-SEO

SEO / HTML Meta Tags Module for Nuxt.js

Home Page:https://tiagodanin.github.io/Nuxt-SEO/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Head (Nuxt Head Context) vs Nuxt SEO

yayvery opened this issue · comments

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

Maybe add this information to the README as well

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