This commit is contained in:
MuslemRahimi 2025-02-28 12:21:09 +01:00
parent 02ed2756e3
commit c0064a958b
3 changed files with 53 additions and 74 deletions

View File

@ -7,63 +7,62 @@
<svelte:head>
<!-- Structured Data for FAQ -->
<script type="application/ld+json">
{`
{JSON.stringify({
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@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 $24.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."
}
}
]
"@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 $24.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>

View File

@ -292,21 +292,3 @@
</div>
</div>
</section>
<style>
.app {
height: 400px;
width: 100%;
}
@media (max-width: 560px) {
.app {
width: 100%;
height: 300px;
}
}
.chart {
width: 100%;
}
</style>

View File

@ -101,8 +101,6 @@
recommendationList =
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
console.log(recommendationList);
}
optionsData = getPlotOptions() || null;