Created a new seo module that will house any SEO related data and features
Created the InternalLink and KeywordPhrase models to represent URLs we would like to automatically place on pages based on the appearance of certain keyword phrases.
Created rest API views for getting the InternalLinks and their related phrases.
Built out the admin interface for managing the internal links.
Enhancements:
seo
module that will house any SEO related data and featuresInternalLink
andKeywordPhrase
models to represent URLs we would like to automatically place on pages based on the appearance of certain keyword phrases.