Skip to content

Commit

Permalink
update the overview
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Jan 17, 2025
1 parent 5de8a0e commit 3fd5cf7
Showing 1 changed file with 97 additions and 35 deletions.
132 changes: 97 additions & 35 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,37 @@ title: Overview
slug: /
---

# 👋 Welcome to WordLift

## What's WordLift, anyway?

Think of WordLift as your AI-powered marketing companion that turns your content into a powerful Knowledge Graph. But what does that actually mean?

Imagine you're building with LEGO® blocks. Your content pieces are like individual LEGO® blocks, and WordLift helps you:

- Connect them in meaningful ways (that's the Knowledge Graph part)
- Make them discoverable by both humans and machines
- Turn them into automated marketing workflows
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ThemedImage from '@theme/ThemedImage';

## Why people love WordLift
:::info Version Notice
**Latest Release:** 3.5.0 (January 2024) - Now with enhanced AI capabilities and Microsoft Power Automate support!
:::

### 🎯 Drive More Traffic & Conversions

No more guessing what works! WordLift helps you:

- Get more organic traffic (hello, Google!)
- Convert visitors into customers (cha-ching!)
- Create content that actually performs
# 👋 Welcome to WordLift

### 🤖 Make AI Work For You
<div style={{textAlign: 'center', margin: '2rem 0'}}>
<p style={{fontSize: '1.2rem', color: 'var(--ifm-color-emphasis-600)'}}>
AI-Powered Platform / Knowledge Graph Builder for SEO & Marketing Teams
</p>

Tired of unreliable AI outputs? WordLift helps you:
<div style={{display: 'flex', justifyContent: 'center', gap: '1rem', marginBottom: '2rem', flexWrap: 'wrap'}}>
<span className="badge badge--success">SEO Automation</span>
<span className="badge badge--primary">Marketing Automation</span>
<span className="badge badge--info">AI-Powered</span>
</div>
</div>

- Train AI on your actual business knowledge
- Keep AI outputs consistent and accurate
- Automate tasks without losing control
## What's WordLift, anyway?

### ⚡ Scale Like a Pro
Think of WordLift as your AI-powered marketing companion that turns your content into a powerful Knowledge Graph. But what does that actually mean?

Got big plans? WordLift helps you:
Imagine you're building with LEGO® blocks. Your content pieces are like individual LEGO® blocks, and WordLift helps you:

- Automate repetitive SEO tasks
- Create content faster (without sacrificing quality)
- Connect all your marketing tools
- 🔗 Connect them in meaningful ways (that's the Knowledge Graph part)
- 🔍 Make them discoverable by both humans and machines
- 🤖 Turn them into automated marketing workflows

## How does it work?

Expand Down Expand Up @@ -85,7 +79,7 @@ More into creating great content? Use our:

- [WordPress Plugin](/wordpress-plugin) for easy content optimization
- [WooCommerce SEO](/woocommerce/introduction) for e-commerce
- [Agent WordLift - AI SEO Agent](/agent-wordlift) for AI SEO optimization
- [Agent WordLift](/agent-wordlift) for AI SEO optimization
- [Google Sheets Add-on](/seo-add-on-google-sheets/introduction) for keyword research

### 🎯 Marketing Teams
Expand All @@ -104,13 +98,81 @@ Looking to scale? Access:
- [Botify Connector](/knowledge-graph/botify/) for enterprise SEO
- [Power Automate](/marketing-automation/power-automate/introduction) for Microsoft integration

## Ready to dive in?
## Quick Start Options

<Tabs>
<TabItem value="agent" label="AI SEO Agent" default>
```bash
# 1. Start with Agent WordLift
# 2. Get instant SEO optimization
# 3. Let AI work for you!
```
[Start with Agent WordLift →](/agent-wordlift)
</TabItem>
<TabItem value="api" label="API">
```bash
# For developers & custom integrations
pip install wordlift-client

# Python, Node.js, PHP clients available
```
[Explore API Documentation →](/category/api)
</TabItem>
<TabItem value="sheets" label="Google Sheets">
```bash
# Start with SEO analysis
1. Install the Google Sheets add-on
2. Connect your Search Console
3. Analyze your search data
```
[Start SEO Analysis →](/seo-add-on-google-sheets/introduction)
</TabItem>
</Tabs>

## Key Features

<div className="row">
<div className="col col--4">

### 🔍 Search Intelligence

- Keyword research & gap analysis
- Content performance tracking
- Search intent optimization
- Analytics integration

</div>
<div className="col col--4">

### 🏗️ Knowledge Graph

- RDF Knowledge Graph
- Schema.org markup fully automated
- Entity management
- Product catalog enrichment

</div>
<div className="col col--4">

### 🤖 AI & Automation

- AI SEO Agent
- Content optimization
- Workflow automation
- LLM integration

</div>
</div>

## Ready to start?

Choose your path:

### 🚀 Quick Start (No Code)

1. [Install WordPress Plugin](/wordpress-plugin) or
2. [Try Google Sheets Add-on](/seo-add-on-google-sheets/introduction)
3. [Let Agent WordLift work for you](/agent-wordlift)
1. [Try Agent WordLift](/agent-wordlift) for instant SEO optimization
2. [Use Google Sheets Add-on](/seo-add-on-google-sheets/introduction) for search analysis
3. [Install WordPress Plugin](/wordpress-plugin) for content optimization

### 💻 Developer Path

Expand All @@ -129,4 +191,4 @@ Then [grab your API key](https://wordlift.io/pricing/)
🎮 **Ready to level up your marketing game?**
Start by [understanding what your audience wants](/seo-add-on-google-sheets/introduction)

Need help? We're here! [Drop us a line](mailto:[email protected]) 💌
Need help? [Drop us a line](mailto:[email protected]) 💌

0 comments on commit 3fd5cf7

Please sign in to comment.