From 2dca98fce68e3b3a01c50f17421f153e7e38cbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Sun, 21 Jun 2026 20:05:31 +0000 Subject: [PATCH] fix(index.html): add standard meta description tag for SEO The page had Open Graph (og:description) and Twitter Card descriptions but was missing the standard tag. Search engines use this tag for search result snippets, and its absence means the snippet text would be auto-generated rather than controlled. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 25a9a08..e2dfd8b 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,8 @@ + + Lightning Decoder - Decode Lightning Network Requests (Lightning Address, LNURL, BOLT11, and BOLT12)