PythonIreland / PythonIreland/2026.pycon.ie
OG: add og:locale (en_IE)
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
priority: medium
seo
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Problem
og:locale is missing from layouts/partials/head.html. The site is in English (Ireland).
To do
- Add to the Open Graph block:
<meta property="og:locale" content="en_IE">
- Optional: derive from
.Site.LanguageCodeif configured
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
Open layouts/partials/head.html and locate the Open Graph block. Add the requested og:locale metadata for English (Ireland), then inspect the rendered page head to confirm it appears; consider the optional .Site.LanguageCode approach only if the site configuration supports it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- hugo
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 85/100