Skip to content

fix(index.html): add standard meta description tag for SEO#204

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-missing-meta-description-20260621
Open

fix(index.html): add standard meta description tag for SEO#204
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-missing-meta-description-20260621

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Adds a standard <meta name="description"> tag to index.html, matching the existing og:description content.

Why

The page had Open Graph (og:description) and Twitter Card (twitter:description) meta tags but was missing the standard <meta name="description"> tag. Search engines use this tag for search result snippets — without it, the snippet text is auto-generated from page content, which may not accurately represent the page.

Changes

  • index.html: Added <meta name="description"> with content matching the existing og:description and twitter:description

Test Plan

  • No behavior change — metadata-only addition
  • All 52 existing tests pass
  • Production build succeeds

The page had Open Graph (og:description) and Twitter Card descriptions but
was missing the standard <meta name='description'> tag. Search engines use
this tag for search result snippets, and its absence means the snippet text
would be auto-generated rather than controlled.
@vercel

vercel Bot commented Jun 21, 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 21, 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