This commit is contained in:
MuslemRahimi 2025-01-25 20:48:23 +01:00
parent a3e264e6cc
commit 85f461ffa8

View File

@ -1,42 +1,16 @@
<script> <script>
import { numberOfUnreadNotification, screenWidth } from "$lib/store";
import ArrowLogo from "lucide-svelte/icons/move-up-right"; import ArrowLogo from "lucide-svelte/icons/move-up-right";
import SEO from "$lib/components/SEO.svelte";
let discordURL = import.meta.env.VITE_DISCORD_URL; let discordURL = import.meta.env.VITE_DISCORD_URL;
const emailAddress = "support@stocknear.com"; const emailAddress = "support@stocknear.com";
</script> </script>
<svelte:head> <SEO
<meta charset="utf-8" /> title="Data Disclaimer"
<meta name="viewport" content="width=device-width" /> description="All data shown on this website is for informational purposes only and should not be relied upon to make trading or investing decisions."
<title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Data
Disclaimer · Stocknear
</title>
<meta
name="description"
content={`All data shown on this website is for informational purposes only and should not be relied upon to make trading or investing decisions.`}
/> />
<!-- Other meta tags -->
<meta property="og:title" content={`Data Disclaimer · Stocknear`} />
<meta
property="og:description"
content={`All data shown on this website is for informational purposes only and should not be relied upon to make trading or investing decisions.`}
/>
<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={`Data Disclaimer · Stocknear`} />
<meta
name="twitter:description"
content={`All data shown on this website is for informational purposes only and should not be relied upon to make trading or investing decisions.`}
/>
<!-- Add more Twitter meta tags as needed -->
</svelte:head>
<section <section
class="w-full max-w-3xl sm:max-w-[1400px] overflow-hidden min-h-screen pb-20 pt-5 px-4 lg:px-3" class="w-full max-w-3xl sm:max-w-[1400px] overflow-hidden min-h-screen pb-20 pt-5 px-4 lg:px-3"
> >
@ -164,8 +138,7 @@
</h2> </h2>
<p class="text-white mb-10 mt-5 text-[1rem] sm:text-lg"> <p class="text-white mb-10 mt-5 text-[1rem] sm:text-lg">
Options flow data is sourced from Benzinga via OPRA. Individual Options flow data is sourced from Benzinga via OPRA. Individual
ticker options data is from Unusual Whales, also sourced from ticker options data is from Intrinio, also sourced from OPRA.
OPRA.
</p> </p>
</div> </div>
</div> </div>