add affiliate program
This commit is contained in:
parent
d21dba1529
commit
3639d32094
@ -187,9 +187,7 @@
|
||||
</li>
|
||||
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
|
||||
<a
|
||||
href="https://stocknear.lemonsqueezy.com/affiliates"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
href="/affiliate-program"
|
||||
class="no-underline sm:hover:underline text-gray-100 sm:hover:text-blue-400"
|
||||
>Affiliate Program</a
|
||||
>
|
||||
|
||||
395
src/routes/affiliate-program/+page.svelte
Normal file
395
src/routes/affiliate-program/+page.svelte
Normal file
@ -0,0 +1,395 @@
|
||||
<script lang="ts">
|
||||
import SEO from "$lib/components/SEO.svelte";
|
||||
|
||||
export let data;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<!-- Structured Data for FAQ -->
|
||||
<script type="application/ld+json">
|
||||
{`
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Why promote us?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Affiliate partnerships are one of the simplest yet most profitable ways to make money online. You send customers our way, and we'll pay you for it."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How much can I earn?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "You can earn up to $18.00 commission on every referral that results in a successful sale. There's no limit to how much you can make by promoting us."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "When do I get paid?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We payout on NET30 terms to account for refunds and chargebacks. For example, commissions generated in January would be paid out on March 15th (NET30)."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How do I make money as an affiliate?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "All you have to do is recommend us using your affiliate link on your website, blog, and social media. We track your clicks and transactions so you can get paid."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What are the payout minimums?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We require a minimum balance of $50.00 before processing an affiliate payout. We set this to avoid any fraudulent issues with our affiliate program."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How do I sign up?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "The Lemon Squeezy affiliate hub hosts our affiliate program. Click the 'Become an affiliate' button below to create a Lemon Squeezy account and join our program."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
`}
|
||||
</script>
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://stocknear.com/affiliate-program" />
|
||||
</svelte:head>
|
||||
|
||||
<SEO
|
||||
title="Affiliate Program - Earn Up to 20% Commission | Stocknear"
|
||||
description="Join Stocknear's Affiliate Program and earn up to 20% commission on every sale. Refer customers and start earning cash today!"
|
||||
/>
|
||||
|
||||
<main class="text-white w-full">
|
||||
<section class="border-b border-gray-600 sm:rounded-md w-full">
|
||||
<div class="mx-auto max-w-7xl px-6 py-16 sm:py-2 md:px-8">
|
||||
<div class="text-center">
|
||||
<img
|
||||
class="m-auto w-20 sm:w-24 rounded-full mb-5"
|
||||
src="/pwa-192x192.png"
|
||||
alt="Stocknear Logo"
|
||||
loading="lazy"
|
||||
/>
|
||||
<h1 class="mt-1 text-4xl font-bold text-white sm:text-5xl lg:text-6xl">
|
||||
Affiliate Program
|
||||
</h1>
|
||||
<p
|
||||
class="mx-auto mt-5 max-w-3xl text-xl leading-normal text-white md:mt-7 md:text-2xl"
|
||||
>
|
||||
Become a Stocknear affiliate today & earn up to <strong
|
||||
>20%</strong
|
||||
> on each sale!
|
||||
</p>
|
||||
<p
|
||||
class="mx-auto max-w-3xl text-lg sm:text-xl leading-normal text-white mt-3 mb-8"
|
||||
>
|
||||
Refer customers and start earning cash today!
|
||||
</p>
|
||||
<div class="mb-8">
|
||||
<a
|
||||
href="https://affiliates.lemonsqueezy.com/programs/stocknear"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
class="bg-purple-600 sm:hover:bg-purple-700 transition-colors ease-out duration-50 text-white px-5 py-3 text-lg font-semibold rounded-md"
|
||||
>
|
||||
Become an affiliate
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-t border-gray-600 text-white">
|
||||
<div class="mx-auto max-w-7xl px-4 py-16 sm:px-6 lg:px-8 lg:py-20">
|
||||
<dl
|
||||
class="space-y-10 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-12 md:space-y-0"
|
||||
>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg
|
||||
class="w-6 h-6"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M15 4.75C15 7.51142 13.5114 10 10.75 10C13.5114 10 15 12.4886 15 15.25C15 12.4886 16.4886 10 19.25 10C16.4886 10 15 7.51142 15 4.75Z"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M8 12.75C8 14.4069 6.40685 16 4.75 16C6.40685 16 8 17.5931 8 19.25C8 17.5931 9.59315 16 11.25 16C9.59315 16 8 14.4069 8 12.75Z"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">Why promote us?</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
Affiliate partnerships are one of the simplest yet most profitable
|
||||
ways to make money online. You send customers our way, and we'll pay
|
||||
you for it.
|
||||
</dd>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg
|
||||
class="w-6 h-6"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M8.75 9.25V6.5M19.25 6.5V10.5C19.25 10.9324 18.7796 11.3281 18 11.6335M19.25 6.5C19.25 7.4665 16.8995 8.25 14 8.25C11.1005 8.25 8.75 7.4665 8.75 6.5M19.25 6.5C19.25 5.5335 16.8995 4.75 14 4.75C11.1005 4.75 8.75 5.5335 8.75 6.5"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M15.25 13.5V17.5C15.25 18.4665 12.8995 19.25 10 19.25C7.10051 19.25 4.75 18.4665 4.75 17.5V13.5M15.25 13.5C15.25 14.4665 12.8995 15.25 10 15.25C7.10051 15.25 4.75 14.4665 4.75 13.5M15.25 13.5C15.25 12.5335 12.8995 11.75 10 11.75C7.10051 11.75 4.75 12.5335 4.75 13.5"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">
|
||||
How much can I earn?
|
||||
</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
You can earn up to <strong>$18.00</strong> commission on every referral
|
||||
that results in a successful sale. There's no limit to how much you can
|
||||
make by promoting us.
|
||||
</dd>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M4.75 8.75C4.75 7.64543 5.64543 6.75 6.75 6.75H17.25C18.3546 6.75 19.25 7.64543 19.25 8.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4.75 18.3546 4.75 17.25V8.75Z"
|
||||
></path>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M8 4.75V8.25"
|
||||
></path>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M16 4.75V8.25"
|
||||
></path>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M7.75 10.75H16.25"
|
||||
></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">
|
||||
When do I get paid?
|
||||
</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
We payout on NET30 terms to account for refunds and chargebacks. For
|
||||
example, commissions generated in January would be paid out on March
|
||||
15th (NET30).
|
||||
</dd>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M16.75 13.25L18 12C19.6569 10.3431 19.6569 7.65685 18 6V6C16.3431 4.34315 13.6569 4.34315 12 6L10.75 7.25"
|
||||
></path>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M7.25 10.75L6 12C4.34315 13.6569 4.34315 16.3431 6 18V18C7.65685 19.6569 10.3431 19.6569 12 18L13.25 16.75"
|
||||
></path>
|
||||
<path
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M14.25 9.75L9.75 14.25"
|
||||
></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">
|
||||
How do I make money as an affiliate?
|
||||
</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
All you have to do is recommend us using your affiliate link on your
|
||||
website, blog, and social media. We track your clicks and
|
||||
transactions so you can get paid.
|
||||
</dd>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg
|
||||
class="w-6 h-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
style="max-width:40px"
|
||||
aria-hidden="true"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M13 10V3L4 14h7v7l9-11h-7z"
|
||||
></path></svg
|
||||
>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">
|
||||
What are the payout minimums?
|
||||
</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
We require a minimum balance of $50.00 before processing an
|
||||
affiliate payout. We set this to avoid any fraudulent issues with
|
||||
our affiliate program.
|
||||
</dd>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<dt>
|
||||
<div
|
||||
class="absolute flex h-12 w-12 items-center justify-center rounded-md bg-white text-black"
|
||||
>
|
||||
<svg
|
||||
class="w-6 h-6"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M8.75 8.75L13 19.25L14.25 14.25L19.25 13L8.75 8.75Z"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M15 15L19.25 19.25"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M4.75 4.75L6.25 6.25"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M13.25 4.75L11.75 6.25"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M17.75 17.75L19.25 19.25"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
<path
|
||||
d="M6.25 11.75L4.75 13.25"
|
||||
stroke="currentColor"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="ml-16 text-lg font-semibold leading-6">
|
||||
How do I sign up?
|
||||
</p>
|
||||
</dt>
|
||||
<dd class="ml-16 mt-2">
|
||||
The Lemon Squeezy affiliate hub hosts our affiliate program. Click
|
||||
the "Become an affiliate" button below to create a Lemon Squeezy
|
||||
account and join our program.
|
||||
</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="border-t border-gray-600 text-white">
|
||||
<div
|
||||
class="mx-auto max-w-7xl px-6 py-12 lg:px-8 lg:py-28 bg-gray-500/20 rounded mt-10 mb-10"
|
||||
>
|
||||
<div class="m-auto flex flex-col justify-center items-center">
|
||||
<h2 class="text-2xl font-semibold">Start earning cash today!</h2>
|
||||
<div class="mt-8">
|
||||
<a
|
||||
href="https://affiliates.lemonsqueezy.com/programs/stocknear"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
class="bg-purple-600 sm:hover:bg-purple-700 transition-colors ease-out duration-50 text-white px-5 py-3 text-lg font-semibold rounded-md"
|
||||
>
|
||||
Become an affiliate
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
@ -67,6 +67,7 @@ const pages = [
|
||||
{ title: "/analysts/top-stocks" },
|
||||
{ title: "/heatmap" },
|
||||
{ title: "/market-flow" },
|
||||
{ title: "/affiliate-program" },
|
||||
];
|
||||
|
||||
const website = "https://stocknear.com";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user