Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 18, 2026

All HTML pages lacked social media meta tags, resulting in poor or missing previews when shared on social platforms.

Changes

Added Open Graph and Twitter Card meta tags to 29 HTML files:

  • Main pages (12): landing, dashboard, community, calendar, about, index, in, join, learn, channel, github, rsvp-srilanka
  • Profile pages (11): All contributor profiles in i/ directory
  • Utility pages (3): test-community, simple-integration-test, opennetwork-banner-demo
  • Subdirectory pages (3): teams/index, reg/21, v/2025

Implementation

Each page now includes structured meta tags in the <head>:

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://openrockets.com/landing.html">
<meta property="og:title" content="OpenRockets LMS - Learn. Code. Grow.">
<meta property="og:description" content="Transform your programming skills...">
<meta property="og:image" content="https://openrockets.com/v/hero.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://openrockets.com/landing.html">
<meta property="twitter:title" content="OpenRockets LMS - Learn. Code. Grow.">
<meta property="twitter:description" content="Transform your programming skills...">
<meta property="twitter:image" content="https://openrockets.com/v/hero.png">

Profile pages use og:type="profile" and twitter:card="summary". All other pages use og:type="website" and twitter:card="summary_large_image".

Original prompt

every single html page


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 18, 2026 14:57
Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
Co-authored-by: NekshaDeSilva <102156620+NekshaDeSilva@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all HTML pages Add Open Graph and Twitter Card meta tags to all HTML pages Jan 18, 2026
Copilot AI requested a review from NekshaDeSilva January 18, 2026 15:00
@NekshaDeSilva NekshaDeSilva marked this pull request as ready for review January 18, 2026 15:11
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.

2 participants