SEO Auto-Publisher – Generate and publish SEO posts to WordPress using Perplexity + OpenAI + ToolRouter, with internal links tracked in Sheets.The Agents In Production Hackathon challenges participants to build agentic workflows that orchestrate complex tasks across multiple tools and services. Each team will use:
77f8e8e verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>SEO Agentic Wizardry - Automate Your Content Strategy</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| } | |
| .vanta-bg { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| z-index: -1; | |
| } | |
| .glass-card { | |
| background: rgba(255, 255, 255, 0.1); | |
| backdrop-filter: blur(10px); | |
| border-radius: 12px; | |
| border: 1px solid rgba(255, 255, 255, 0.2); | |
| } | |
| .gradient-text { | |
| background: linear-gradient(90deg, #3b82f6, #8b5cf6); | |
| -webkit-background-clip: text; | |
| background-clip: text; | |
| color: transparent; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-white min-h-screen overflow-x-hidden"> | |
| <div id="vanta-bg" class="vanta-bg"></div> | |
| <!-- Navigation --> | |
| <nav class="container mx-auto px-6 py-4 flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <i data-feather="wand" class="text-purple-500"></i> | |
| <span class="text-xl font-bold">SEO Agentic Wizardry</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#" class="hover:text-purple-400 transition">Features</a> | |
| <a href="#" class="hover:text-purple-400 transition">How It Works</a> | |
| <a href="#" class="hover:text-purple-400 transition">Pricing</a> | |
| <a href="#" class="hover:text-purple-400 transition">Contact</a> | |
| </div> | |
| <button class="bg-purple-600 hover:bg-purple-700 px-4 py-2 rounded-lg font-medium transition"> | |
| Get Started | |
| </button> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="container mx-auto px-6 py-20 md:py-32"> | |
| <div class="max-w-4xl mx-auto text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6"> | |
| Automate Your <span class="gradient-text">SEO Content Machine</span> | |
| </h1> | |
| <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-2xl mx-auto"> | |
| AI-powered agents that research, write, and publish SEO-optimized content to WordPress while tracking internal links in Sheets. | |
| </p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <button class="bg-purple-600 hover:bg-purple-700 px-6 py-3 rounded-lg font-medium text-lg transition"> | |
| Start Free Trial | |
| </button> | |
| <button class="glass-card hover:bg-gray-800 px-6 py-3 rounded-lg font-medium text-lg transition border border-gray-700"> | |
| See Demo <i data-feather="play" class="inline ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Grid --> | |
| <section class="container mx-auto px-6 py-16"> | |
| <h2 class="text-3xl font-bold text-center mb-16">Agentic Superpowers</h2> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="glass-card p-8 rounded-xl"> | |
| <div class="w-12 h-12 bg-purple-500/20 rounded-lg flex items-center justify-center mb-4"> | |
| <i data-feather="search" class="text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">AI Research</h3> | |
| <p class="text-gray-300"> | |
| Agents use Perplexity to find trending topics and generate content briefs automatically. | |
| </p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="glass-card p-8 rounded-xl"> | |
| <div class="w-12 h-12 bg-purple-500/20 rounded-lg flex items-center justify-center mb-4"> | |
| <i data-feather="edit" class="text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">SEO-Optimized Writing</h3> | |
| <p class="text-gray-300"> | |
| OpenAI crafts high-quality content with proper keyword density and structure. | |
| </p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="glass-card p-8 rounded-xl"> | |
| <div class="w-12 h-12 bg-purple-500/20 rounded-lg flex items-center justify-center mb-4"> | |
| <i data-feather="link" class="text-purple-400"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Link Tracking</h3> | |
| <p class="text-gray-300"> | |
| Internal links automatically tracked in Google Sheets for easy SEO management. | |
| </p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works --> | |
| <section class="container mx-auto px-6 py-16 bg-gray-800/50 rounded-xl my-16"> | |
| <h2 class="text-3xl font-bold text-center mb-16">Automated Workflow</h2> | |
| <div class="max-w-4xl mx-auto"> | |
| <div class="flex flex-col md:flex-row gap-8 items-center mb-12"> | |
| <div class="flex-shrink-0 w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center text-white font-bold text-xl"> | |
| 1 | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-3">Topic Discovery</h3> | |
| <p class="text-gray-300"> | |
| Our agent searches for trending topics using Perplexity AI, analyzing search volume and competition. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="flex flex-col md:flex-row gap-8 items-center mb-12"> | |
| <div class="flex-shrink-0 w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center text-white font-bold text-xl"> | |
| 2 | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-3">Content Creation</h3> | |
| <p class="text-gray-300"> | |
| OpenAI generates well-structured, SEO-optimized articles based on the research findings. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="flex flex-col md:flex-row gap-8 items-center mb-12"> | |
| <div class="flex-shrink-0 w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center text-white font-bold text-xl"> | |
| 3 | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-3">Publishing</h3> | |
| <p class="text-gray-300"> | |
| The content is automatically formatted and published to your WordPress site. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="flex flex-col md:flex-row gap-8 items-center"> | |
| <div class="flex-shrink-0 w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center text-white font-bold text-xl"> | |
| 4 | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-3">Link Management</h3> | |
| <p class="text-gray-300"> | |
| All internal links are tracked in Google Sheets for easy SEO auditing and optimization. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA --> | |
| <section class="container mx-auto px-6 py-20 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Automate Your SEO?</h2> | |
| <p class="text-xl text-gray-300 mb-10 max-w-2xl mx-auto"> | |
| Join the future of content marketing with our AI-powered agents. | |
| </p> | |
| <button class="bg-purple-600 hover:bg-purple-700 px-8 py-4 rounded-lg font-medium text-lg transition"> | |
| Get Started for Free | |
| </button> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800/50 py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center space-x-2 mb-6 md:mb-0"> | |
| <i data-feather="wand" class="text-purple-500"></i> | |
| <span class="text-xl font-bold">SEO Agentic Wizardry</span> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#"><i data-feather="twitter" class="text-gray-400 hover:text-purple-400 transition"></i></a> | |
| <a href="#"><i data-feather="github" class="text-gray-400 hover:text-purple-400 transition"></i></a> | |
| <a href="#"><i data-feather="linkedin" class="text-gray-400 hover:text-purple-400 transition"></i></a> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-8 pt-8 flex flex-col md:flex-row justify-between"> | |
| <p class="text-gray-400 mb-4 md:mb-0">© 2023 SEO Agentic Wizardry. All rights reserved.</p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-purple-400 transition">Privacy</a> | |
| <a href="#" class="text-gray-400 hover:text-purple-400 transition">Terms</a> | |
| <a href="#" class="text-gray-400 hover:text-purple-400 transition">Contact</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize Vanta.js background | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x5b21b6, | |
| backgroundColor: 0x111827, | |
| size: 0.8 | |
| }); | |
| // Initialize Feather Icons | |
| document.addEventListener('DOMContentLoaded', function() { | |
| feather.replace(); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |