@jjlmoya/utils-social 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +60 -0
- package/src/category/i18n/en.ts +23 -0
- package/src/category/i18n/es.ts +23 -0
- package/src/category/i18n/fr.ts +23 -0
- package/src/category/index.ts +13 -0
- package/src/category/seo.astro +15 -0
- package/src/components/PreviewNavSidebar.astro +116 -0
- package/src/components/PreviewToolbar.astro +143 -0
- package/src/data.ts +11 -0
- package/src/env.d.ts +5 -0
- package/src/index.ts +27 -0
- package/src/layouts/PreviewLayout.astro +117 -0
- package/src/pages/[locale]/[slug].astro +146 -0
- package/src/pages/[locale].astro +251 -0
- package/src/pages/index.astro +4 -0
- package/src/tests/faq_count.test.ts +19 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/mocks/astro_mock.js +2 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/seo_length.test.ts +22 -0
- package/src/tests/tool_validation.test.ts +17 -0
- package/src/tool/redditFormatter/bibliography.astro +14 -0
- package/src/tool/redditFormatter/component.astro +246 -0
- package/src/tool/redditFormatter/i18n/en.ts +193 -0
- package/src/tool/redditFormatter/i18n/es.ts +193 -0
- package/src/tool/redditFormatter/i18n/fr.ts +193 -0
- package/src/tool/redditFormatter/index.ts +34 -0
- package/src/tool/redditFormatter/logic.ts +24 -0
- package/src/tool/redditFormatter/seo.astro +14 -0
- package/src/tool/redditFormatter/ui.ts +13 -0
- package/src/tool/safeZones/bibliography.astro +14 -0
- package/src/tool/safeZones/component.astro +857 -0
- package/src/tool/safeZones/i18n/en.ts +244 -0
- package/src/tool/safeZones/i18n/es.ts +244 -0
- package/src/tool/safeZones/i18n/fr.ts +244 -0
- package/src/tool/safeZones/index.ts +34 -0
- package/src/tool/safeZones/logic.ts +137 -0
- package/src/tool/safeZones/seo.astro +14 -0
- package/src/tool/safeZones/ui.ts +34 -0
- package/src/tool/socialImageResizer/bibliography.astro +14 -0
- package/src/tool/socialImageResizer/component.astro +498 -0
- package/src/tool/socialImageResizer/i18n/en.ts +211 -0
- package/src/tool/socialImageResizer/i18n/es.ts +211 -0
- package/src/tool/socialImageResizer/i18n/fr.ts +211 -0
- package/src/tool/socialImageResizer/index.ts +34 -0
- package/src/tool/socialImageResizer/logic.ts +133 -0
- package/src/tool/socialImageResizer/seo.astro +14 -0
- package/src/tool/socialImageResizer/ui.ts +7 -0
- package/src/tool/socialValueCalculator/bibliography.astro +14 -0
- package/src/tool/socialValueCalculator/component.astro +829 -0
- package/src/tool/socialValueCalculator/i18n/en.ts +310 -0
- package/src/tool/socialValueCalculator/i18n/es.ts +310 -0
- package/src/tool/socialValueCalculator/i18n/fr.ts +310 -0
- package/src/tool/socialValueCalculator/index.ts +34 -0
- package/src/tool/socialValueCalculator/logic.ts +60 -0
- package/src/tool/socialValueCalculator/seo.astro +14 -0
- package/src/tool/socialValueCalculator/ui.ts +31 -0
- package/src/tool/tinderPhotoOptimizer/bibliography.astro +14 -0
- package/src/tool/tinderPhotoOptimizer/component.astro +1514 -0
- package/src/tool/tinderPhotoOptimizer/i18n/en.ts +248 -0
- package/src/tool/tinderPhotoOptimizer/i18n/es.ts +248 -0
- package/src/tool/tinderPhotoOptimizer/i18n/fr.ts +248 -0
- package/src/tool/tinderPhotoOptimizer/index.ts +34 -0
- package/src/tool/tinderPhotoOptimizer/logic.ts +199 -0
- package/src/tool/tinderPhotoOptimizer/seo.astro +14 -0
- package/src/tool/tinderPhotoOptimizer/ui.ts +37 -0
- package/src/tool/youtubeThumbnail/bibliography.astro +14 -0
- package/src/tool/youtubeThumbnail/component.astro +419 -0
- package/src/tool/youtubeThumbnail/i18n/en.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/es.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/fr.ts +207 -0
- package/src/tool/youtubeThumbnail/index.ts +34 -0
- package/src/tool/youtubeThumbnail/logic.ts +7 -0
- package/src/tool/youtubeThumbnail/seo.astro +14 -0
- package/src/tool/youtubeThumbnail/ui.ts +13 -0
- package/src/tool/youtubeThumbnailPreviewer/bibliography.astro +14 -0
- package/src/tool/youtubeThumbnailPreviewer/component.astro +791 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/en.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/es.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/fr.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/index.ts +34 -0
- package/src/tool/youtubeThumbnailPreviewer/seo.astro +14 -0
- package/src/tool/youtubeThumbnailPreviewer/ui.ts +19 -0
- package/src/tools.ts +10 -0
- package/src/types.ts +72 -0
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SocialValueCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'social-account-value-calculator';
|
|
6
|
+
const title = 'Social Media Account Value Calculator: TikTok & Instagram Pricing';
|
|
7
|
+
const description =
|
|
8
|
+
'Find out how much to charge for sponsored posts. Our calculator analyses followers, engagement and niche to give you a fair market value.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Is the account value calculator free?',
|
|
13
|
+
answer:
|
|
14
|
+
'Yes, our tool is 100% free and requires no registration or connection to your social media accounts. You only need to enter your public metrics.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Why is the TikTok value different from Instagram?',
|
|
18
|
+
answer:
|
|
19
|
+
'TikTok relies heavily on algorithmic reach and views, whereas Instagram still places strong weight on community size and follower loyalty.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'What is a good engagement rate for charging more?',
|
|
23
|
+
answer:
|
|
24
|
+
"Generally, an engagement above 3% is considered healthy. Accounts with more than 10% engagement are considered 'premium profiles' and can charge a significant premium.",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Does niche really affect the price that much?',
|
|
28
|
+
answer:
|
|
29
|
+
'Absolutely. A follower interested in finance or management software has a much higher conversion value for a brand than a follower looking for quick entertainment or memes.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Choose your platform',
|
|
36
|
+
text: 'Select whether you want to calculate the value of a TikTok or Instagram account.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Enter your metrics',
|
|
40
|
+
text: 'Enter your follower count and the average views and likes of your last 10 posts.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Select your niche',
|
|
44
|
+
text: 'Choose the category that best describes your content to adjust the value based on market demand.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Get your budget',
|
|
48
|
+
text: 'Receive an estimated range of what you should charge for a professional collaboration.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
83
|
+
inLanguage: 'en',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<SocialValueCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Frequently Asked Questions',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Sources & Market Studies',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'Influencer Marketing Hub: Influencer Rates 2026',
|
|
96
|
+
url: 'https://influencermarketinghub.com/influencer-rates/',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'HypeAuditor: TikTok & Instagram Engagement Report',
|
|
100
|
+
url: 'https://hypeauditor.com/free-tools/tiktok-engagement-calculator/',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: 'Social Blade: Social Media Statistics',
|
|
104
|
+
url: 'https://socialblade.com/',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
howTo: howToData,
|
|
108
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
|
+
seo: [
|
|
110
|
+
{
|
|
111
|
+
type: 'tip',
|
|
112
|
+
title: 'In this guide you will learn',
|
|
113
|
+
html: '<ul><li>Your <strong>real market value</strong> based on 2026 data.</li><li>How to differentiate the impact of <strong>TikTok vs Instagram</strong>.</li><li>How your <strong>niche</strong> dramatically affects your CPM.</li><li>A professional template for <strong>negotiating with brands</strong>.</li></ul>',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Account Value Calculator: How Much to Charge for a Sponsored Post on TikTok or Instagram?',
|
|
118
|
+
level: 2,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: 'If you are a content creator, influencer, or simply have an active community on social media, you have probably wondered at some point: <strong>how much is my account actually worth?</strong> or <strong>how much should I ask for a brand collaboration?</strong>.',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'The rise of the creator economy',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: 'Influencer marketing has matured and is no longer just about follower counts. Brands are looking for results and deep connection. Our tool provides a solid starting point based on real market data.',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'grid',
|
|
135
|
+
columns: [
|
|
136
|
+
{
|
|
137
|
+
type: 'card',
|
|
138
|
+
title: '+45%',
|
|
139
|
+
html: '<p>Annual growth in Influencer Marketing investment</p>',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'card',
|
|
143
|
+
title: '3.2%',
|
|
144
|
+
html: '<p>Average engagement rate considered healthy</p>',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'card',
|
|
148
|
+
title: '$15–$50',
|
|
149
|
+
html: '<p>Average CPM in high-value niches (stable)</p>',
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'title',
|
|
155
|
+
text: 'Factors that determine how much your account is worth',
|
|
156
|
+
level: 2,
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'paragraph',
|
|
160
|
+
html: 'Unlike what was believed a few years ago, follower count is just the tip of the iceberg. Here are the fundamental components:',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: '1. Engagement Rate',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: 'It is the key metric. It measures what percentage of your community actively interacts with your content. A small account with high interaction is far more valuable than a large "ghost" account.',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'tip',
|
|
173
|
+
title: 'Engagement tip',
|
|
174
|
+
html: '<p>Try to reply to comments in the first few hours after posting to send positive signals to the algorithm.</p>',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'title',
|
|
178
|
+
text: '2. Average Reach',
|
|
179
|
+
level: 3,
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
type: 'paragraph',
|
|
183
|
+
html: "On TikTok, reach is volatile due to its recommendation algorithm. On Instagram, Reels have gained weight over static photos for capturing new audiences.",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: '3. Niche or Category',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'Not all audiences are worth the same. A tech or finance creator can charge much higher rates than a general entertainment creator, due to the higher value of the end customer.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Highest-paying categories (CPM)',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'list',
|
|
201
|
+
items: [
|
|
202
|
+
'<strong>Finance & Business:</strong> The best-paid niche per post.',
|
|
203
|
+
'<strong>Technology & Gadgets:</strong> High immediate purchase intent.',
|
|
204
|
+
'<strong>Health & Fitness:</strong> Large market for equipment and apps.',
|
|
205
|
+
'<strong>Home Renovation:</strong> High project costs and elevated ROI.',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'TikTok vs Instagram: Where is the money?',
|
|
211
|
+
level: 2,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'paragraph',
|
|
215
|
+
html: 'Although both use vertical video, their monetisation models differ. Instagram is branding; TikTok is pure performance.',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'grid',
|
|
219
|
+
columns: [
|
|
220
|
+
{
|
|
221
|
+
type: 'card',
|
|
222
|
+
title: 'Instagram',
|
|
223
|
+
html: '<p>Focus on branding, aesthetics and loyalty. Ideal for long-term campaigns and brand affinity.</p><ul><li>Values community size</li><li>Stories with direct sales</li><li>Stable growth</li><li>More mature audience</li></ul>',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'card',
|
|
227
|
+
title: 'TikTok',
|
|
228
|
+
html: '<p>The land of extreme virality. The algorithm rules over followers. Explosive short-term ROI.</p><ul><li>Values massive reach</li><li>Absolute viral potential</li><li>Low production costs</li><li>Very active audience</li></ul>',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
type: 'title',
|
|
234
|
+
text: 'How to use the results to negotiate',
|
|
235
|
+
level: 2,
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'paragraph',
|
|
239
|
+
html: 'Get the price range from our tool and use it as a guide. Present your metrics with confidence using this template:',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'tip',
|
|
243
|
+
title: 'Negotiation template',
|
|
244
|
+
html: '<p>Hi [Brand Name], thank you for reaching out. Based on my current reach metrics (average of [X] views) and my engagement rate of [X]%, my rate for an integration in a [Reel/TikTok] is [Price $]. This includes: scripting and video production, 1 bio link for 24h, 2 amplification Stories, 30-day usage rights.</p>',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'title',
|
|
248
|
+
text: 'Strategies to raise your rate',
|
|
249
|
+
level: 2,
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'list',
|
|
253
|
+
items: [
|
|
254
|
+
'<strong>Foster interaction:</strong> Reply to every comment.',
|
|
255
|
+
'<strong>Raise the quality:</strong> Audio is 50% of a good video.',
|
|
256
|
+
"<strong>Specialise:</strong> Being 'the expert' lets you charge more.",
|
|
257
|
+
'<strong>Create a Media Kit:</strong> Document your successes with data.',
|
|
258
|
+
],
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
type: 'title',
|
|
262
|
+
text: 'Is the estimated value reliable?',
|
|
263
|
+
level: 3,
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
type: 'paragraph',
|
|
267
|
+
html: 'Our calculator uses aggregated data from international agencies. However, factors such as seasonality (Christmas campaigns pay more) may vary the final price.',
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
type: 'tip',
|
|
271
|
+
title: 'Note for Creators',
|
|
272
|
+
html: '<p>This tool is an estimate. Always adjust the price based on the complexity of the content requested by the brand.</p>',
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
type: 'paragraph',
|
|
276
|
+
html: 'In conclusion, knowing your value is the first step to professionalising your career as a creator. Run periodic checks with this calculator as your account grows to keep your prices up to date.',
|
|
277
|
+
},
|
|
278
|
+
],
|
|
279
|
+
ui: {
|
|
280
|
+
sectionTag: 'Audit Parameters',
|
|
281
|
+
labelFollowers: 'Community (Followers)',
|
|
282
|
+
labelAvgViewsTiktok: 'Impact (Views per Video)',
|
|
283
|
+
labelAvgViewsIg: 'Reach (Profile Reach)',
|
|
284
|
+
tooltipViews: 'Add up the views from your last 10 videos and divide by 10 to get the real average.',
|
|
285
|
+
labelEngagement: 'Loyalty (Likes + Comments)',
|
|
286
|
+
tooltipEngagement: 'Add up total likes and comments from your last 10 posts and divide by 10.',
|
|
287
|
+
labelNiche: 'Market Vertical',
|
|
288
|
+
nicheEntertainment: 'Entertainment',
|
|
289
|
+
nicheFinance: 'Finance & Real Estate',
|
|
290
|
+
nicheTech: 'Technology & SaaS',
|
|
291
|
+
nicheFitness: 'Lifestyle & Health',
|
|
292
|
+
nicheFashion: 'Fashion & Beauty',
|
|
293
|
+
nicheTravel: 'Tourism & Travel',
|
|
294
|
+
nicheFood: 'Food & Gastronomy',
|
|
295
|
+
nicheGaming: 'Gaming & eSports',
|
|
296
|
+
nicheHome: 'Home & Renovation',
|
|
297
|
+
btnCalculate: 'Generate Value Report',
|
|
298
|
+
emptyTitle: 'Commercial Feasibility Analysis',
|
|
299
|
+
emptyDesc: 'Enter the profile metrics to project the current market value.',
|
|
300
|
+
roiLabel: 'Suggested Rate Evaluation',
|
|
301
|
+
rangeLabel: 'Suggested range:',
|
|
302
|
+
audienceQuality: 'Audience Quality',
|
|
303
|
+
metricER: 'Engagement Rate',
|
|
304
|
+
investmentEfficiency: 'Investment Efficiency',
|
|
305
|
+
metricCPM: 'Projected CPM',
|
|
306
|
+
insightText: 'This valuation is based on the average CPM of the English-speaking market (2026).',
|
|
307
|
+
currencySymbol: '$',
|
|
308
|
+
numberLocale: 'en-US',
|
|
309
|
+
},
|
|
310
|
+
};
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SocialValueCalculatorUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calculadora-valor-cuenta-redes-sociales';
|
|
6
|
+
const title = 'Calculadora de Valor de Cuenta TikTok & Instagram | Precios';
|
|
7
|
+
const description =
|
|
8
|
+
'Descubre cuánto cobrar por tus publicaciones patrocinadas. Nuestra calculadora analiza seguidores, engagement y nicho para darte un valor de mercado justo.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '¿Es gratis usar la calculadora de valor de cuenta?',
|
|
13
|
+
answer:
|
|
14
|
+
'Sí, nuestra herramienta es 100% gratuita y no requiere registro ni conexión con tus redes sociales para funcionar. Solo necesitas introducir tus métricas públicas.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '¿Por qué el valor de TikTok es diferente al de Instagram?',
|
|
18
|
+
answer:
|
|
19
|
+
'TikTok se basa enormemente en el alcance algorítmico y visualizaciones, mientras que Instagram todavía tiene un fuerte peso en el tamaño de la comunidad y la fidelidad de los seguidores.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '¿Qué es un buen engagement rate para cobrar más?',
|
|
23
|
+
answer:
|
|
24
|
+
"Generalmente, un engagement por encima del 3% se considera saludable. Cuentas con más del 10% de engagement son consideradas 'perfiles premium' y pueden cobrar un recargo significativo.",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '¿El nicho realmente afecta tanto al precio?',
|
|
28
|
+
answer:
|
|
29
|
+
'Totalmente. Un seguidor interesado en finanzas o software de gestión tiene un valor de conversión mucho mayor para una marca que un seguidor que busca entretenimiento rápido o memes.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Elige tu plataforma',
|
|
36
|
+
text: 'Selecciona si quieres calcular el valor de una cuenta de TikTok o una de Instagram.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Introduce tus métricas',
|
|
40
|
+
text: 'Ingresa tu número de seguidores y el promedio de visualizaciones y likes de tus últimos 10 posts.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Selecciona tu nicho',
|
|
44
|
+
text: 'Elige la categoría que mejor describa tu contenido para ajustar el valor según la demanda del mercado.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Obtén tu presupuesto',
|
|
48
|
+
text: 'Recibe un rango estimado de lo que deberías cobrar por una colaboración profesional.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'es',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<SocialValueCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Preguntas Frecuentes',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Fuentes y Estudios de Mercado',
|
|
93
|
+
bibliography: [
|
|
94
|
+
{
|
|
95
|
+
name: 'Influencer Marketing Hub: Influencer Rates 2026',
|
|
96
|
+
url: 'https://influencermarketinghub.com/influencer-rates/',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'HypeAuditor: Reporte de Engagement en TikTok e Instagram',
|
|
100
|
+
url: 'https://hypeauditor.com/es/free-tools/tiktok-engagement-calculator/',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: 'Social Blade: Estadísticas de Redes Sociales',
|
|
104
|
+
url: 'https://socialblade.com/',
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
howTo: howToData,
|
|
108
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
109
|
+
seo: [
|
|
110
|
+
{
|
|
111
|
+
type: 'tip',
|
|
112
|
+
title: 'En esta guía aprenderás',
|
|
113
|
+
html: '<ul><li>Tu <strong>valor real de mercado</strong> basado en datos 2026.</li><li>A diferenciar el impacto entre <strong>TikTok e Instagram</strong>.</li><li>Cómo el <strong>nicho</strong> afecta drásticamente a tu CPM.</li><li>Una plantilla profesional para <strong>negociar con marcas</strong>.</li></ul>',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Calculadora de Valor de Cuenta: ¿Cuánto cobrar por una promoción en TikTok o Instagram?',
|
|
118
|
+
level: 2,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: 'Si eres creador de contenido, influencer o simplemente tienes una comunidad activa en redes sociales, es muy probable que en algún momento te hayas preguntado: <strong>¿cuánto vale realmente mi cuenta?</strong> o <strong>¿cuánto debería pedir por una colaboración con una marca?</strong>.',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'El auge de la economía de los creadores',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: 'El marketing de influencia ha madurado y ya no se trata solo de seguidores. Las marcas buscan resultados y una conexión profunda. Nuestra herramienta ofrece un punto de partida sólido basado en datos de mercado reales.',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'grid',
|
|
135
|
+
columns: [
|
|
136
|
+
{
|
|
137
|
+
type: 'card',
|
|
138
|
+
title: '+45%',
|
|
139
|
+
html: '<p>Crecimiento anual en inversión de Influencer Marketing</p>',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'card',
|
|
143
|
+
title: '3,2%',
|
|
144
|
+
html: '<p>Engagement Rate promedio considerado saludable</p>',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'card',
|
|
148
|
+
title: '15 €–50 €',
|
|
149
|
+
html: '<p>CPM promedio en nichos de alto valor (estable)</p>',
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'title',
|
|
155
|
+
text: 'Factores que determinan cuánto vale tu cuenta',
|
|
156
|
+
level: 2,
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'paragraph',
|
|
160
|
+
html: 'A diferencia de lo que se creía hace unos años, el número de seguidores es solo la punta del iceberg. Aquí te explicamos los componentes fundamentales:',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: '1. El Engagement Rate (Tasa de Interacción)',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: 'Es la métrica reina. Mide qué porcentaje de tu comunidad interactúa activamente con tu contenido. Una cuenta pequeña con alta interacción es mucho más valiosa que una grande "fantasma".',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'tip',
|
|
173
|
+
title: 'Truco para tu Engagement',
|
|
174
|
+
html: '<p>Intenta responder a los comentarios en las primeras horas tras publicar para enviar señales positivas al algoritmo.</p>',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'title',
|
|
178
|
+
text: '2. El Alcance Promedio (Reach)',
|
|
179
|
+
level: 3,
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
type: 'paragraph',
|
|
183
|
+
html: 'En TikTok, el alcance es volátil por su algoritmo de recomendación. En Instagram, los Reels han ganado peso frente a las fotos estáticas para captar nueva audiencia.',
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: '3. El Nicho o Categoría',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'No todas las audiencias valen lo mismo. Un creador de tecnología o finanzas puede cobrar tarifas mucho más altas que uno de humor generalista por el valor del cliente final.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Categorías con mayor retorno (CPM)',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'list',
|
|
201
|
+
items: [
|
|
202
|
+
'<strong>Finanzas y Negocios:</strong> El nicho mejor pagado por post.',
|
|
203
|
+
'<strong>Tecnología y Gadgets:</strong> Alta intención de compra inmediata.',
|
|
204
|
+
'<strong>Salud y Fitness:</strong> Gran mercado para equipamiento y apps.',
|
|
205
|
+
'<strong>Reformas y Hogar:</strong> Alto coste de proyectos y ROI elevado.',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'TikTok vs Instagram: ¿Dónde está el dinero?',
|
|
211
|
+
level: 2,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'paragraph',
|
|
215
|
+
html: 'Aunque ambas usan video vertical, su forma de monetizar es distinta. Instagram es branding; TikTok es rendimiento puro.',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'grid',
|
|
219
|
+
columns: [
|
|
220
|
+
{
|
|
221
|
+
type: 'card',
|
|
222
|
+
title: 'Instagram',
|
|
223
|
+
html: '<p>Enfoque en branding, estética y fidelidad. Ideal para campañas de largo plazo y lealtad de marca.</p><ul><li>Valora el tamaño de comunidad</li><li>Historias con venta directa</li><li>Crecimiento estable</li><li>Público con mayor madurez</li></ul>',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'card',
|
|
227
|
+
title: 'TikTok',
|
|
228
|
+
html: '<p>Tierra de la viralidad extrema. El algoritmo manda sobre los seguidores. ROI explosivo a corto plazo.</p><ul><li>Valora el alcance masivo</li><li>Potencial viral absoluto</li><li>Bajos costes de producción</li><li>Audiencia muy activa</li></ul>',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
type: 'title',
|
|
234
|
+
text: 'Cómo usar los resultados para negociar',
|
|
235
|
+
level: 2,
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'paragraph',
|
|
239
|
+
html: 'Obtén el rango de precios de nuestra herramienta y utilízalo como guía. Presenta tus métricas con confianza usando este modelo:',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'tip',
|
|
243
|
+
title: 'Plantilla de negociación',
|
|
244
|
+
html: '<p>Hola [Nombre de la Marca], gracias por contactarme. Basándome en mis métricas actuales de alcance (promedio de [X] views) y mi tasa de engagement del [X]%, mi tarifa para una integración en [Reel/TikTok] es de [Precio €]. Incluye: guionización y producción del video, 1 link en bio 24h, 2 Stories de amplificación, derechos de uso 30 días.</p>',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'title',
|
|
248
|
+
text: 'Estrategias para subir tu precio',
|
|
249
|
+
level: 2,
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'list',
|
|
253
|
+
items: [
|
|
254
|
+
'<strong>Fomenta la interacción:</strong> Responde cada comentario.',
|
|
255
|
+
'<strong>Sube la calidad:</strong> El audio es el 50% de un buen video.',
|
|
256
|
+
"<strong>Especialízate:</strong> Ser 'el experto' te permite pedir más.",
|
|
257
|
+
'<strong>Crea un Media Kit:</strong> Documenta tus éxitos con datos.',
|
|
258
|
+
],
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
type: 'title',
|
|
262
|
+
text: '¿Es fiable el valor estimado?',
|
|
263
|
+
level: 3,
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
type: 'paragraph',
|
|
267
|
+
html: 'Nuestra calculadora utiliza datos agregados de agencias internacionales. Sin embargo, factores como la estacionalidad (Navidad paga más) pueden variar el precio final.',
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
type: 'tip',
|
|
271
|
+
title: 'Nota para Creadores',
|
|
272
|
+
html: '<p>Esta herramienta es una estimación. Siempre ajusta el precio según la complejidad del contenido solicitado por la marca.</p>',
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
type: 'paragraph',
|
|
276
|
+
html: 'En conclusión, conocer tu valor es el primer paso para profesionalizar tu carrera como creador. Realiza pruebas periódicas con esta calculadora a medida que tu cuenta crezca para mantener tus precios siempre actualizados.',
|
|
277
|
+
},
|
|
278
|
+
],
|
|
279
|
+
ui: {
|
|
280
|
+
sectionTag: 'Parámetros de Auditoría',
|
|
281
|
+
labelFollowers: 'Comunidad (Seguidores)',
|
|
282
|
+
labelAvgViewsTiktok: 'Impacto (Views por Video)',
|
|
283
|
+
labelAvgViewsIg: 'Alcance (Reach del Perfil)',
|
|
284
|
+
tooltipViews: 'Suma las visualizaciones de tus últimos 10 vídeos y divide entre 10 para obtener la media real.',
|
|
285
|
+
labelEngagement: 'Fidelidad (Likes + Comm)',
|
|
286
|
+
tooltipEngagement: 'Suma los likes y comentarios totales de tus últimos 10 contenidos y divide entre 10.',
|
|
287
|
+
labelNiche: 'Vertical de Mercado',
|
|
288
|
+
nicheEntertainment: 'Entretenimiento',
|
|
289
|
+
nicheFinance: 'Finanzas & Real Estate',
|
|
290
|
+
nicheTech: 'Tecnología & SaaS',
|
|
291
|
+
nicheFitness: 'Lifestyle & Health',
|
|
292
|
+
nicheFashion: 'Moda & Estética',
|
|
293
|
+
nicheTravel: 'Turismo & Viajes',
|
|
294
|
+
nicheFood: 'Gastronomía',
|
|
295
|
+
nicheGaming: 'Gaming & eSports',
|
|
296
|
+
nicheHome: 'Reformas & Hogar',
|
|
297
|
+
btnCalculate: 'Generar Informe de Valor',
|
|
298
|
+
emptyTitle: 'Análisis de Viabilidad Comercial',
|
|
299
|
+
emptyDesc: 'Introduce las métricas del perfil para proyectar el valor de mercado actual.',
|
|
300
|
+
roiLabel: 'Evaluación de Tarifa Sugerida',
|
|
301
|
+
rangeLabel: 'Rango sugerido:',
|
|
302
|
+
audienceQuality: 'Calidad de Audiencia',
|
|
303
|
+
metricER: 'Engagement Rate',
|
|
304
|
+
investmentEfficiency: 'Eficiencia de Inversión',
|
|
305
|
+
metricCPM: 'CPM Proyectado',
|
|
306
|
+
insightText: 'Esta valoración se basa en el CPM medio del mercado español (2026).',
|
|
307
|
+
currencySymbol: '€',
|
|
308
|
+
numberLocale: 'es-ES',
|
|
309
|
+
},
|
|
310
|
+
};
|