Add meta tags for SEO and social link previews #37

Closed
opened 2026-04-13 12:07:48 -07:00 by pyr0ball · 0 comments
Owner

Problem

web/index.html has <title>Snipe</title> and no other meta content. When the URL is shared on Reddit, LinkedIn, or Discord, it previews as a blank card with no description.

Changes to web/index.html

<title>Snipe — eBay trust scoring before you bid</title>
<meta name="description" content="Score eBay listings and sellers for trustworthiness before you bid. Catches new accounts, suspicious prices, duplicate photos, and established scammers." />
<meta property="og:title" content="Snipe — eBay trust scoring before you bid" />
<meta property="og:description" content="Score eBay listings and sellers for trustworthiness before you bid. Free, no account required." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://menagerie.circuitforge.tech/snipe" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Snipe — eBay trust scoring before you bid" />
<meta name="twitter:description" content="Free eBay trust scorer. Catches scammers before you bid. No account required." />

Add an og:image once a screenshot or logo asset exists.

## Problem `web/index.html` has `<title>Snipe</title>` and no other meta content. When the URL is shared on Reddit, LinkedIn, or Discord, it previews as a blank card with no description. ## Changes to `web/index.html` ```html <title>Snipe — eBay trust scoring before you bid</title> <meta name="description" content="Score eBay listings and sellers for trustworthiness before you bid. Catches new accounts, suspicious prices, duplicate photos, and established scammers." /> <meta property="og:title" content="Snipe — eBay trust scoring before you bid" /> <meta property="og:description" content="Score eBay listings and sellers for trustworthiness before you bid. Free, no account required." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://menagerie.circuitforge.tech/snipe" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Snipe — eBay trust scoring before you bid" /> <meta name="twitter:description" content="Free eBay trust scorer. Catches scammers before you bid. No account required." /> ``` Add an `og:image` once a screenshot or logo asset exists.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/snipe#37
No description provided.