academy-turbo
academy-turbo copied to clipboard
Feature: seo meta data source of truth. lesson titles and descriptions
#215 introduces several improvements to SEO. However, we still have the following problems:
- No unique descriptions are showing for individual lesson pages
- Duplicated data across DB and .mdx files
- There is no easy way to update and maintain this single source of truth (all currently hardcoded across multiple files)
@Markkos89 is working on an admin panel. I suggest also considering moving from local .mdx
files to a headless CMS for content authoring in the mid-to-long term.
Opening this specific issue to close #214