I don't know how to add Meta Tags in all the pages of my website?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Correct, you can put your meta tags in the base layout of your site. For more complex wishes you can put them into a block and if you want you can overwrite them in your specific templates. For more information take a look at the Symfony2 documentation Creating and using Templates. Example: in your base template, e.g. base.html.twig in app/Resources/view
in your template:
|
|||||||
|
|
@F481,so I find a good solution,personnaly I do like that :
And I store my keywords and description for each page in DB. |
|||
|
|
|
Just put these meta tags in the base template of your site. |
|||