PythonIreland / PythonIreland/2026.pycon.ie

OG: add og:locale (en_IE)

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

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.LanguageCode if configured

Ref: ogp.me — optional metadata

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.