Replace current SEO-features by universal SEO-Module #1218
Labels
feature
New feature or request
Priority: High
After critical issues are fixed, these should be dealt with before any further issues.
proposal
Milestone
The current SEO-stuff in ViUR-core which was integrated with version 3.0 is not really good and usable.
The disadvantages are:
Skeleton.getCurrentSEOKeys()
... fillsviurCurrentSeoKeys
,viurActiveSeoKeys
,viurLastRequestedSeoKeys
Module.seo_language_map
...In a test-project, we found that is would be easier to have a SEO-module which does a SEO-routing. The current implementation looks like this:
skeletons/seo.py
modules/seo.py
... and is currently used in modules/index.py as follows:
An entry currently is manually added from a skeleton this way:
Requirements for a final SEO module:
The old SEO-stuff should be removed (breaking change, but it's really nowhere used in current projects!).
The text was updated successfully, but these errors were encountered: