-
Notifications
You must be signed in to change notification settings - Fork 34
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
Set Title and Description for listing page #6
Comments
Hi, I'm assuming you're using listing pages as `/category/movies', right? In this case it is't tied to a specifiv record, and the extension won't know how to create a title and excerpt for it.. How about we add these to the config for the extension:
Would that work? |
It should be better indeed. As for today, i set a twig block with {{ seo.title() }} in the meta, and in an child twig template (used for /category/movies for example ) I override that block content with my own value... does the job but not very clean. |
I did the same as @dadaxr but if anyone have a better way, I'll take it ! |
any news on your elegant proposition @bobdenotter ? |
Hey @bobdenotter, any news on this? |
@bobdenotter |
Help is also welcome 😉 |
I have a url which looks like : http://mysite.com/blog
which is an alias of http://mysite.com/entries ( the content type listing )
and I should be able to set a custom title and description metas for that explicit page.
Maybe add an override array based on the "page" slug in the extension config file ? Or a check on a global twig variable which could be overrided in a template ?
The text was updated successfully, but these errors were encountered: