seo optimization
This commit is contained in:
parent
efca4001f2
commit
9557d945db
@ -135,9 +135,9 @@
|
||||
})}</span><br>`;
|
||||
|
||||
// Loop through each point in the shared tooltip
|
||||
this.points.forEach((point) => {
|
||||
this.points?.forEach((point) => {
|
||||
tooltipContent += `<span class="text-white font-semibold text-sm">${point.series.name}:</span>
|
||||
<span class="text-white font-normal text-sm" style="color:${point.color}">${abbreviateNumber(
|
||||
<span class="text-white font-normal text-sm" style="color:${point?.color}">${abbreviateNumber(
|
||||
point.y,
|
||||
)}</span><br>`;
|
||||
});
|
||||
|
||||
@ -21,43 +21,6 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>
|
||||
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Largest
|
||||
ETF Providers by Assets Under Management · Stocknear</title
|
||||
>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content="A complete list of all the companies that provide exchange-traded funds (ETFs) that are actively traded on the U.S. stock market."
|
||||
/>
|
||||
<!-- Other meta tags -->
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Largest ETF Providers by Assets Under Management · Stocknear"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A complete list of all the companies that provide exchange-traded funds (ETFs) that are actively traded on the U.S. stock market."
|
||||
/>
|
||||
<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="Largest ETF Providers by Assets Under Management · Stocknear"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A complete list of all the companies that provide exchange-traded funds (ETFs) that are actively traded on the U.S. stock market."
|
||||
/>
|
||||
<!-- Add more Twitter meta tags as needed -->
|
||||
</svelte:head>
|
||||
|
||||
<section
|
||||
class="w-full max-w-screen-2xl overflow-hidden min-h-screen pb-20 pt-5 px-4 lg:px-3"
|
||||
>
|
||||
@ -79,7 +42,7 @@
|
||||
class="relative flex justify-center items-start overflow-hidden w-full"
|
||||
>
|
||||
<main class="w-full lg:w-3/4 lg:pr-5">
|
||||
<h1 class="mb-6 text-white text-2xl sm:text-3xl font-bold">
|
||||
<h1 class=" text-white text-2xl sm:text-3xl font-bold">
|
||||
ETF Providers
|
||||
</h1>
|
||||
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
<section class="w-full overflow-hidden m-auto">
|
||||
{#if rawData?.length !== 0}
|
||||
<div class="mb-5">
|
||||
<div class="mb-5 mt-5 sm:mt-0">
|
||||
<Infobox text={htmlOutput} />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
</script>
|
||||
|
||||
<SEO
|
||||
title="Top US Companies with the highest total Options Premium"
|
||||
description="Explore the largest US companies ranked by their Options Premium."
|
||||
title="Top US Companies with the Highest Total Options Premium"
|
||||
description="Discover the largest US companies ranked by total options premium, highlighting top players in the options market and their financial performance."
|
||||
/>
|
||||
|
||||
<section class="w-full overflow-hidden m-auto">
|
||||
|
||||
@ -285,7 +285,7 @@
|
||||
|
||||
<SEO
|
||||
title="Options Activity"
|
||||
description={`Detailed informaton of unusual options activity for ${$displayCompanyName} (${$stockTicker}).`}
|
||||
description={`Explore unusual options activity for ${$displayCompanyName} (${$stockTicker}), providing insights into market sentiment and potential stock movement.`}
|
||||
/>
|
||||
|
||||
<section class="w-full bg-default overflow-hidden text-white min-h-screen">
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
<SEO
|
||||
title={`Price Reaction ${$displayCompanyName} (${$stockTicker})`}
|
||||
description={`Historical price reaction of ${$displayCompanyName} based on the earnings releases.`}
|
||||
description={`Analyze the historical price reaction of ${$displayCompanyName} (${$stockTicker}) following earnings releases to understand market trends and investor sentiment.`}
|
||||
/>
|
||||
|
||||
<section
|
||||
|
||||
@ -1071,7 +1071,7 @@
|
||||
|
||||
<SEO
|
||||
title="Stock Watchlist Tracker - Monitor Stocks & ETFs"
|
||||
description="Track your favorite stocks and ETFs in one place. Use our stock watchlist tool to monitor performance, price changes, and market trends in real time."
|
||||
description="Effortlessly track your favorite stocks and ETFs. Monitor real-time performance, price fluctuations, and market trends with our intuitive watchlist tool."
|
||||
/>
|
||||
|
||||
<section
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user