Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SEO optimizations #17

Open
psolbach opened this issue Jun 13, 2022 · 0 comments
Open

Add SEO optimizations #17

psolbach opened this issue Jun 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@psolbach
Copy link
Member

psolbach commented Jun 13, 2022

The current implementation for SEO title isn't flexible enough. site.Title should only be used as fallback for title stored in CF settings. It should be easy in projects to change the SEO title schema ($page.title | site.Title) without the need to overwrite partials/utils/seo/private/get-data.html.


Addition by @bezoerb from here (#27 (comment)).

(...) we should either only use this scheme when seo_title is not explicitly set, or make it configurable with some kind of variable substitution. Maybe we could use the i18n function for that?

{{ i18n "title_schema" . }}
@psolbach psolbach added the enhancement New feature or request label Jun 13, 2022
@bezoerb bezoerb mentioned this issue Jul 13, 2022
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant