Skip to content

Commit 96c08dc

Browse files
📝 Add june blog posts (baptisteArno#2246)
1 parent 541d744 commit 96c08dc

File tree

93 files changed

+2503
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2503
-37
lines changed

apps/landing-page/content-collections.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export default defineConfig({
4747

4848
const rehypePrettyCodeSettings = {
4949
theme: "material-theme-palenight",
50+
defaultLang: {
51+
block: "md",
52+
},
5053
transformers: [
5154
transformerMetaHighlight(),
5255
transformerMetaWordHighlight(),

apps/landing-page/content/blog/add-chatbot-to-wordpress.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ First, let's get the Typebot plugin onto your WordPress site. You can download i
5050

5151
With the plugin activated, you're ready for the next steps.
5252

53+
<Info>
54+
Want to compare more ways to collect leads and engage visitors? Check out our in-depth guide on [the best contact form plugins for WordPress](./best-contact-form-plugins-for-wordpress.mdx) to see how chatbots stack up against traditional forms.
55+
</Info>
56+
57+
5358
### Configuring Basic Chatbot Settings
5459

5560
Next, let's tailor the chatbot to your needs:

apps/landing-page/content/blog/b2b-lead-qualification.mdx

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,13 @@ Conversely, skipping qualification often hurts small businesses because time is
3131
Sales teams use structured frameworks to guide qualifying conversations. These ensure you cover critical factors and don’t miss key disqualifiers. Four popular B2B frameworks are BANT, MEDDIC, CHAMP, and GPCTBA/C&I. Let us explain them with a chart.
3232

3333

34-
| **Framework** | **Best For** | **Core Questions & SaaS Example** | **Strengths & Weaknesses** |
35-
| --- | --- | --- | --- |
36-
| **BANT** | Transactional sales | Budget: “Do you have a budget for our annual SaaS license?”
37-
Authority: “Are you the final decision-maker?”
38-
Need: “What’s your biggest workflow pain?”
39-
Timeline: “Are you planning to buy this quarter?” | **+** Simple, fast to apply
40-
**-** Can disqualify early, less suited for complex deals |
41-
| **MEDDIC** | Enterprise/complex deals | Metrics: “What KPIs will you use to measure success?”
42-
Economic Buyer: “Who owns the budget?”
43-
Decision Criteria/Process: “How do you select new vendors?”
44-
Identify Pain: “What’s the cost of inaction?”
45-
Champion: “Who will advocate for our solution?” | **+** Deep, consultative, high win rates
46-
**-** Time-consuming, requires skill |
47-
| **CHAMP** | Fast-growing SaaS/startups | Challenges: “What’s blocking your growth?”
48-
Authority: “Who signs off?”
49-
Money: “Is this a priority investment?”
50-
Prioritization: “Where does this fall on your roadmap?” | **+** Focuses on urgency and pain
51-
**-** Less structured for multi-stakeholder deals |
52-
| **GPCTBA/C&I** | Consultative/solution sales | Goals/Plans/Challenges: “What’s your 12-month goal?”
53-
Timeline/Budget/Authority: “When do you need a solution? Who’s involved?”
54-
Negative Consequences/Positive Implications: “What happens if you don’t solve this?” | **+** Holistic, aligns with buyer journey
55-
**-** Can be lengthy, requires skilled reps |
34+
| Framework | Best For | Core Questions & SaaS Example | Strengths & Weaknesses |
35+
|----------------|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
36+
| BANT | Transactional sales | Budget: “Do you have a budget for our annual SaaS license?”Authority: “Are you the final decision-maker?”Need: “What’s your biggest workflow pain?”Timeline: “Are you planning to buy this quarter?” | + Simple, fast to apply- Can disqualify early, less suited for complex deals |
37+
| MEDDIC | Enterprise/complex deals | Metrics: “What KPIs will you use to measure success?”Economic Buyer: “Who owns the budget?”Decision Criteria/Process: “How do you select new vendors?”Identify Pain: “What’s the cost of inaction?”Champion: “Who will advocate for our solution?” | + Deep, consultative, high win rates- Time-consuming, requires skill |
38+
| CHAMP | Fast-growing SaaS/startups | Challenges: “What’s blocking your growth?”Authority: “Who signs off?”Money: “Is this a priority investment?”Prioritization: “Where does this fall on your roadmap?” | + Focuses on urgency and pain- Less structured for multi-stakeholder deals |
39+
| GPCTBA/C&I | Consultative/solution sales | Goals/Plans/Challenges: “What’s your 12-month goal?”Timeline/Budget/Authority: “When do you need a solution? Who’s involved?”Negative Consequences/Positive Implications: “What happens if you don’t solve this?” | + Holistic, aligns with buyer journey- Can be lengthy, requires skilled reps |
40+
5641

5742
In practice, an agency using CHAMP might find that if a prospect’s challenge doesn’t rank high (low P). They should nurture rather than sell aggressively. Each CHAMP element is a critical piece to assess a lead’s buying potential.
5843

apps/landing-page/content/blog/best-chatbot-builder.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Botpress is a powerful platform for creating AI-powered chatbots with a wide ran
327327

328328
#### Key Features
329329

330-
Here are some of the key features of Botpress:
330+
Here are some of the [key features of Botpress](./botpress-alternative.mdx):
331331

332332
- **Flow Builder**: Botpress offers a visual flow builder that allows users to create complex chat automations using a drag-and-drop interface. **This feature simplifies the creation of intricate chatbot conversations.**
333333
- **Built-in AI Capabilities**: Knowledge Agent, Personality Agent, Summary Agent, Vision Agent, Translator Agent, and Sentiment analysis.
@@ -376,7 +376,7 @@ Your level of technical expertise will significantly influence your choice of ch
376376

377377
### Evaluate Integration Capabilities with Your Existing Tools
378378

379-
A chatbot is most effective when it seamlessly integrates with your existing tools and workflows. For instance, Typebot connects with platforms like Google Sheets and OpenAI, while Tidio offers integrations with popular services such as Shopify and WordPress.
379+
A chatbot is most effective when it seamlessly integrates with your existing tools and workflows. For instance, Typebot connects with platforms like Google Sheets and OpenAI, while Tidio offers integrations with popular services such as [Shopify](./best-shopify-chatbot.mdx) and WordPress.
380380

381381
Most top chatbot builders provide robust integration capabilities, allowing you to connect with CRM tools, payment processors, messaging platforms, and productivity apps. Therefore, check whether these builders support the apps and services you already use.
382382

apps/landing-page/content/blog/best-chatbot-for-wordpress.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ When evaluating WordPress chatbots, there are several **key features** to cons
282282

283283
Seamless integration with your WordPress website is essential for a smooth user experience. Look for chatbots that offer **native WordPress plugins** or **easy-to-implement code snippets** for effortless installation and customization. This ensures that the chatbot seamlessly blends into your website's design and functionality.
284284

285+
<Info>
286+
Looking for more WordPress optimization tips? Check out our guide on [best contact form plugins for WordPress](./best-contact-form-plugins-for-wordpress.mdx) to enhance your website's user engagement.
287+
</Info>
288+
289+
285290
### Customizable Templates
286291

287292
Flexibility in customization is key to creating a unique and branded chatbot experience. Opt for chatbots that offer a wide range of **customizable templates** and **theming options**, allowing you to tailor the chatbot's appearance, tone, and conversational flow to align with your brand's identity and messaging.

0 commit comments

Comments
 (0)