Skip to content

Commit

Permalink
fix: SEO descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Sep 30, 2022
1 parent cb74b7c commit 980e01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ function MyApp({ Component, pageProps }: ComponentWithPageLayout) {
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="https://insights.opensauced.pizza" />
<meta property="og:type" content="website" />
<meta property="og:title" content="OpenSauced Insights Platform" />
<meta property="og:title" content="OpenSauced Insights" />
<meta name="twitter:card" content="summary" />
<meta
property="og:description"
content="OpenSauced Insights Platform - Giving you insights on open source projects you won't find anywhere else!"
content="The open-source intelligence platform for developers and maintainers. Unlock the power of open source with project insights by the slice."
/>
<meta property="og:image" content="/social-card.png" />
</Head>
Expand Down

0 comments on commit 980e01d

Please sign in to comment.