[object Object]

← back to Ventura Claw

/services + /legal-notice + /how-it-works: <link rel='alternate' type='application/rss+xml'> pointing at /feed; RSS readers + Google/Bing now discover the changelog feed from any page

734a275a730a6a7b82213476f4144c96da265b78 · 2026-05-07 11:01:53 -0700 · Steve

Files touched

Diff

commit 734a275a730a6a7b82213476f4144c96da265b78
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 11:01:53 2026 -0700

    /services + /legal-notice + /how-it-works: <link rel='alternate' type='application/rss+xml'> pointing at /feed; RSS readers + Google/Bing now discover the changelog feed from any page
---
 server/public/how-it-works.html | 1 +
 server/public/legal-notice.html | 1 +
 server/public/services.html     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/server/public/how-it-works.html b/server/public/how-it-works.html
index d7a3a29..45a3de4 100644
--- a/server/public/how-it-works.html
+++ b/server/public/how-it-works.html
@@ -11,6 +11,7 @@
 <meta property="og:url" content="https://venturaclaw.com/how-it-works" />
 <meta property="og:site_name" content="VenturaClaw" />
 <link rel="canonical" href="https://venturaclaw.com/how-it-works" />
+<link rel="alternate" type="application/rss+xml" title="VenturaClaw changelog" href="/feed" />
 <script>
   (function () { try { if (localStorage.getItem('vc-theme') === 'light') document.documentElement.setAttribute('data-theme', 'light'); } catch (e) {} })();
 </script>
diff --git a/server/public/legal-notice.html b/server/public/legal-notice.html
index dbb8334..5e1029d 100644
--- a/server/public/legal-notice.html
+++ b/server/public/legal-notice.html
@@ -6,6 +6,7 @@
 <title>Legal Notice — VenturaClaw is NOT a Law Firm</title>
 <meta name="description" content="VenturaClaw is an API-orchestration service that helps small businesses set up Stripe, accounting, banking, insurance, payroll, contracts, and domains via vetted partners. Not a law firm, not your attorney. Read the full legal notice." />
 <meta name="robots" content="index,follow" />
+<link rel="alternate" type="application/rss+xml" title="VenturaClaw changelog" href="/feed" />
 <script>
   (function () { try { if (localStorage.getItem('vc-theme') === 'light') document.documentElement.setAttribute('data-theme', 'light'); } catch (e) {} })();
 </script>
diff --git a/server/public/services.html b/server/public/services.html
index a105498..0b3329f 100644
--- a/server/public/services.html
+++ b/server/public/services.html
@@ -12,6 +12,7 @@
 <meta property="og:site_name" content="VenturaClaw" />
 <meta name="twitter:card" content="summary_large_image" />
 <link rel="canonical" href="https://venturaclaw.com/services" />
+<link rel="alternate" type="application/rss+xml" title="VenturaClaw changelog" href="/feed" />
 <script type="application/ld+json">
 {
   "@context": "https://schema.org",

← 1e1f786 /how-it-works: expand step-2 partner-API tag cloud from 13 →  ·  back to Ventura Claw  ·  /connectors: client-side search filter — single input filter 334b6e1 →