seo optimization
This commit is contained in:
parent
c314f8548d
commit
c478f3c635
@ -1,9 +1,9 @@
|
|||||||
<script>
|
<script lang="ts">
|
||||||
import { enhance } from "$app/forms";
|
import { enhance } from "$app/forms";
|
||||||
import Input from "$lib/components/Input.svelte";
|
import Input from "$lib/components/Input.svelte";
|
||||||
import toast from "svelte-french-toast";
|
import toast from "svelte-french-toast";
|
||||||
//import { trackPageDuration, trackButtonClick} from '$lib/mixpanel';
|
import SEO from "$lib/components/SEO.svelte";
|
||||||
import { numberOfUnreadNotification } from "$lib/store";
|
|
||||||
export let form;
|
export let form;
|
||||||
|
|
||||||
let isClicked = false;
|
let isClicked = false;
|
||||||
@ -71,36 +71,10 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<SEO
|
||||||
<title>
|
title="Log in to Stocknear"
|
||||||
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Sign
|
description="Log in to your Stocknear account using your email and password."
|
||||||
In · Stocknear</title
|
|
||||||
>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content="Sign In to to improve your stock analysis for free"
|
|
||||||
/>
|
/>
|
||||||
<!-- Other meta tags -->
|
|
||||||
<meta property="og:title" content="Sign In · Stocknear" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Sign In to to improve your stock analysis for free"
|
|
||||||
/>
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<!-- Add more Open Graph meta tags as needed -->
|
|
||||||
|
|
||||||
<!-- Twitter specific meta tags -->
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
|
||||||
<meta name="twitter:title" content="Sign In · Stocknear" />
|
|
||||||
<meta
|
|
||||||
name="twitter:description"
|
|
||||||
content="Sign In to to improve your stock analysis for free"
|
|
||||||
/>
|
|
||||||
<!-- Add more Twitter meta tags as needed -->
|
|
||||||
</svelte:head>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="relative w-full max-w-3xl mx-auto min-h-screen pb-40 sm:mt-10 {oauthLoading
|
class="relative w-full max-w-3xl mx-auto min-h-screen pb-40 sm:mt-10 {oauthLoading
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user