Cost monitoring, PTT fix, Devon tuning, WEIRD pool expansion, YT thumbnails, LLM SEO, publish ep37
- Add real-time LLM/TTS cost tracking with live status bar display and post-show reports - Fix PTT bug where Devon suggestion layout shift stopped recording via mouseleave - Devon: facts-only during calls, full personality between calls - Double WEIRD topic pool (109→203), bump weight to 14-25% - Auto-generate YouTube thumbnails with bold hook text in publish pipeline - LLM SEO: llms.txt, robots.txt for LLM crawlers, structured data, BreadcrumbList schemas - Publish episode 37 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,23 @@
|
||||
<meta name="theme-color" content="#1a1209">
|
||||
<link rel="canonical" href="https://lukeattheroost.com/privacy">
|
||||
|
||||
<meta property="og:site_name" content="Luke at the Roost">
|
||||
<meta property="og:title" content="Privacy Policy — Luke at the Roost">
|
||||
<meta property="og:description" content="Privacy policy for Luke at the Roost, an AI-powered late-night call-in comedy podcast.">
|
||||
<meta property="og:url" content="https://lukeattheroost.com/privacy">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://lukeattheroost.com" },
|
||||
{ "@type": "ListItem", "position": 2, "name": "Privacy Policy" }
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="icon" href="favicon.ico" sizes="48x48">
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="favicon-192.png">
|
||||
@@ -17,6 +34,8 @@
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
|
||||
<link rel="stylesheet" href="css/style.css?v=3">
|
||||
<script defer data-domain="lukeattheroost.com" src="https://plausible.macneilmediagroup.com/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js"></script>
|
||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -39,7 +58,7 @@
|
||||
|
||||
<h2>Information We Collect</h2>
|
||||
<h3>Website Visitors</h3>
|
||||
<p>We use Cloudflare Web Analytics, which collects anonymous, aggregated usage data (page views, referrers, country). It does not use cookies, does not track individual users, and does not collect personal information.</p>
|
||||
<p>We use Cloudflare Web Analytics and Plausible Analytics, which collect anonymous, aggregated usage data (page views, referrers, country). Neither service uses cookies, tracks individual users, or collects personal information. Plausible is self-hosted on our own infrastructure.</p>
|
||||
|
||||
<h3>Podcast Listeners</h3>
|
||||
<p>When you download or stream an episode, standard server logs may record your IP address and user agent. We use this data only for aggregate download statistics. We do not sell or share this data with third parties.</p>
|
||||
@@ -57,6 +76,7 @@
|
||||
<p>We use the following third-party services:</p>
|
||||
<ul style="margin: 0.5em 0 1em 1.5em;">
|
||||
<li><strong>Cloudflare</strong> — CDN, DNS, and analytics</li>
|
||||
<li><strong>Plausible Analytics</strong> — Privacy-friendly website analytics (self-hosted)</li>
|
||||
<li><strong>BunnyCDN</strong> — Audio file delivery</li>
|
||||
<li><strong>Spotify, Apple Podcasts, YouTube</strong> — Podcast distribution</li>
|
||||
<li><strong>Discord</strong> — Community chat</li>
|
||||
|
||||
Reference in New Issue
Block a user