Skip to content

fix(index.html): sync OG/twitter card titles to include BOLT12#198

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-og-titles-bolt12-20260619
Open

fix(index.html): sync OG/twitter card titles to include BOLT12#198
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-og-titles-bolt12-20260619

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Updates the Open Graph and Twitter Card title tags to include BOLT12, bringing them in line with the actual page title.

Why

The page <title> tag mentions all supported formats:

Lightning Decoder - Decode Lightning Network Requests (Lightning Address, LNURL, BOLT11, and BOLT12)

But the og:title and twitter:title meta tags only listed:

Decode Lightning Network Requests - BOLT11, LNURL, and Lightning Address

This inconsistency meant that when the page is shared on social media platforms (Twitter/X, Facebook, Slack, Discord, etc.), the preview would show different content than the actual page title and would omit BOLT12 support entirely.

Changes

  • index.html: Updated both og:title and twitter:title to: "Decode Lightning Network Requests - Lightning Address, LNURL, BOLT11, and BOLT12"

Test Plan

  • All 52 existing tests pass
  • Production build succeeds
  • No behavior change — metadata-only fix
  • Meta tags now match the format listing in the page <title>

The page <title> mentions BOLT12 support, but the og:title and
twitter:title meta tags only listed BOLT11, LNURL, and Lightning
Address. This caused inconsistency when the page is shared on social
media platforms.

Updated both tags to list the same formats as the page title: Lightning
Address, LNURL, BOLT11, and BOLT12.
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 19, 2026 8:05pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant