This commit is contained in:
MuslemRahimi 2024-11-18 10:59:29 +01:00
parent 2b8384b113
commit 4bee51ca2c

View File

@ -44,21 +44,21 @@
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title> <title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Top {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Top
Wall Street Stock Analysts · stocknear Wall Street Hedge Funds · stocknear
</title> </title>
<meta <meta
name="description" name="description"
content={`A list of the top Wall Street stock analysts, ranked by their success rate and average return per rating.`} content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`}
/> />
<!-- Other meta tags --> <!-- Other meta tags -->
<meta <meta
property="og:title" property="og:title"
content={`Top Wall Street Stock Analysts · stocknear`} content={`Top Wall Street hedge funds · stocknear`}
/> />
<meta <meta
property="og:description" property="og:description"
content={`A list of the top Wall Street stock analysts, ranked by their success rate and average return per rating.`} content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`}
/> />
<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 -->
@ -67,11 +67,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 Stock Analysts · stocknear`} content={`Top Wall Street hedge funds · stocknear`}
/> />
<meta <meta
name="twitter:description" name="twitter:description"
content={`A list of the top Wall Street stock analysts, ranked by their success rate and average return per rating.`} content={`A list of the top Wall Street hedge funds, ranked by their success rate and average return per rating.`}
/> />
<!-- Add more Twitter meta tags as needed --> <!-- Add more Twitter meta tags as needed -->
</svelte:head> </svelte:head>