add sitemap

This commit is contained in:
MuslemRahimi 2024-11-30 22:55:01 +01:00
parent 15b8133933
commit ff9f54db16
5 changed files with 324 additions and 37 deletions

View File

@ -82,7 +82,7 @@
<a
href="/pricing"
class="no-underline sm:hover:underline text-gray-100 sm:hover:text-blue-400"
>Pricing</a
>Stock Analysis Pro</a
>
</li>
@ -142,6 +142,14 @@
Contact Us
</a>
</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">
<a

View File

@ -731,28 +731,31 @@
</a>
</Button>
</Sheet.Close>
<Sheet.Close asChild let:builder>
<Button
builders={[builder]}
type="submit"
class="bg-[#141417] hover:bg-[#141417] -ml-4 w-full"
>
<a
href="/pricing"
class="flex flex-row items-center w-full -mt-2"
{#if data?.user?.tier !== "Pro"}
<Sheet.Close asChild let:builder>
<Button
builders={[builder]}
type="submit"
class="bg-[#141417] hover:bg-[#141417] -ml-4 w-full"
>
<div class="flex flex-row items-center mr-auto">
<div
class="flex h-9 w-9 items-center justify-center rounded-md text-white transition-colors hover:text-white md:h-8 md:w-8"
>
<Gem class="h-5.5 w-5.5" />
<a
href="/pricing"
class="flex flex-row items-center w-full -mt-2"
>
<div class="flex flex-row items-center mr-auto">
<div
class="flex h-9 w-9 items-center justify-center rounded-md text-white transition-colors hover:text-white md:h-8 md:w-8"
>
<Gem class="h-5.5 w-5.5" />
</div>
<span class="ml-3 text-white text-[1rem]"
>Stock Analysis Pro</span
>
</div>
<span class="ml-3 text-white text-[1rem]">Get Pro</span>
</div>
</a>
</Button>
</Sheet.Close>
</a>
</Button>
</Sheet.Close>
{/if}
</nav>
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
@ -1150,18 +1153,19 @@
</div>
<span class="ml-3 text-white">News</span>
</a>
<a
href="/pricing"
class="flex flex-row items-center ml-9 w-full mt-3"
>
<div
class="flex h-9 w-9 items-center justify-center rounded-md text-white transition-colors hover:text-white md:h-8 md:w-8"
{#if data?.user?.tier !== "Pro"}
<a
href="/pricing"
class="flex flex-row items-center ml-9 w-full mt-3"
>
<Gem class="h-5.5 w-5.5" />
</div>
<span class="ml-3 text-white">Get Pro</span>
</a>
<div
class="flex h-9 w-9 items-center justify-center rounded-md text-white transition-colors hover:text-white md:h-8 md:w-8"
>
<Gem class="h-5.5 w-5.5" />
</div>
<span class="ml-3 text-white">Stock Analysis Pro</span>
</a>
{/if}
</nav>
{#if !data?.user || data?.user?.tier === "Free" || data?.user?.freeTrial === true}
<div class="mt-auto p-4">

View File

@ -54,8 +54,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Free
Stocknear - Free Online Stock Analysis for Investors
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Stocknear - Free Online Stock Analysis for Investors
</title>
<meta

View File

@ -68,9 +68,9 @@
platform affordable and accessible to all investors.
<br />
<br />
Our Pro Membership is priced to be less than a cup of coffee, ensuring
that high-quality stock data is within reach for retail investors
of all backgrounds.
Our Stock Analysis Pro Membership is priced to be less than a hamburger
or döner, ensuring that high-quality stock data is within reach for
retail investors of all backgrounds.
</p>
<div class="text-white mb-5 text-[1rem]">
While the Pro Membership is designed to sustain our basic

View 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>