You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:The text was updated successfully, but these errors were encountered: