PythonIreland / PythonIreland/2026.pycon.ie
OG: add article:* tags for blog posts
Open
Nobody has claimed this yet.
enhancement
priority: low
seo
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Problem
For article-type pages, the article:* tags are not generated.
To do
- For blog posts, add:
<meta property="article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
<meta property="article:modified_time" content="{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" }}">
<meta property="article:author" content="...">
- Gate on the blog section (see #56)
Depends on #56.
Contributor guide
No contributing guide indexed for this repository
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
Review issue #56 first, then locate the blog post template or Open Graph metadata entry point that handles article-type pages. Add the published time, modified time, and author tags for blog posts, gated to the blog section; done means the generated article pages contain all three tags with the expected values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- content, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100