OG: og:type 'article' incorrectly applied to institutional pages
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- html
- Domain
- web-dev
Research direction
Open layouts/partials/head.html at line 12 and inspect how .IsPage and .Section are used in the Open Graph type template. Update the condition so only the blog section produces article, then verify blog pages remain article while about, venue, cfp, and terms pages produce website.
Written by the indexing model from the issue text.
Description
Problem
layouts/partials/head.html:12:
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}">
article is applied to all .IsPage pages: /about/, /venue/, /cfp/, /terms/, etc. The article value should only apply to blog posts.
To do
- Restrict
articleto the blog section only, e.g.:
<meta property="og:type" content="{{ if eq .Section "blog" }}article{{ else }}website{{ end }}">
- Verify other sections remain
website
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
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.
More from PythonIreland/2026.pycon.ie
-
priority: low seo
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
content priority: medium
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
priority: low
Difficulty 1/5 Under an hour Newbie friendliness 86/100
-
enhancement priority: medium seo
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
accessibility enhancement priority: medium seo
Difficulty 1/5 Under an hour Newbie friendliness 88/100
All issues in PythonIreland/2026.pycon.ie
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
clerk/javascript#9852 ·
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
amponce/archive-movie-browser#165 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·