sitemap: expand to 21 URLs (all pages + blog posts); blog index: add 2 missing posts
This commit is contained in:
+22
-4
@@ -1,11 +1,29 @@
|
||||
{
|
||||
"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 — And How Full-Disk Snapshots Fix It",
|
||||
"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"
|
||||
},
|
||||
@@ -23,7 +41,7 @@
|
||||
"date": "2026-06-11",
|
||||
"area": "architecture",
|
||||
"agent": "hermes",
|
||||
"headline": "Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents",
|
||||
"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"
|
||||
},
|
||||
@@ -41,7 +59,7 @@
|
||||
"date": "2026-06-10",
|
||||
"area": "speed-run",
|
||||
"agent": "hermes",
|
||||
"headline": "Speed Run: Competitor Profiling — ODOO Community Hosting",
|
||||
"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"
|
||||
},
|
||||
@@ -50,7 +68,7 @@
|
||||
"date": "2026-06-10",
|
||||
"area": "speed-run",
|
||||
"agent": "hermes",
|
||||
"headline": "Speed Run: Research Agent — Scrape mobile.de with AI",
|
||||
"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"
|
||||
},
|
||||
|
||||
+99
-10
@@ -1,45 +1,134 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://derez.ai/</loc>
|
||||
<lastmod>2026-06-10</lastmod>
|
||||
<lastmod>2026-06-14</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
<!-- Core pages -->
|
||||
<url>
|
||||
<loc>https://derez.ai/hosting.html</loc>
|
||||
<lastmod>2026-06-09</lastmod>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/add.html</loc>
|
||||
<lastmod>2026-06-10</lastmod>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/cancel.html</loc>
|
||||
<lastmod>2026-06-09</lastmod>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/password-reset.html</loc>
|
||||
<lastmod>2026-06-08</lastmod>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-odoo-community-agent.html</loc>
|
||||
<lastmod>2026-06-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>https://derez.ai/error.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/ssh-for-agents.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/chatgpt-agent.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/odoo-hermes-agent.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/odoo-hermes-agent-startups.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/operations.html</loc>
|
||||
<lastmod>2026-06-14</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
|
||||
<!-- Blog posts -->
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/hermes-agent-setup-guide.html</loc>
|
||||
<lastmod>2026-06-10</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-kie-ai-image.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-nextcloud-svg.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-competitor-profiling.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-cold-email.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-research-agent-mobile.html</loc>
|
||||
<lastmod>2026-06-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://derez.ai/blog/posts/speed-run-odoo-community-agent.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user