File size: 4,801 Bytes
b8f9a09
 
 
 
 
 
 
 
 
f8b8e1d
b8f9a09
 
 
 
 
 
 
 
 
 
f8b8e1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b8f9a09
f8b8e1d
 
 
b8f9a09
f8b8e1d
b8f9a09
f8b8e1d
 
 
 
 
 
 
 
 
 
b8f9a09
 
 
fefab70
f8b8e1d
b8f9a09
 
 
f8b8e1d
fefab70
b8f9a09
 
 
f8b8e1d
fefab70
b8f9a09
 
 
f8b8e1d
b8f9a09
 
 
f8b8e1d
b8f9a09
 
 
 
 
f8b8e1d
b8f9a09
 
f8b8e1d
b8f9a09
 
 
 
 
 
 
 
 
 
 
f8b8e1d
 
b8f9a09
 
92782ca
fefab70
92782ca
 
 
b8f9a09
 
92782ca
 
b8f9a09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92782ca
 
 
b8f9a09
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>WordLift AI SEO Agent - Your Marketing & SEO Assistant</title>
    <meta name="description" content="Experience the WordLift AI SEO Agent - An intelligent marketing assistant that helps optimize your content, improve rankings, and drive organic traffic. Try our advanced SEO automation tool today!">
    <meta name="keywords" content="SEO, AI SEO Agent, SEO Agent, marketing agent, AI marketing assistant, content optimization, WordLift">
    <link rel="canonical" href="https://wordlift.io/agent/">
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
    
    <!-- Open Graph tags -->
    <meta property="og:title" content="WordLift AI SEO Agent - Your Marketing & SEO Assistant">
    <meta property="og:description" content="Experience the WordLift AI SEO Agent - An intelligent marketing assistant that helps optimize your content, improve rankings, and drive organic traffic.">
    <meta property="og:url" content="https://wordlift.io/agent/">
    
    <!-- Twitter Card tags -->
    <meta name="twitter:title" content="WordLift AI SEO Agent - Your Marketing & SEO Assistant">
    <meta name="twitter:description" content="Experience the WordLift AI SEO Agent - An intelligent marketing assistant that helps optimize your content, improve rankings, and drive organic traffic.">
    <style>
        :root {
            --white: #fff;
            --white-01: hsla(0, 0%, 100%, .102);
            --white-02: hsla(0, 0%, 100%, .2);
            --white-03: hsla(0, 0%, 100%, .302);
            --white-05: hsla(0, 0%, 100%, .502);
            --white-07: hsla(0, 0%, 100%, .698);
            --white-09: hsla(0, 0%, 100%, .898);
            --neutral-50: #f6f6f7;
            --neutral-800: #64676f;
            --neutral-950: #191919;
            --sky-500: #3452db;
            --font-family-open-sauce: 'Open Sans', sans-serif;
            --font-size-mobile-xl: 18px;
            --font-weight-regular: 400;
            --line-height-mobile-xl: 28px;
        }

        *, :after, :before {
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: auto !important;
        }

        body {
            font-family: var(--font-family-open-sauce);
            background-color: #000000;
            color: var(--white);
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            margin: 0;
            padding: 0;
            font-size: var(--font-size-mobile-xl);
            line-height: var(--line-height-mobile-xl);
        }

        header {
            padding: 1rem;
            border-bottom: 1px solid var(--white-02);
        }

        h1 {
            color: var(--white);
            font-size: 1.5rem;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            font-weight: var(--font-weight-regular);
            opacity: 0.9;
        }

        main {
            flex: 1;
            padding: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        .iframe-container {
            width: 100%;
            height: 80vh;
            border: 1px solid var(--white-02);
            border-radius: 8px;
            overflow: hidden;
            background: var(--white);
        }

        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        footer {
            padding: 1rem;
            text-align: center;
            border-top: 1px solid var(--white-02);
            color: var(--white-07);
        }

        footer img {
            height: 32px;
            width: auto;
            opacity: 0.9;
            transition: opacity 0.2s ease;
        }

        footer a:hover img {
            opacity: 1;
        }

        @media (max-width: 768px) {
            main {
                padding: 1rem;
            }
            
            .iframe-container {
                height: 70vh;
            }
            
            h1 {
                font-size: 1.5rem;
            }
        }
    </style>
</head>
<body>
    <header>
        <h1>WordLift AI SEO Agent - Your Marketing Assistant</h1>
    </header>

    <main>
        <div class="iframe-container">
            <iframe src="https://agent.wordlift.io" allow="microphone"></iframe>
        </div>
    </main>

    <footer>
        <a href="https://wordlift.io" target="_blank" rel="noopener">
            <img src="wl-logotype-white.svg" alt="WordLift" />
        </a>
    </footer>
</body>
</html>