Skip to content

Commit

Permalink
testing metatags
Browse files Browse the repository at this point in the history
  • Loading branch information
tkachuk committed Feb 2, 2024
1 parent 478c93b commit 45e3f39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link
rel="preload"
href="%sveltekit.assets%/preview.png"
as="fetch"
/>
<link rel="image_src" href="%sveltekit.assets%/preview.png" />
<meta
property="og:image"
content="%sveltekit.assets%/preview.png"
/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down
11 changes: 11 additions & 0 deletions src/lib/components/SEO/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<title>{data.description}</title>

<!-- links -->
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link
rel="preload"
href="%sveltekit.assets%/preview.png"
as="fetch"
/>
<link rel="image_src" href="%sveltekit.assets%/preview.png" />
<link rel="canonical" href={data.siteUrl} />
<link href="https://github.com/imhul" rel="me" />
<link rel="webmention" href={data.webmention} />
Expand Down Expand Up @@ -45,6 +52,10 @@
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content={data.description} />
<meta
property="og:image"
content="%sveltekit.assets%/preview.png"
/>
<meta
property="business:contact_data:country_name"
content="Ukraine"
Expand Down

0 comments on commit 45e3f39

Please sign in to comment.