PythonIreland / PythonIreland/2026.pycon.ie
OG: add image metadata (width/height/alt/type)
Open
Beginner friendly
Nobody has claimed this yet.
accessibility
enhancement
priority: medium
seo
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Problem
og:image is declared on its own. Without dimensions, scrapers must download the image to measure it, which can cause cropping/reflow of the preview. og:image:alt is also missing (accessibility).
To do
- Complete the image block in
head.html:
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="PyCon Ireland 2026 — 17 October, Trinity College Dublin">
Depends on #52 (OG image).
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 head.html and find the existing og:image block. Add the four specified width, height, type, and alt metadata entries, then inspect the rendered document head to confirm the complete image metadata block is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100