add sitemap
This commit is contained in:
parent
15b8133933
commit
ff9f54db16
@ -82,7 +82,7 @@
|
|||||||
<a
|
<a
|
||||||
href="/pricing"
|
href="/pricing"
|
||||||
class="no-underline sm:hover:underline text-gray-100 sm:hover:text-blue-400"
|
class="no-underline sm:hover:underline text-gray-100 sm:hover:text-blue-400"
|
||||||
>Pricing</a
|
>Stock Analysis Pro</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -142,6 +142,14 @@
|
|||||||
Contact Us
|
Contact Us
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
|
||||||
|
<a
|
||||||
|
href="/sitemap"
|
||||||
|
class="no-underline sm:hover:underline text-gray-100 sm:hover:text-blue-400"
|
||||||
|
>
|
||||||
|
Sitemap
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<!--
|
<!--
|
||||||
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
|
||||||
<a
|
<a
|
||||||
|
|||||||
@ -731,7 +731,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
</Sheet.Close>
|
</Sheet.Close>
|
||||||
|
{#if data?.user?.tier !== "Pro"}
|
||||||
<Sheet.Close asChild let:builder>
|
<Sheet.Close asChild let:builder>
|
||||||
<Button
|
<Button
|
||||||
builders={[builder]}
|
builders={[builder]}
|
||||||
@ -748,11 +748,14 @@
|
|||||||
>
|
>
|
||||||
<Gem class="h-5.5 w-5.5" />
|
<Gem class="h-5.5 w-5.5" />
|
||||||
</div>
|
</div>
|
||||||
<span class="ml-3 text-white text-[1rem]">Get Pro</span>
|
<span class="ml-3 text-white text-[1rem]"
|
||||||
|
>Stock Analysis Pro</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
</Sheet.Close>
|
</Sheet.Close>
|
||||||
|
{/if}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
|
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
|
||||||
@ -1150,7 +1153,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="ml-3 text-white">News</span>
|
<span class="ml-3 text-white">News</span>
|
||||||
</a>
|
</a>
|
||||||
|
{#if data?.user?.tier !== "Pro"}
|
||||||
<a
|
<a
|
||||||
href="/pricing"
|
href="/pricing"
|
||||||
class="flex flex-row items-center ml-9 w-full mt-3"
|
class="flex flex-row items-center ml-9 w-full mt-3"
|
||||||
@ -1160,8 +1163,9 @@
|
|||||||
>
|
>
|
||||||
<Gem class="h-5.5 w-5.5" />
|
<Gem class="h-5.5 w-5.5" />
|
||||||
</div>
|
</div>
|
||||||
<span class="ml-3 text-white">Get Pro</span>
|
<span class="ml-3 text-white">Stock Analysis Pro</span>
|
||||||
</a>
|
</a>
|
||||||
|
{/if}
|
||||||
</nav>
|
</nav>
|
||||||
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
|
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
|
||||||
<div class="mt-auto p-4">
|
<div class="mt-auto p-4">
|
||||||
|
|||||||
@ -54,8 +54,7 @@
|
|||||||
<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})` : ""} Free
|
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Stocknear - Free Online Stock Analysis for Investors
|
||||||
Stocknear - Free Online Stock Analysis for Investors
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
|
|||||||
@ -68,9 +68,9 @@
|
|||||||
platform affordable and accessible to all investors.
|
platform affordable and accessible to all investors.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Our Pro Membership is priced to be less than a cup of coffee, ensuring
|
Our Stock Analysis Pro Membership is priced to be less than a hamburger
|
||||||
that high-quality stock data is within reach for retail investors
|
or döner, ensuring that high-quality stock data is within reach for
|
||||||
of all backgrounds.
|
retail investors of all backgrounds.
|
||||||
</p>
|
</p>
|
||||||
<div class="text-white mb-5 text-[1rem]">
|
<div class="text-white mb-5 text-[1rem]">
|
||||||
While the Pro Membership is designed to sustain our basic
|
While the Pro Membership is designed to sustain our basic
|
||||||
|
|||||||
276
src/routes/sitemap/+page.svelte
Normal file
276
src/routes/sitemap/+page.svelte
Normal file
@ -0,0 +1,276 @@
|
|||||||
|
<script>
|
||||||
|
import { numberOfUnreadNotification } from "$lib/store";
|
||||||
|
|
||||||
|
import ArrowLogo from "lucide-svelte/icons/move-up-right";
|
||||||
|
|
||||||
|
const tabs = [
|
||||||
|
{
|
||||||
|
title: "Stocks",
|
||||||
|
link: "/stocks",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "ETFs",
|
||||||
|
link: "/etf",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "ETF Provider",
|
||||||
|
link: "/etf/etf-providers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Options Flow",
|
||||||
|
link: "/options-flow",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Earnings",
|
||||||
|
link: "/earnings-calendar",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Dividends",
|
||||||
|
link: "/dividends-calendar",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Economic Events",
|
||||||
|
link: "/economic-calendar",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Economic Indicators",
|
||||||
|
link: "/economic-indicator",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Market News",
|
||||||
|
link: "/market-news",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "U.S. Senate Portfolio",
|
||||||
|
link: "/politicians",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Instituitonal Portfolio",
|
||||||
|
link: "/hedge-funds",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Jim Cramer Tracker",
|
||||||
|
link: "/cramer-tracker",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Insider Tracker",
|
||||||
|
link: "/insider-tracker",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Sentiment Tracker",
|
||||||
|
link: "/sentiment-tracker",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Wallstreetbets Tracker",
|
||||||
|
link: "/reddit-tracker",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Top Stock Gainers",
|
||||||
|
link: "/market-mover/gainers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Top Stock Losers",
|
||||||
|
link: "/market-mover/losers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Most Active Stocks",
|
||||||
|
link: "/market-mover/active",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Premarket Stock Gainers",
|
||||||
|
link: "/market-mover/premarket/gainers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Premarket Stock Losers",
|
||||||
|
link: "/market-mover/premarket/losers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Afterhours Stock Gainers",
|
||||||
|
link: "/market-mover/afterhours/gainers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Afterhours Stock Losers",
|
||||||
|
link: "/market-mover/afterhours/losers",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Watchlist",
|
||||||
|
link: "/watchlist/stocks",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Top Analyst Stocks Picks",
|
||||||
|
link: "/analysts/top-stocks",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Top Wallstreet Analysts",
|
||||||
|
link: "/analysts",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Stock Screener",
|
||||||
|
link: "/stock-screener",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Stock Lists",
|
||||||
|
link: "/list",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Price Alerts",
|
||||||
|
link: "/price-alert",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "About",
|
||||||
|
link: "/about",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Contact Us",
|
||||||
|
link: "/contact",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Terms of Use",
|
||||||
|
link: "/terms-of-use",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Imprint",
|
||||||
|
link: "/imprint",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Privacy Policy",
|
||||||
|
link: "/privacy-policy",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Sponsor Us",
|
||||||
|
link: "/donation",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Stock Analysis Pro",
|
||||||
|
link: "/pricing",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>
|
||||||
|
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Sitemap
|
||||||
|
- Stocknear
|
||||||
|
</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
|
||||||
|
<!-- Other meta tags -->
|
||||||
|
<meta property="og:title" content="Sitemap - Stocknear" />
|
||||||
|
<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="Sitemap - Stocknear" />
|
||||||
|
<!-- Add more Twitter meta tags as needed -->
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<section
|
||||||
|
class="w-full max-w-3xl sm:max-w-screen-2xl overflow-hidden pb-20 pt-5 px-4 lg:px-3"
|
||||||
|
>
|
||||||
|
<div class="text-sm sm:text-[1rem] breadcrumbs">
|
||||||
|
<ul>
|
||||||
|
<li><a href="/" class="text-gray-300">Home</a></li>
|
||||||
|
<li class="text-gray-300">Sitemap</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-full overflow-hidden m-auto mt-5">
|
||||||
|
<div class="sm:p-0 flex justify-center w-full m-auto overflow-hidden">
|
||||||
|
<div
|
||||||
|
class="relative flex justify-center items-start overflow-hidden w-full"
|
||||||
|
>
|
||||||
|
<main class="w-full lg:w-3/4 lg:pr-5">
|
||||||
|
<div class="mb-6 border-b-[2px]">
|
||||||
|
<h1 class="mb-1 text-white text-2xl sm:text-3xl font-bold">
|
||||||
|
Sitemap
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class=" w-full bg-[#09090B] m-auto text-white">
|
||||||
|
<div class="content">
|
||||||
|
<p class="text-[1rem] sm:text-lg">
|
||||||
|
Explore a list of popular pages on our site. If you're searching
|
||||||
|
for a specific stock symbol, try using the search bar for quick
|
||||||
|
results.
|
||||||
|
</p>
|
||||||
|
<h2 class="text-white text-3xl font-semibold mt-8 mb-5">Pages</h2>
|
||||||
|
<ul
|
||||||
|
class="list-outside list-disc space-y-1 p-1 pl-6 md:columns-2 md:gap-x-8 md:text-xl"
|
||||||
|
>
|
||||||
|
{#each tabs as item}
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="sm:hover:underline sm:hover:underline-offset-4"
|
||||||
|
href={item?.link}>{item?.title}</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
{/each}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<aside class="hidden lg:block relative fixed w-1/4 ml-4">
|
||||||
|
<div
|
||||||
|
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/pricing"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold text-white ml-3">
|
||||||
|
Pro Subscription
|
||||||
|
</h2>
|
||||||
|
<ArrowLogo class="w-8 h-8 mr-3 flex-shrink-0" />
|
||||||
|
</div>
|
||||||
|
<span class="text-white p-3 ml-3 mr-3">
|
||||||
|
Upgrade now for unlimited access to all data and tools.
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/donation"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold text-white ml-3">
|
||||||
|
Sponsor Us
|
||||||
|
</h2>
|
||||||
|
<ArrowLogo class="w-8 h-8 mr-3 flex-shrink-0" />
|
||||||
|
</div>
|
||||||
|
<span class="text-white p-3 ml-3 mr-3">
|
||||||
|
Learn more about why we're doing this here
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/contact"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold text-white ml-3">
|
||||||
|
Contact Us
|
||||||
|
</h2>
|
||||||
|
<ArrowLogo class="w-8 h-8 mr-3 flex-shrink-0" />
|
||||||
|
</div>
|
||||||
|
<span class="text-white p-3 ml-3 mr-3">
|
||||||
|
Let me know if you need something
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
Loading…
x
Reference in New Issue
Block a user