Pretty much every post has some tags defined: this is a built-in variable for post front matter. However, it looks like these are not really being used: not in the rendered page, not in code logic for finding related posts. The only tag that is used is "featured", to make selected posts sticky (on author and category pages).
How about we add tags as keywords to each post? That should help with SEO.
In _layouts/default.html we would add a new meta tag to hold the keywords, something like this:
Pretty much every post has some tags defined: this is a built-in variable for post front matter. However, it looks like these are not really being used: not in the rendered page, not in code logic for finding related posts. The only tag that is used is "featured", to make selected posts sticky (on author and category pages).
How about we add tags as keywords to each post? That should help with SEO.
In
_layouts/default.html
we would add a new meta tag to hold the keywords, something like this: