@kaikybrofc/omnizap-system 2.2.8 → 2.2.10
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/README.md +1 -1
- package/docs/seo/omnizap-seo-playbook-br-2026-02-28.md +194 -0
- package/docs/seo/satellite-page-template.md +89 -0
- package/docs/seo/satellite-pages-phase1.json +486 -0
- package/package.json +3 -1
- package/public/api-docs/index.html +78 -22
- package/public/bot-whatsapp-para-grupo/index.html +276 -0
- package/public/bot-whatsapp-sem-programar/index.html +276 -0
- package/public/comandos/index.html +413 -0
- package/public/como-automatizar-avisos-no-whatsapp/index.html +276 -0
- package/public/como-criar-comandos-whatsapp/index.html +276 -0
- package/public/como-evitar-spam-no-whatsapp/index.html +276 -0
- package/public/como-moderar-grupo-whatsapp/index.html +276 -0
- package/public/como-organizar-comunidade-whatsapp/index.html +276 -0
- package/public/css/github-project-panel.css +8 -8
- package/public/css/stickers-admin.css +31 -31
- package/public/css/styles.css +17 -16
- package/public/index.html +701 -1181
- package/public/js/apps/apiDocsApp.js +39 -6
- package/public/js/apps/homeApp.js +157 -410
- package/public/js/apps/stickersApp.js +42 -0
- package/public/licenca/index.html +9 -9
- package/public/login/index.html +26 -22
- package/public/melhor-bot-whatsapp-para-grupos/index.html +276 -0
- package/public/sitemap.xml +45 -0
- package/public/stickers/create/index.html +7 -6
- package/public/stickers/index.html +72 -5
- package/public/termos-de-uso/index.html +10 -10
- package/public/user/index.html +25 -21
- package/scripts/generate-seo-satellite-pages.mjs +434 -0
- package/server/controllers/stickerCatalogController.js +341 -700
- package/kaikybrofc-omnizap-system-2.2.7.tgz +0 -0
- package/kaikybrofc-omnizap-system-2.2.8.tgz +0 -0
|
@@ -2200,6 +2200,7 @@ function PackPage({
|
|
|
2200
2200
|
? NSFW_STICKER_PLACEHOLDER_URL
|
|
2201
2201
|
: pack?.cover_url || items?.[0]?.asset_url || DEFAULT_STICKER_PLACEHOLDER_URL;
|
|
2202
2202
|
const whatsappUrl = String(pack?.whatsapp?.url || '').trim();
|
|
2203
|
+
const packApiPath = `/api/sticker-packs/${encodeURIComponent(String(pack?.pack_key || '').trim())}`;
|
|
2203
2204
|
const engagement = getPackEngagement(pack);
|
|
2204
2205
|
const hasReactionRequest = Boolean(reactionLoading);
|
|
2205
2206
|
const [previewIndex, setPreviewIndex] = useState(-1);
|
|
@@ -2306,6 +2307,29 @@ function PackPage({
|
|
|
2306
2307
|
? html`<p className="text-sm leading-6 text-slate-300">${pack.description}</p>`
|
|
2307
2308
|
: null}
|
|
2308
2309
|
|
|
2310
|
+
<section className="rounded-xl border border-cyan-500/25 bg-cyan-500/5 p-3">
|
|
2311
|
+
<p className="text-[11px] uppercase tracking-wide text-cyan-200">Use este pack no seu bot</p>
|
|
2312
|
+
<p className="mt-1 text-sm text-slate-200">
|
|
2313
|
+
Este pack faz parte do módulo de stickers da plataforma OmniZap. Você pode consumir por API e conectar ao seu fluxo de automação WhatsApp.
|
|
2314
|
+
</p>
|
|
2315
|
+
<pre className="mt-2 overflow-auto rounded-lg border border-slate-800 bg-slate-950/60 p-2 text-[11px] text-slate-300">
|
|
2316
|
+
GET ${packApiPath}
|
|
2317
|
+
POST ${packApiPath}/open
|
|
2318
|
+
POST ${packApiPath}/like
|
|
2319
|
+
</pre>
|
|
2320
|
+
<div className="mt-2 flex flex-wrap gap-2">
|
|
2321
|
+
<a href="/api-docs/" className="inline-flex h-8 items-center rounded-lg border border-cyan-500/35 bg-cyan-500/10 px-3 text-[11px] font-semibold text-cyan-100 hover:bg-cyan-500/20">
|
|
2322
|
+
Ver API e exemplos
|
|
2323
|
+
</a>
|
|
2324
|
+
<a href="/" className="inline-flex h-8 items-center rounded-lg border border-slate-700 bg-slate-900/70 px-3 text-[11px] text-slate-200 hover:bg-slate-800">
|
|
2325
|
+
Plataforma OmniZap
|
|
2326
|
+
</a>
|
|
2327
|
+
<a href="/stickers/" className="inline-flex h-8 items-center rounded-lg border border-slate-700 bg-slate-900/70 px-3 text-[11px] text-slate-200 hover:bg-slate-800">
|
|
2328
|
+
Voltar ao catálogo
|
|
2329
|
+
</a>
|
|
2330
|
+
</div>
|
|
2331
|
+
</section>
|
|
2332
|
+
|
|
2309
2333
|
${tags.length
|
|
2310
2334
|
? html`
|
|
2311
2335
|
<div className="space-y-1">
|
|
@@ -4395,6 +4419,24 @@ function StickersApp() {
|
|
|
4395
4419
|
/>`}
|
|
4396
4420
|
`
|
|
4397
4421
|
: html`
|
|
4422
|
+
<section className="rounded-2xl border border-slate-800 bg-slate-900/80 p-3 sm:p-4">
|
|
4423
|
+
<p className="text-[11px] uppercase tracking-wide text-slate-400">Módulo de stickers da plataforma OmniZap</p>
|
|
4424
|
+
<h1 className="mt-1 text-lg sm:text-xl font-extrabold tracking-tight text-slate-100">
|
|
4425
|
+
Catálogo de stickers integrável via API
|
|
4426
|
+
</h1>
|
|
4427
|
+
<p className="mt-1 text-sm text-slate-300">
|
|
4428
|
+
Os stickers são uma feature do OmniZap para bots e automação WhatsApp. Explore packs públicos e integre no seu sistema com endpoints documentados.
|
|
4429
|
+
</p>
|
|
4430
|
+
<div className="mt-2 flex flex-wrap gap-2">
|
|
4431
|
+
<a href="/api-docs/" className="inline-flex h-8 items-center rounded-lg border border-cyan-500/35 bg-cyan-500/10 px-3 text-[11px] font-semibold text-cyan-100 hover:bg-cyan-500/20">
|
|
4432
|
+
Área de Desenvolvedor
|
|
4433
|
+
</a>
|
|
4434
|
+
<a href="/" className="inline-flex h-8 items-center rounded-lg border border-slate-700 bg-slate-900/70 px-3 text-[11px] text-slate-200 hover:bg-slate-800">
|
|
4435
|
+
Página principal OmniZap
|
|
4436
|
+
</a>
|
|
4437
|
+
</div>
|
|
4438
|
+
</section>
|
|
4439
|
+
|
|
4398
4440
|
<div className="lg:grid lg:grid-cols-[220px_minmax(0,1fr)] lg:gap-4">
|
|
4399
4441
|
<aside className="hidden lg:block">
|
|
4400
4442
|
<div className="sticky top-[72px] space-y-2.5 rounded-2xl border border-slate-800 bg-slate-900/80 p-2.5">
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
<link rel="apple-touch-icon" href="https://iili.io/FC3FABe.jpg" />
|
|
12
12
|
<style>
|
|
13
13
|
:root {
|
|
14
|
-
--bg: #
|
|
15
|
-
--bg-2: #
|
|
16
|
-
--line:
|
|
17
|
-
--text: #
|
|
18
|
-
--muted: #
|
|
19
|
-
--card: #
|
|
14
|
+
--bg: #0f172a;
|
|
15
|
+
--bg-2: #111827;
|
|
16
|
+
--line: rgba(255, 255, 255, 0.05);
|
|
17
|
+
--text: #f8fafc;
|
|
18
|
+
--muted: #94a3b8;
|
|
19
|
+
--card: #1e293bcc;
|
|
20
20
|
}
|
|
21
21
|
* { box-sizing: border-box; }
|
|
22
22
|
body {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
font-family: "Manrope", system-ui, -apple-system, sans-serif;
|
|
25
25
|
color: var(--text);
|
|
26
26
|
background:
|
|
27
|
-
radial-gradient(58rem 24rem at -8% -12%, #
|
|
28
|
-
radial-gradient(58rem 24rem at 112% -10%, #
|
|
27
|
+
radial-gradient(58rem 24rem at -8% -12%, #2563eb26, transparent 60%),
|
|
28
|
+
radial-gradient(58rem 24rem at 112% -10%, #7c3aed22, transparent 58%),
|
|
29
29
|
linear-gradient(165deg, var(--bg), var(--bg-2));
|
|
30
30
|
}
|
|
31
31
|
.wrap { width: min(960px, 92vw); margin: 0 auto; padding: 24px 0 42px; }
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
border: 1px solid var(--line);
|
|
42
42
|
border-radius: 10px;
|
|
43
43
|
padding: 8px 12px;
|
|
44
|
-
background: #
|
|
44
|
+
background: #111827;
|
|
45
45
|
}
|
|
46
46
|
.card {
|
|
47
47
|
border: 1px solid var(--line);
|
package/public/login/index.html
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
name="description"
|
|
9
9
|
content="Login OmniZap System com Google para vincular sua conta ao numero do WhatsApp."
|
|
10
10
|
/>
|
|
11
|
-
<meta name="robots" content="
|
|
12
|
-
<meta name="theme-color" content="#
|
|
11
|
+
<meta name="robots" content="noindex, nofollow" />
|
|
12
|
+
<meta name="theme-color" content="#0f172a" />
|
|
13
13
|
<link rel="canonical" href="https://omnizap.shop/login/" />
|
|
14
14
|
<link rel="icon" type="image/jpeg" href="https://iili.io/FC3FABe.jpg" />
|
|
15
15
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
</script>
|
|
32
32
|
<style>
|
|
33
33
|
:root {
|
|
34
|
-
--bg: #
|
|
35
|
-
--bg-2: #
|
|
36
|
-
--card: #
|
|
37
|
-
--line:
|
|
38
|
-
--text: #
|
|
39
|
-
--muted: #
|
|
34
|
+
--bg: #0f172a;
|
|
35
|
+
--bg-2: #111827;
|
|
36
|
+
--card: #1e293bcf;
|
|
37
|
+
--line: rgba(255, 255, 255, 0.05);
|
|
38
|
+
--text: #f8fafc;
|
|
39
|
+
--muted: #94a3b8;
|
|
40
40
|
--primary: #22c55e;
|
|
41
41
|
--error: #f87171;
|
|
42
42
|
--radius: 18px;
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
color: var(--text);
|
|
58
58
|
font-family: "Manrope", system-ui, sans-serif;
|
|
59
59
|
background:
|
|
60
|
-
radial-gradient(55rem 22rem at -10% -10%, #
|
|
61
|
-
radial-gradient(55rem 22rem at 110% -8%, #
|
|
60
|
+
radial-gradient(55rem 22rem at -10% -10%, #2563eb30, transparent 60%),
|
|
61
|
+
radial-gradient(55rem 22rem at 110% -8%, #7c3aed22, transparent 56%),
|
|
62
62
|
linear-gradient(160deg, var(--bg), var(--bg-2));
|
|
63
63
|
min-height: 100vh;
|
|
64
64
|
display: flex;
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
|
|
70
70
|
.page {
|
|
71
71
|
width: min(760px, 100%);
|
|
72
|
-
border: 1px solid
|
|
72
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
73
73
|
border-radius: 24px;
|
|
74
|
-
background: linear-gradient(150deg, #
|
|
74
|
+
background: linear-gradient(150deg, #111827e8, #1e293bee);
|
|
75
75
|
box-shadow: 0 18px 44px #0209166e, inset 0 1px 0 #95c1ff1a;
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.head {
|
|
80
|
-
border-bottom: 1px solid
|
|
80
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
|
81
81
|
padding: 20px 22px;
|
|
82
82
|
display: flex;
|
|
83
83
|
align-items: center;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
width: 30px;
|
|
102
102
|
height: 30px;
|
|
103
103
|
border-radius: 50%;
|
|
104
|
-
border: 1px solid
|
|
104
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
105
105
|
object-fit: cover;
|
|
106
106
|
}
|
|
107
107
|
|
|
@@ -120,17 +120,21 @@
|
|
|
120
120
|
|
|
121
121
|
.btn:hover {
|
|
122
122
|
transform: translateY(-1px);
|
|
123
|
-
border-color: #
|
|
123
|
+
border-color: #2563eb;
|
|
124
124
|
box-shadow: 0 10px 20px #02091650;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.btn.primary {
|
|
128
128
|
border-color: transparent;
|
|
129
|
-
background:
|
|
130
|
-
color: #
|
|
129
|
+
background: #22c55e;
|
|
130
|
+
color: #0f172a;
|
|
131
131
|
box-shadow: 0 10px 22px #22c55e30;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.btn.primary:hover {
|
|
135
|
+
background: #16a34a;
|
|
136
|
+
}
|
|
137
|
+
|
|
134
138
|
.content {
|
|
135
139
|
padding: 24px 22px;
|
|
136
140
|
display: grid;
|
|
@@ -143,7 +147,7 @@
|
|
|
143
147
|
font-size: clamp(26px, 3.6vw, 36px);
|
|
144
148
|
line-height: 1.08;
|
|
145
149
|
letter-spacing: -0.02em;
|
|
146
|
-
background: linear-gradient(90deg, #eef5ff 0%, #
|
|
150
|
+
background: linear-gradient(90deg, #eef5ff 0%, #60a5fa 46%, #a78bfa 100%);
|
|
147
151
|
-webkit-background-clip: text;
|
|
148
152
|
background-clip: text;
|
|
149
153
|
color: transparent;
|
|
@@ -193,7 +197,7 @@
|
|
|
193
197
|
.google-area {
|
|
194
198
|
border: 1px dashed #3c5b8d;
|
|
195
199
|
border-radius: 14px;
|
|
196
|
-
background: #
|
|
200
|
+
background: #111827a3;
|
|
197
201
|
padding: 12px;
|
|
198
202
|
display: grid;
|
|
199
203
|
gap: 10px;
|
|
@@ -218,7 +222,7 @@
|
|
|
218
222
|
.summary {
|
|
219
223
|
border: 1px solid #2b8b5d9c;
|
|
220
224
|
border-radius: 12px;
|
|
221
|
-
background: #
|
|
225
|
+
background: #11302294;
|
|
222
226
|
padding: 10px;
|
|
223
227
|
display: grid;
|
|
224
228
|
gap: 6px;
|
|
@@ -229,7 +233,7 @@
|
|
|
229
233
|
.whatsapp-cta {
|
|
230
234
|
border: 1px solid #2d7d57a8;
|
|
231
235
|
border-radius: 14px;
|
|
232
|
-
background: #
|
|
236
|
+
background: #1130228f;
|
|
233
237
|
padding: 12px;
|
|
234
238
|
display: grid;
|
|
235
239
|
gap: 10px;
|
|
@@ -248,7 +252,7 @@
|
|
|
248
252
|
|
|
249
253
|
.btn.whatsapp {
|
|
250
254
|
border-color: #1e9a5f;
|
|
251
|
-
background: linear-gradient(90deg, #
|
|
255
|
+
background: linear-gradient(90deg, #22c55e, #16a34a);
|
|
252
256
|
color: #04230f;
|
|
253
257
|
text-align: center;
|
|
254
258
|
}
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="pt-BR">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
+
<title>Melhor bot para WhatsApp em grupos | Como escolher</title>
|
|
7
|
+
<meta name="description" content="Compare criterios para escolher o melhor bot para grupos de WhatsApp. Veja o que avaliar em moderacao, automacao e facilidade de uso." />
|
|
8
|
+
<meta name="keywords" content="melhor bot whatsapp, bot para grupos, comparativo bot whatsapp" />
|
|
9
|
+
<meta name="robots" content="index, follow" />
|
|
10
|
+
<link rel="canonical" href="https://omnizap.shop/melhor-bot-whatsapp-para-grupos/" />
|
|
11
|
+
<link rel="icon" type="image/png" href="/assets/images/brand-icon-192.png" />
|
|
12
|
+
|
|
13
|
+
<meta property="og:type" content="article" />
|
|
14
|
+
<meta property="og:locale" content="pt_BR" />
|
|
15
|
+
<meta property="og:site_name" content="OmniZap System" />
|
|
16
|
+
<meta property="og:title" content="Melhor bot para WhatsApp em grupos | Como escolher" />
|
|
17
|
+
<meta property="og:description" content="Compare criterios para escolher o melhor bot para grupos de WhatsApp. Veja o que avaliar em moderacao, automacao e facilidade de uso." />
|
|
18
|
+
<meta property="og:url" content="https://omnizap.shop/melhor-bot-whatsapp-para-grupos/" />
|
|
19
|
+
<meta property="og:image" content="https://omnizap.shop/assets/images/hero-banner-1280.jpg" />
|
|
20
|
+
|
|
21
|
+
<meta name="twitter:card" content="summary_large_image" />
|
|
22
|
+
<meta name="twitter:title" content="Melhor bot para WhatsApp em grupos | Como escolher" />
|
|
23
|
+
<meta name="twitter:description" content="Compare criterios para escolher o melhor bot para grupos de WhatsApp. Veja o que avaliar em moderacao, automacao e facilidade de uso." />
|
|
24
|
+
<meta name="twitter:image" content="https://omnizap.shop/assets/images/hero-banner-1280.jpg" />
|
|
25
|
+
|
|
26
|
+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"Melhor bot para WhatsApp em grupos | Como escolher","description":"Compare criterios para escolher o melhor bot para grupos de WhatsApp. Veja o que avaliar em moderacao, automacao e facilidade de uso.","inLanguage":"pt-BR","url":"https://omnizap.shop/melhor-bot-whatsapp-para-grupos/","isPartOf":{"@type":"WebSite","name":"OmniZap System","url":"https://omnizap.shop"}}</script>
|
|
27
|
+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Existe melhor bot universal para todo cenario?","acceptedAnswer":{"@type":"Answer","text":"Nao. O melhor bot depende do problema principal do seu grupo e da facilidade de adocao."}},{"@type":"Question","name":"Vale priorizar bot sem configuracao tecnica?","acceptedAnswer":{"@type":"Answer","text":"Sim, especialmente para times que precisam de velocidade e previsibilidade."}},{"@type":"Question","name":"Onde encontro modulo de stickers para engajamento?","acceptedAnswer":{"@type":"Answer","text":"No catalogo em /stickers/."}}]}</script>
|
|
28
|
+
|
|
29
|
+
<style>
|
|
30
|
+
:root {
|
|
31
|
+
--bg: #0f172a;
|
|
32
|
+
--bg-2: #111827;
|
|
33
|
+
--line: rgba(255, 255, 255, 0.05);
|
|
34
|
+
--text: #f8fafc;
|
|
35
|
+
--muted: #94a3b8;
|
|
36
|
+
--card: #1e293bd9;
|
|
37
|
+
--accent: #2563eb;
|
|
38
|
+
--accent-2: #7c3aed;
|
|
39
|
+
--cta: #22c55e;
|
|
40
|
+
--cta-hover: #16a34a;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
* { box-sizing: border-box; }
|
|
44
|
+
body {
|
|
45
|
+
margin: 0;
|
|
46
|
+
font-family: "Manrope", system-ui, -apple-system, sans-serif;
|
|
47
|
+
color: var(--text);
|
|
48
|
+
background:
|
|
49
|
+
radial-gradient(58rem 22rem at -10% -8%, #2563eb24, transparent 60%),
|
|
50
|
+
radial-gradient(62rem 26rem at 112% -12%, #7c3aed22, transparent 58%),
|
|
51
|
+
linear-gradient(165deg, var(--bg), var(--bg-2));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.wrap { width: min(980px, 92vw); margin: 0 auto; padding: 22px 0 42px; }
|
|
55
|
+
|
|
56
|
+
.top {
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-wrap: wrap;
|
|
59
|
+
gap: 8px;
|
|
60
|
+
margin-bottom: 14px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.top a {
|
|
64
|
+
color: var(--text);
|
|
65
|
+
text-decoration: none;
|
|
66
|
+
border: 1px solid var(--line);
|
|
67
|
+
border-radius: 10px;
|
|
68
|
+
padding: 8px 11px;
|
|
69
|
+
background: #111827;
|
|
70
|
+
font-size: 14px;
|
|
71
|
+
font-weight: 700;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.hero,
|
|
75
|
+
.card {
|
|
76
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
77
|
+
border-radius: 16px;
|
|
78
|
+
background: var(--card);
|
|
79
|
+
padding: 16px;
|
|
80
|
+
margin-bottom: 12px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.pill {
|
|
84
|
+
display: inline-flex;
|
|
85
|
+
border: 1px solid #45689f;
|
|
86
|
+
border-radius: 999px;
|
|
87
|
+
padding: 5px 10px;
|
|
88
|
+
font-size: 12px;
|
|
89
|
+
font-weight: 800;
|
|
90
|
+
text-transform: uppercase;
|
|
91
|
+
letter-spacing: .3px;
|
|
92
|
+
color: #cde4ff;
|
|
93
|
+
background: #16274a96;
|
|
94
|
+
margin-bottom: 10px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
h1, h2 {
|
|
98
|
+
margin: 0 0 8px;
|
|
99
|
+
font-family: "Sora", "Manrope", sans-serif;
|
|
100
|
+
letter-spacing: -0.02em;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
h1 {
|
|
104
|
+
font-size: clamp(29px, 4vw, 42px);
|
|
105
|
+
line-height: 1.08;
|
|
106
|
+
background: linear-gradient(92deg, #f3f8ff 0%, #60a5fa 45%, #a78bfa 100%);
|
|
107
|
+
-webkit-background-clip: text;
|
|
108
|
+
background-clip: text;
|
|
109
|
+
color: transparent;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
h2 { font-size: clamp(22px, 2.8vw, 30px); }
|
|
113
|
+
|
|
114
|
+
p, li {
|
|
115
|
+
margin: 0 0 10px;
|
|
116
|
+
color: var(--muted);
|
|
117
|
+
line-height: 1.65;
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
ul { margin: 0; padding-left: 18px; }
|
|
122
|
+
|
|
123
|
+
.cta {
|
|
124
|
+
display: flex;
|
|
125
|
+
flex-wrap: wrap;
|
|
126
|
+
gap: 8px;
|
|
127
|
+
margin-top: 12px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.btn {
|
|
131
|
+
text-decoration: none;
|
|
132
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
133
|
+
border-radius: 11px;
|
|
134
|
+
padding: 10px 13px;
|
|
135
|
+
color: var(--text);
|
|
136
|
+
background: #111827;
|
|
137
|
+
font-weight: 800;
|
|
138
|
+
font-size: 14px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.btn.primary {
|
|
142
|
+
border-color: transparent;
|
|
143
|
+
color: #0f172a;
|
|
144
|
+
background: var(--cta);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.btn.primary:hover { background: var(--cta-hover); }
|
|
148
|
+
|
|
149
|
+
.faq-list {
|
|
150
|
+
display: grid;
|
|
151
|
+
gap: 9px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.faq-item {
|
|
155
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
156
|
+
border-radius: 12px;
|
|
157
|
+
background: #1e293bb8;
|
|
158
|
+
padding: 0 12px;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.faq-item summary {
|
|
162
|
+
cursor: pointer;
|
|
163
|
+
list-style: none;
|
|
164
|
+
font-weight: 800;
|
|
165
|
+
color: #ebf4ff;
|
|
166
|
+
padding: 12px 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.faq-item summary::-webkit-details-marker { display: none; }
|
|
170
|
+
|
|
171
|
+
.faq-item p {
|
|
172
|
+
margin: 0;
|
|
173
|
+
padding: 0 0 12px;
|
|
174
|
+
font-size: 15px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.links-grid {
|
|
178
|
+
display: grid;
|
|
179
|
+
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
180
|
+
gap: 8px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.links-grid a {
|
|
184
|
+
text-decoration: none;
|
|
185
|
+
color: #dbecff;
|
|
186
|
+
border: 1px solid #365686;
|
|
187
|
+
border-radius: 10px;
|
|
188
|
+
padding: 9px 10px;
|
|
189
|
+
background: #10203d;
|
|
190
|
+
font-weight: 700;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.meta {
|
|
194
|
+
margin-top: 8px;
|
|
195
|
+
font-size: 13px;
|
|
196
|
+
color: #95b2d8;
|
|
197
|
+
}
|
|
198
|
+
</style>
|
|
199
|
+
</head>
|
|
200
|
+
<body>
|
|
201
|
+
<main class="wrap">
|
|
202
|
+
<nav class="top" aria-label="Navegação interna">
|
|
203
|
+
<a href="/">Início</a>
|
|
204
|
+
<a href="/stickers/">Stickers</a>
|
|
205
|
+
<a href="/api-docs/">API Docs</a>
|
|
206
|
+
<a href="/login/">Adicionar Bot</a>
|
|
207
|
+
</nav>
|
|
208
|
+
|
|
209
|
+
<header class="hero">
|
|
210
|
+
<span class="pill">Comparativo pratico</span>
|
|
211
|
+
<h1>Melhor bot para grupos de WhatsApp: o que realmente importa</h1>
|
|
212
|
+
<p>Escolher bot so por nome de marca costuma gerar retrabalho. O criterio certo e avaliar resultado operacional: menos caos, menos spam e mais organizacao.</p>
|
|
213
|
+
<div class="cta">
|
|
214
|
+
<a class="btn primary" href="/login/">Adicionar ao meu grupo</a>
|
|
215
|
+
<a class="btn" href="/">Conhecer OmniZap</a>
|
|
216
|
+
</div>
|
|
217
|
+
<p class="meta">Página atualizada em 2026-02-28</p>
|
|
218
|
+
</header>
|
|
219
|
+
|
|
220
|
+
<section class="card">
|
|
221
|
+
<h2>Criterios que importam na pratica</h2>
|
|
222
|
+
<p>Facilidade de entrada, moderacao automatica e rotina de avisos sao os pilares mais importantes.</p>
|
|
223
|
+
<p>Se o bot exigir setup tecnico complexo, a adocao no dia a dia tende a cair.</p>
|
|
224
|
+
<ul>
|
|
225
|
+
<li>Tempo para entrar em operacao</li>
|
|
226
|
+
<li>Qualidade da moderacao</li>
|
|
227
|
+
<li>Capacidade de escalar com o grupo</li>
|
|
228
|
+
</ul>
|
|
229
|
+
</section>
|
|
230
|
+
|
|
231
|
+
<section class="card">
|
|
232
|
+
<h2>Sinal de escolha certa</h2>
|
|
233
|
+
<p>A equipe gasta menos tempo apagando incendio e mais tempo gerando valor para membros.</p>
|
|
234
|
+
<p>Quando o grupo fica previsivel, a percepcao de profissionalismo sobe.</p>
|
|
235
|
+
</section>
|
|
236
|
+
|
|
237
|
+
<section class="card">
|
|
238
|
+
<h2>Como testar rapido</h2>
|
|
239
|
+
<p>Defina um grupo piloto e acompanhe 7 dias de operacao.</p>
|
|
240
|
+
<p>Meça reducao de spam, clareza de comunicacao e tempo economizado por admin.</p>
|
|
241
|
+
</section>
|
|
242
|
+
|
|
243
|
+
<section class="card">
|
|
244
|
+
<h2>Perguntas frequentes</h2>
|
|
245
|
+
<div class="faq-list">
|
|
246
|
+
<details class="faq-item">
|
|
247
|
+
<summary>Existe melhor bot universal para todo cenario?</summary>
|
|
248
|
+
<p>Nao. O melhor bot depende do problema principal do seu grupo e da facilidade de adocao.</p>
|
|
249
|
+
</details>
|
|
250
|
+
<details class="faq-item">
|
|
251
|
+
<summary>Vale priorizar bot sem configuracao tecnica?</summary>
|
|
252
|
+
<p>Sim, especialmente para times que precisam de velocidade e previsibilidade.</p>
|
|
253
|
+
</details>
|
|
254
|
+
<details class="faq-item">
|
|
255
|
+
<summary>Onde encontro modulo de stickers para engajamento?</summary>
|
|
256
|
+
<p>No catalogo em /stickers/.</p>
|
|
257
|
+
</details>
|
|
258
|
+
</div>
|
|
259
|
+
</section>
|
|
260
|
+
|
|
261
|
+
<section class="card">
|
|
262
|
+
<h2>Links úteis</h2>
|
|
263
|
+
<div class="links-grid">
|
|
264
|
+
<a href="/">OmniZap Home</a>
|
|
265
|
+
<a href="/stickers/">Catálogo de Stickers</a>
|
|
266
|
+
<a href="/comandos/">Biblioteca de Comandos</a>
|
|
267
|
+
<a href="/api-docs/">Área de Desenvolvedor</a>
|
|
268
|
+
<a href="/login/">Adicionar bot agora</a>
|
|
269
|
+
<a href="/bot-whatsapp-para-grupo/">Bot para grupo</a>
|
|
270
|
+
<a href="/bot-whatsapp-sem-programar/">Bot sem programar</a>
|
|
271
|
+
<a href="/como-moderar-grupo-whatsapp/">Guia de moderacao</a>
|
|
272
|
+
</div>
|
|
273
|
+
</section>
|
|
274
|
+
</main>
|
|
275
|
+
</body>
|
|
276
|
+
</html>
|
package/public/sitemap.xml
CHANGED
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
<changefreq>weekly</changefreq>
|
|
16
16
|
<priority>0.8</priority>
|
|
17
17
|
</url>
|
|
18
|
+
<url>
|
|
19
|
+
<loc>https://omnizap.shop/comandos/</loc>
|
|
20
|
+
<changefreq>weekly</changefreq>
|
|
21
|
+
<priority>0.78</priority>
|
|
22
|
+
</url>
|
|
18
23
|
<url>
|
|
19
24
|
<loc>https://omnizap.shop/termos-de-uso/</loc>
|
|
20
25
|
<changefreq>monthly</changefreq>
|
|
@@ -25,4 +30,44 @@
|
|
|
25
30
|
<changefreq>monthly</changefreq>
|
|
26
31
|
<priority>0.5</priority>
|
|
27
32
|
</url>
|
|
33
|
+
<url>
|
|
34
|
+
<loc>https://omnizap.shop/bot-whatsapp-para-grupo/</loc>
|
|
35
|
+
<changefreq>weekly</changefreq>
|
|
36
|
+
<priority>0.75</priority>
|
|
37
|
+
</url>
|
|
38
|
+
<url>
|
|
39
|
+
<loc>https://omnizap.shop/como-moderar-grupo-whatsapp/</loc>
|
|
40
|
+
<changefreq>weekly</changefreq>
|
|
41
|
+
<priority>0.72</priority>
|
|
42
|
+
</url>
|
|
43
|
+
<url>
|
|
44
|
+
<loc>https://omnizap.shop/como-evitar-spam-no-whatsapp/</loc>
|
|
45
|
+
<changefreq>weekly</changefreq>
|
|
46
|
+
<priority>0.72</priority>
|
|
47
|
+
</url>
|
|
48
|
+
<url>
|
|
49
|
+
<loc>https://omnizap.shop/como-organizar-comunidade-whatsapp/</loc>
|
|
50
|
+
<changefreq>weekly</changefreq>
|
|
51
|
+
<priority>0.72</priority>
|
|
52
|
+
</url>
|
|
53
|
+
<url>
|
|
54
|
+
<loc>https://omnizap.shop/como-automatizar-avisos-no-whatsapp/</loc>
|
|
55
|
+
<changefreq>weekly</changefreq>
|
|
56
|
+
<priority>0.72</priority>
|
|
57
|
+
</url>
|
|
58
|
+
<url>
|
|
59
|
+
<loc>https://omnizap.shop/como-criar-comandos-whatsapp/</loc>
|
|
60
|
+
<changefreq>weekly</changefreq>
|
|
61
|
+
<priority>0.71</priority>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://omnizap.shop/melhor-bot-whatsapp-para-grupos/</loc>
|
|
65
|
+
<changefreq>weekly</changefreq>
|
|
66
|
+
<priority>0.74</priority>
|
|
67
|
+
</url>
|
|
68
|
+
<url>
|
|
69
|
+
<loc>https://omnizap.shop/bot-whatsapp-sem-programar/</loc>
|
|
70
|
+
<changefreq>weekly</changefreq>
|
|
71
|
+
<priority>0.73</priority>
|
|
72
|
+
</url>
|
|
28
73
|
</urlset>
|
|
@@ -20,12 +20,13 @@
|
|
|
20
20
|
display: ['Sora', 'ui-sans-serif', 'system-ui']
|
|
21
21
|
},
|
|
22
22
|
colors: {
|
|
23
|
-
base: '#
|
|
24
|
-
panel: '#
|
|
25
|
-
panelSoft: '#
|
|
26
|
-
line: '
|
|
27
|
-
accent: '#
|
|
28
|
-
accent2: '#
|
|
23
|
+
base: '#0f172a',
|
|
24
|
+
panel: '#1e293b',
|
|
25
|
+
panelSoft: '#111827',
|
|
26
|
+
line: 'rgba(255,255,255,0.05)',
|
|
27
|
+
accent: '#2563eb',
|
|
28
|
+
accent2: '#7c3aed',
|
|
29
|
+
cta: '#22c55e',
|
|
29
30
|
},
|
|
30
31
|
boxShadow: {
|
|
31
32
|
panel: '0 20px 40px rgba(0,0,0,.35)'
|