ai-seo-agent / index.html
cyberandy's picture
Update index.html
b8f9a09 verified
raw
history blame
3.48 kB
<!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/">
<!-- 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>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background-color: #ffffff;
line-height: 1.6;
}
header {
background-color: #ffffff;
padding: 1.5rem;
border-bottom: 1px solid #eaeaea;
}
h1 {
color: #1a1a1a;
font-size: 1.75rem;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
main {
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.iframe-container {
width: 100%;
height: 80vh;
border: 1px solid #eaeaea;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
footer {
padding: 1rem;
text-align: center;
border-top: 1px solid #eaeaea;
}
footer a {
color: #0066cc;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
@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>
<p>Powered by <a href="https://wordlift.io" target="_blank" rel="noopener">WordLift</a></p>
</footer>
</body>
</html>