PerlDancer / PerlDancer/Dancer2

Setting meta tags for autopage...

Open
#1,668 1 comment 0 reactions 0 assignees View on GitHub

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

  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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.