fixing meta tags

This commit is contained in:
MuslemRahimi 2024-11-18 15:52:47 +01:00
parent 9e4454bfd4
commit 0c7c3649a2

View File

@ -87,22 +87,22 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title> <title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Top {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Which
Wall Street Hedge Funds · stocknear stocks is {name} trading? · stocknear
</title> </title>
<meta <meta
name="description" name="description"
content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`} content={`A list of all trades from the US Politician ${name}.`}
/> />
<!-- Other meta tags --> <!-- Other meta tags -->
<meta <meta
property="og:title" property="og:title"
content={`Top Wall Street hedge funds · stocknear`} content={`Which stocks is ${name} trading? · stocknear`}
/> />
<meta <meta
property="og:description" property="og:description"
content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`} content={`A list of all trades from the US Politician ${name}.`}
/> />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<!-- Add more Open Graph meta tags as needed --> <!-- Add more Open Graph meta tags as needed -->
@ -111,11 +111,11 @@
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta <meta
name="twitter:title" name="twitter:title"
content={`Top Wall Street hedge funds · stocknear`} content={`Which stocks is ${name} trading? · stocknear`}
/> />
<meta <meta
name="twitter:description" name="twitter:description"
content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`} content={`A list of all trades from the US Politician ${name}.`}
/> />
<!-- Add more Twitter meta tags as needed --> <!-- Add more Twitter meta tags as needed -->
</svelte:head> </svelte:head>