PythonIreland / PythonIreland/2026.pycon.ie

OG: add image metadata (width/height/alt/type)

Open Beginner friendly
#55 0 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.