Dancer2 icon indicating copy to clipboard operation
Dancer2 copied to clipboard

Setting meta tags for autopage...

Open jahagirdar opened this issue 2 years ago • 0 comments

I have dozens of articles which do not require any extra processing so I

  1. Put them in the required sub folders in the views folder.
  2. Do not write any routes for them in my app.pl file
  3. use auto_page to render them with default layout.

For SEO Purpose, I would like to add custom Title, Keywords and Description to each of these pages. Is this something that I can do from within the view page? Or do I need to write a route and pass these from the render function?

jahagirdar avatar Jul 18 '22 07:07 jahagirdar