Implement better metadata management for SEO
johnstray opened this issue · comments
John Stray commented
- Add description field to categories in admin. This description will be used in the meta description tag when showing posts in that category. The field will also be made available to the template on category pages so it can be used as an introduction paragraph in
layout-listBefore.php
- Add meta description field to settings page for archives.
{archive}
will be translated to the archive's name/date. Like above, will be used as meta description and made available to the template. - Add meta description field to settings page for tags.
{tag}
will be translated to the given tag. Like above, will be used as meta description and made available to the template. - Add meta description field to settings page for search results.
{search}
will be translated to the given search term and{results}
will be translated to the quantity of results returned. Like above, will be used as meta description and made available to the template.
John Stray commented
Found php error related to this issue.
Notice: Undefined variable “excerpt_length” in /plugins/gs-blog/inc/frontEndFunctions.php on line 680.
John Stray commented
This appears to be done. Not sure why I reopened this issue...