From 886c9efcadb932985c71ed5db6e61522166ed07b Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 16 Jun 2026 09:06:05 -0300 Subject: [PATCH] sitemap: expand to 21 URLs (all pages + blog posts); blog index: add 2 missing posts --- blog/index.json | 168 +++++++++++++++++++++++++++--------------------- sitemap.xml | 109 ++++++++++++++++++++++++++++--- 2 files changed, 192 insertions(+), 85 deletions(-) diff --git a/blog/index.json b/blog/index.json index 9063a6e..791ca04 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,77 +1,95 @@ { - "posts": [ - { - "id": "why-backing-up-an-agent-is-so-hard", - "date": "2026-06-12", - "area": "architecture", - "agent": "hermes", - "headline": "Why Backing Up an AI Agent Is So Hard — And How Full-Disk Snapshots Fix It", - "teaser": "69% of an agent’s state lives outside its home directory. Real filesystem data on why home-dir backups fail — and why full-disk snapshots are the only viable solution.", - "link": "blog/posts/why-backing-up-an-agent-is-so-hard.html" - }, - { - "id": "speed-run-kie-ai-image", - "date": "2026-06-11", - "area": "speed-run", - "agent": "hermes", - "headline": "Speed Run: Generate Images with Kie.ai & Hermes Agent", - "teaser": "From zero to an AI-generated image in under 10 minutes. Connect Kie.ai's 70+ image models to Hermes Agent via a single API key.", - "link": "blog/posts/speed-run-kie-ai-image.html" - }, - { - "id": "direct-odoo-api-vs-mcp", - "date": "2026-06-11", - "area": "architecture", - "agent": "hermes", - "headline": "Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents", - "teaser": "Direct Odoo XML-RPC access beats MCP middleware for AI agents. Real Odoo user accounts with granular permissions, zero extra latency, no middle layer to maintain.", - "link": "blog/posts/direct-odoo-api-vs-mcp.html" - }, - { - "id": "speed-run-nextcloud-svg", - "date": "2026-06-11", - "area": "speed-run", - "agent": "hermes", - "headline": "Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent", - "teaser": "From zero to an agent that connects to Nextcloud, generates vector graphics, and saves them directly to your cloud storage.", - "link": "blog/posts/speed-run-nextcloud-svg.html" - }, - { - "id": "speed-run-competitor-profiling", - "date": "2026-06-10", - "area": "speed-run", - "agent": "hermes", - "headline": "Speed Run: Competitor Profiling — ODOO Community Hosting", - "teaser": "From zero to a competitor intelligence agent that researches ODOO Community hosting providers and returns a structured comparison table.", - "link": "blog/posts/speed-run-competitor-profiling.html" - }, - { - "id": "speed-run-research-agent-mobile", - "date": "2026-06-10", - "area": "speed-run", - "agent": "hermes", - "headline": "Speed Run: Research Agent — Scrape mobile.de with AI", - "teaser": "From zero to a research agent that scrapes mobile.de and returns a structured table of Toyota Hilux listings with prices and specs.", - "link": "blog/posts/speed-run-research-agent-mobile.html" - }, - { - "id": "speed-run-cold-email", - "date": "2026-06-10", - "area": "speed-run", - "agent": "hermes", - "headline": "Speed Run: Send Your First Cold Email with an AI Agent", - "teaser": "From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent.", - "link": "blog/posts/speed-run-cold-email.html" - }, - { - "id": "speed-run-odoo-community-agent", - "date": "2026-06-10", - "area": "speed-run", - "agent": "hermes", - "video": true, - "headline": "Speed Run: Create an Odoo Community Agent from Zero", - "teaser": "From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included.", - "link": "blog/posts/speed-run-odoo-community-agent.html" - } - ] + "posts": [ + { + "id": "hermes-agent-setup-guide", + "date": "2026-06-13", + "area": "tutorial", + "agent": "hermes", + "headline": "Hermes Agent Setup Guide \u2014 From Zero to Running in 10 Minutes", + "teaser": "Step-by-step guide to installing, configuring, and running Hermes Agent. Covers profiles, skills, plugins, cron jobs, and the full toolchain.", + "link": "blog/posts/hermes-agent-setup-guide.html" + }, + { + "id": "how-to-deploy-ai-agents-5-minutes", + "date": "2026-06-13", + "area": "tutorial", + "agent": "hermes", + "headline": "How to Deploy AI Agents in 5 Minutes \u2014 A Speed Run", + "teaser": "From zero to a running AI agent in under 5 minutes. No DevOps experience required. Just SSH in, run one command, and your agent is live.", + "link": "blog/posts/how-to-deploy-ai-agents-5-minutes.html" + }, + { + "id": "why-backing-up-an-agent-is-so-hard", + "date": "2026-06-12", + "area": "architecture", + "agent": "hermes", + "headline": "Why Backing Up an AI Agent Is So Hard \u2014 And How Full-Disk Snapshots Fix It", + "teaser": "69% of an agent’s state lives outside its home directory. Real filesystem data on why home-dir backups fail — and why full-disk snapshots are the only viable solution.", + "link": "blog/posts/why-backing-up-an-agent-is-so-hard.html" + }, + { + "id": "speed-run-kie-ai-image", + "date": "2026-06-11", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Generate Images with Kie.ai & Hermes Agent", + "teaser": "From zero to an AI-generated image in under 10 minutes. Connect Kie.ai's 70+ image models to Hermes Agent via a single API key.", + "link": "blog/posts/speed-run-kie-ai-image.html" + }, + { + "id": "direct-odoo-api-vs-mcp", + "date": "2026-06-11", + "area": "architecture", + "agent": "hermes", + "headline": "Direct Odoo API vs MCP \u2014 Why Direct Access Wins for AI Agents", + "teaser": "Direct Odoo XML-RPC access beats MCP middleware for AI agents. Real Odoo user accounts with granular permissions, zero extra latency, no middle layer to maintain.", + "link": "blog/posts/direct-odoo-api-vs-mcp.html" + }, + { + "id": "speed-run-nextcloud-svg", + "date": "2026-06-11", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent", + "teaser": "From zero to an agent that connects to Nextcloud, generates vector graphics, and saves them directly to your cloud storage.", + "link": "blog/posts/speed-run-nextcloud-svg.html" + }, + { + "id": "speed-run-competitor-profiling", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Competitor Profiling \u2014 ODOO Community Hosting", + "teaser": "From zero to a competitor intelligence agent that researches ODOO Community hosting providers and returns a structured comparison table.", + "link": "blog/posts/speed-run-competitor-profiling.html" + }, + { + "id": "speed-run-research-agent-mobile", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Research Agent \u2014 Scrape mobile.de with AI", + "teaser": "From zero to a research agent that scrapes mobile.de and returns a structured table of Toyota Hilux listings with prices and specs.", + "link": "blog/posts/speed-run-research-agent-mobile.html" + }, + { + "id": "speed-run-cold-email", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Send Your First Cold Email with an AI Agent", + "teaser": "From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent.", + "link": "blog/posts/speed-run-cold-email.html" + }, + { + "id": "speed-run-odoo-community-agent", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "video": true, + "headline": "Speed Run: Create an Odoo Community Agent from Zero", + "teaser": "From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included.", + "link": "blog/posts/speed-run-odoo-community-agent.html" + } + ] } \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 3e221a2..2b9a01a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,45 +1,134 @@ + https://derez.ai/ - 2026-06-10 + 2026-06-14 weekly 1.0 + + https://derez.ai/hosting.html - 2026-06-09 + 2026-06-13 monthly 0.8 https://derez.ai/add.html - 2026-06-10 + 2026-06-15 monthly 0.6 https://derez.ai/cancel.html - 2026-06-09 + 2026-06-13 monthly 0.3 https://derez.ai/password-reset.html - 2026-06-08 + 2026-06-13 monthly 0.3 - https://derez.ai/blog/posts/speed-run-odoo-community-agent.html - 2026-06-10 - weekly + https://derez.ai/error.html + 2026-06-13 + monthly + 0.3 + + + https://derez.ai/ssh-for-agents.html + 2026-06-13 + monthly + 0.5 + + + https://derez.ai/chatgpt-agent.html + 2026-06-13 + monthly + 0.5 + + + https://derez.ai/odoo-hermes-agent.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/odoo-hermes-agent-startups.html + 2026-06-13 + monthly + 0.5 + + + https://derez.ai/operations.html + 2026-06-14 + daily + 0.4 + + + + + https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html + 2026-06-13 + monthly 0.7 https://derez.ai/blog/posts/hermes-agent-setup-guide.html - 2026-06-10 - weekly + 2026-06-13 + monthly + 0.7 + + + https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html + 2026-06-13 + monthly + 0.7 + + + https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html + 2026-06-13 + monthly + 0.7 + + + https://derez.ai/blog/posts/speed-run-kie-ai-image.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/blog/posts/speed-run-nextcloud-svg.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/blog/posts/speed-run-competitor-profiling.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/blog/posts/speed-run-cold-email.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/blog/posts/speed-run-research-agent-mobile.html + 2026-06-13 + monthly + 0.6 + + + https://derez.ai/blog/posts/speed-run-odoo-community-agent.html + 2026-06-15 + monthly 0.7