Skip to content

Commit

Permalink
Merge pull request #321 from globe-and-citizen/feature/SEO
Browse files Browse the repository at this point in the history
SEO: Added meta tags for Twitter and OpenGraph
  • Loading branch information
arnonrdp authored Oct 9, 2023
2 parents 4fb5195 + 853abe2 commit 78106e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
<meta name="description" content="Celebrities Over Analyzed" />
<meta name="keywords" content="Globe&Citizen, analyze, celebrity, famous, votes, likes, comments, shares, Layer8" />

<!-- Open Graph / Facebook -->
<meta property="og:title" content="CelebrityFanalyzer" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://celebrityfanalyzer.com/" />
<meta property="og:image" content="https://celebrityfanalyzer.com/logo.svg" />
<meta property="og:description" content="Celebrities Over Analyzed" />

<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@celebrityfanalyzer" />
<meta name="twitter:url" content="https://celebrityfanalyzer.com/" />
<meta name="twitter:title" content="CelebrityFanalyzer" />
<meta name="twitter:description" content="Celebrities Over Analyzed" />
<meta name="twitter:image" content="https://celebrityfanalyzer.com/logo.svg" />
<meta name="twitter:image:alt" content="CelebrityFanalyzer Logo" />

<!-- Theme / Favicon -->
<link rel="icon" type="image/png" sizes="128x128" href="/favicon-128x128.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
Expand Down

0 comments on commit 78106e1

Please sign in to comment.