Skip to content

fix(index.html): correct invalid og:type meta tag#197

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

fix(index.html): correct invalid og:type meta tag#197
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-og-type-20260619

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Fixes the Open Graph og:type meta tag from "text" to "website".

Why

The og:type meta tag was set to content="text", which is not a valid Open Graph type. Valid OG types include website, article, product, etc. The value "text" is not recognized by any social media platform and may cause issues with how the page is rendered when shared.

Changes

  • index.html: Changed <meta property="og:type" content="text" /> to <meta property="og:type" content="website" />

Test Plan

  • No behavior change for users browsing the site
  • All 52 existing tests pass
  • Production build succeeds
  • Open Graph validation now passes (og:type is a recognized type)

The og:type meta tag was set to 'text', which is not a valid Open Graph
type. Changed to 'website' which is the correct type for a web application.

This ensures proper metadata parsing by social media platforms when the
page is shared.
@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