PerlDancer / PerlDancer/Dancer2
Setting meta tags for autopage...
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 604
- Forks
- 288
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
I have dozens of articles which do not require any extra processing so I
- Put them in the required sub folders in the views folder.
- Do not write any routes for them in my app.pl file
- 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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining auto_page, the view files under the views folder, and routing in app.pl. Determine whether per-page Title, Keywords, and Description values can be supplied without explicit routes; document the supported approach or define the required change and its tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100