Skip to content

Commit

Permalink
chore(seo): adds meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Nov 12, 2024
1 parent 91b544e commit 6b618d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added screenshots/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@
<meta charset="UTF-8" />
<base target="_blank" />
<title>Side Trakt Web</title>
<meta name="description" content="A chrome extension for Trakt.tv. Keep track of your favorite TV shows and movies.">

<!-- Facebook Meta Tags -->
<meta property="og:title" content="Side Trakt Web">
<meta property="og:description" content="A chrome extension for Trakt.tv. Keep track of your favorite TV shows and movies.">
<meta property="og:image" content="https://github.com/dvcol/trakt-extension/blob/main/screenshots/img.png">
<meta property="og:url" content="https://dvcol.github.io/trakt-extension">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Side Trakt Web">
<meta name="twitter:description" content="A chrome extension for Trakt.tv. Keep track of your favorite TV shows and movies.">
<meta name="twitter:image" content="https://github.com/dvcol/trakt-extension/blob/main/screenshots/img.png">

<meta name="twitter:creator" content="@Dinh_Van" />
<meta name="twitter:site" content="@Dinh_Van" />

<!-- PWA -->
<link id="svg-icon" rel="icon" href="./assets/logo.svg" type="image/svg+xml" />
<link id="svg-fluid-icon" rel="fluid-icon" href="./assets/logo.svg" type="image/svg+xml" />
<link id="svg-mask-icon" rel="mask-icon" href="./assets/logo.svg" type="image/svg+xml" color="#181818" />
Expand Down

0 comments on commit 6b618d5

Please sign in to comment.