Adds canonical tags to all views (without our non-indexed posts).
This is achieved using vue-meta which seems to be the standard for managing meta tags for seo.
As vue-meta also manage the document titles, I refactored our code so we use vue-meta for this also.
Adds canonical tags to all views (without our non-indexed posts). This is achieved using vue-meta which seems to be the standard for managing meta tags for seo. As vue-meta also manage the document titles, I refactored our code so we use vue-meta for this also.
closes #511 and duplicate issue: closes #456