Skip to content

Commit

Permalink
fix(head): add social network meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed May 1, 2024
1 parent fd0aa9d commit 20b6f04
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<!-- HTML Meta Tags -->
<title>Svelte hook react like - by @dimaslz</title>
<meta name="description" content="List of hooks like React for Svelte - @dimaslz">

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Svelte hook React like - by @dimaslz">
<meta itemprop="description" content="List of hooks like React for Svelte - @dimaslz">
<meta itemprop="image" content="%sveltekit.assets%/images/svelteuse-network-image.png">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://svelteuse.dimaslz.dev">
<meta property="og:type" content="website">
<meta property="og:title" content="Svelte hook React like - by @dimaslz">
<meta property="og:description" content="List of hooks like React for Svelte - @dimaslz">
<meta property="og:image" content="%sveltekit.assets%/images/svelteuse-network-image.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Svelte hook React like - by @dimaslz">
<meta name="twitter:description" content="List of hooks like React for Svelte - @dimaslz">
<meta name="twitter:image" content="%sveltekit.assets%/images/svelteuse-network-image.png">

<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
%sveltekit.head%
Expand Down
Binary file added static/images/svelteuse-network-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20b6f04

Please sign in to comment.