Hermes Agent: Autonomous SEO engineer for 11ty
The Hermes Agent is an autonomous SEO engineer designed to streamline the SEO process for developers using the Eleventy (11ty) static site generator. This tool automates the generation of SEO metadata, significantly reducing the time spent on manual tasks. Built on a robust tech stack, it integrates seamlessly into existing workflows, enhancing efficiency without the need for complex graphical interfaces.
- ▪The Hermes Agent automates the generation of SEO metadata for Markdown files.
- ▪It scans local directories, analyzes content, and generates structured JSON to update Front Matter.
- ▪The project is built on Node.js, Eleventy, and utilizes the Gemini 2.5 Flash API for cloud intelligence.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3897149) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aribu js Posted on May 20 • Originally published at shcho-i-yak.pp.ua Hermes Agent: Autonomous SEO engineer for 11ty #hermesagentchallenge #devchallenge #agents #webdev Hermes Agent Challenge Submission This is a submission for the Hermes Agent Challenge. What I Built: The End of Manual SEO Era Let's be honest: we all love the speed and security of the Jamstack architecture. Writing articles in Markdown for generators like Eleventy (11ty) is a pleasure.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).