<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Joe Pettigrew, Hotel Commercial Strategy, AI, and Distribution on Joe Pettigrew</title><link>https://www.joepettigrew.com/</link><description>Recent content in Joe Pettigrew, Hotel Commercial Strategy, AI, and Distribution on Joe Pettigrew</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Mon, 27 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.joepettigrew.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Hotels Are Ignoring YouTube, The Social Channel AI Can Read</title><link>https://www.joepettigrew.com/blog/hotels-are-ignoring-youtube/</link><pubDate>Mon, 27 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/blog/hotels-are-ignoring-youtube/</guid><description>&lt;p&gt;Hotel marketers are still using the wrong scoreboard.&lt;/p&gt;
&lt;p&gt;They look at Instagram and see reach. They look at TikTok and see cultural momentum. They look at YouTube and see an old channel with stale brand films, weak comments, low subscriber growth, and a handful of videos nobody has touched in years.&lt;/p&gt;
&lt;p&gt;That was a tolerable mistake when social media was mainly about feeds.&lt;/p&gt;
&lt;p&gt;It is a much bigger mistake now.&lt;/p&gt;</description></item><item><title>The Hotel Commercial OS</title><link>https://www.joepettigrew.com/hotel-commercial-os/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/hotel-commercial-os/</guid><description>&lt;h2 id="redesigning-hotel-operations-around-asset-value"&gt;Redesigning Hotel Operations Around Asset Value&lt;/h2&gt;
&lt;p&gt;Most hotel management teams can show activity.&lt;/p&gt;
&lt;p&gt;Sales meetings completed. Website traffic up. Social reach growing. Reporting decks filled with charts, pace commentary, and functional metrics that demonstrate effort and momentum.&lt;/p&gt;
&lt;p&gt;What they often cannot show with enough clarity is this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What, specifically, improved Net Operating Income?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Not revenue. Not occupancy. Not direct booking share. &lt;strong&gt;NOI.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For hotel owners, NOI is the operating outcome that most directly links commercial performance to asset value.&lt;/p&gt;</description></item><item><title>About Joe Pettigrew</title><link>https://www.joepettigrew.com/about/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/about/</guid><description>&lt;style&gt;
 .ah-container {
 display: grid; grid-template-columns: auto 1fr; gap: 2.5rem;
 align-items: start; margin: 0 0 2rem;
 }
 .ah-photo {
 width: 160px; height: 160px; border-radius: 50%; object-fit: cover; object-position: top;
 border: 3px solid var(--border-light);
 opacity: 0; transform: scale(0.9); transition: all 0.6s ease;
 }
 .ah-photo.visible { opacity: 1; transform: scale(1); }
 .ah-stats {
 display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.25rem;
 }
 .ah-stat {
 padding: 0.75rem 0; border-top: 2px solid var(--border-light);
 opacity: 0; transform: translateY(8px); transition: all 0.4s ease;
 }
 .ah-stat.visible { opacity: 1; transform: translateY(0); }
 .ah-stat-value {
 font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700;
 color: var(--text-primary); line-height: 1.2;
 }
 .ah-stat-label {
 font-size: 0.6875rem; color: var(--text-muted); margin-top: 0.125rem;
 }
 .ah-intro {
 font-size: 1.0625rem; color: var(--text-muted); line-height: 1.7;
 }
 .ah-intro strong { color: var(--text-primary); }
 @media (max-width: 640px) {
 .ah-container { grid-template-columns: 1fr; text-align: center; }
 .ah-photo { margin: 0 auto; width: 120px; height: 120px; }
 .ah-stats { grid-template-columns: repeat(3, 1fr); }
 }
&lt;/style&gt;

&lt;div class="ah-container" id="aboutHero"&gt;
 &lt;img src="https://www.joepettigrew.com/images/joe-pettigrew-about.jpg" alt="Joe Pettigrew" class="ah-photo" loading="eager"&gt;
 &lt;div&gt;
 &lt;div class="ah-intro"&gt;
 I run commercial strategy for hotels. Revenue, sales, distribution, marketing, brand, and guest experience reporting into a single framework oriented toward one outcome: &lt;strong&gt;asset value&lt;/strong&gt;.
 &lt;/div&gt;
 &lt;div class="ah-intro" style="margin-top: 0.75rem;"&gt;
 I'm the Group Chief Commercial Officer at &lt;strong&gt;L+R&lt;/strong&gt; in London. Before that, I spent 20 years building and leading commercial functions for hotel companies across three continents.
 &lt;/div&gt;
 &lt;div class="ah-stats"&gt;
 &lt;div class="ah-stat" data-delay="200"&gt;
 &lt;div class="ah-stat-value"&gt;20&lt;/div&gt;
 &lt;div class="ah-stat-label"&gt;Years in hotel commercial strategy&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ah-stat" data-delay="350"&gt;
 &lt;div class="ah-stat-value"&gt;1,100+&lt;/div&gt;
 &lt;div class="ah-stat-label"&gt;Hotels across career&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ah-stat" data-delay="500"&gt;
 &lt;div class="ah-stat-value"&gt;£7B&lt;/div&gt;
 &lt;div class="ah-stat-label"&gt;Current portfolio AUM&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
(function() {
 var obs = new IntersectionObserver(function(entries) {
 entries.forEach(function(entry) {
 if (entry.isIntersecting) {
 document.querySelector('#aboutHero .ah-photo').classList.add('visible');
 document.querySelectorAll('#aboutHero .ah-stat').forEach(function(el) {
 var d = parseInt(el.getAttribute('data-delay') || 0);
 setTimeout(function() { el.classList.add('visible'); }, d);
 });
 obs.disconnect();
 }
 });
 }, { threshold: 0.2 });
 obs.observe(document.getElementById('aboutHero'));
})();
&lt;/script&gt;

&lt;h2 id="career"&gt;Career&lt;/h2&gt;
&lt;style&gt;
 .ac-timeline { margin: 1.5rem 0 2.5rem; position: relative; }
 .ac-timeline::before {
 content: ''; position: absolute; left: 7px; top: 0; bottom: 0;
 width: 1px; background: var(--border-light);
 }
 .ac-entry {
 display: grid; grid-template-columns: 15px 1fr; gap: 1.25rem;
 padding-bottom: 1.75rem; position: relative;
 opacity: 0; transform: translateY(8px); transition: all 0.4s ease;
 }
 .ac-entry.visible { opacity: 1; transform: translateY(0); }
 .ac-entry:last-child { padding-bottom: 0; }
 .ac-dot {
 width: 15px; height: 15px; border-radius: 50%; margin-top: 0.25rem;
 border: 2px solid var(--border-light); background: var(--bg-primary);
 position: relative; z-index: 1; transition: border-color 0.3s;
 }
 .ac-entry:hover .ac-dot { border-color: var(--accent); }
 .ac-entry.ac-major .ac-dot { border-color: var(--accent); background: var(--accent); }
 .ac-body {}
 .ac-role {
 font-family: var(--font-heading); font-size: 0.9375rem; font-weight: 700;
 color: var(--text-primary); line-height: 1.3;
 }
 .ac-company {
 font-size: 0.8125rem; color: var(--accent); font-weight: 500; margin-top: 0.0625rem;
 }
 .ac-meta {
 font-size: 0.6875rem; color: var(--text-muted); margin-top: 0.25rem;
 }
 .ac-desc {
 font-size: 0.8125rem; color: var(--text-muted); line-height: 1.6; margin-top: 0.5rem;
 }
&lt;/style&gt;

&lt;div class="ac-timeline" id="careerTimeline"&gt;
 &lt;div class="ac-entry ac-major" data-delay="0"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Group Chief Commercial Officer&lt;/div&gt;
 &lt;div class="ac-company"&gt;L+R, London&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Nov 2024 – Present · 113 hotels · £7B AUM&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Leading revenue management, sales, marketing, brand, and digital strategy across a global portfolio spanning select-service franchises to properties like Fairmont Monte Carlo, Cliveden House, and Excelsior Venice. Launched Iconic Hotels &amp; Resorts as L+R's luxury and lifestyle operating platform.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry" data-delay="80"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Chief Commercial Officer&lt;/div&gt;
 &lt;div class="ac-company"&gt;EOS Hospitality, New York&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Apr 2024 – Nov 2024 · 51 hotels · $2B AUM&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Led commercial strategy across independent luxury destination resorts. Built a centralised team of 47 specialists. Secured four HSMAI Adrian Awards including Gold for Best Relaunch Campaign.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry ac-major" data-delay="160"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Chief Commercial Officer &amp; SVP, Hotel Asset Management&lt;/div&gt;
 &lt;div class="ac-company"&gt;Starwood Capital Group, London&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Mar 2022 – Apr 2024 · 900+ hotels · 86,000+ keys · $19B AUM&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Trusted advisor to the Investment Committee. Responsible for the commercial performance of all hotels and companies owned by Starwood Capital Group globally, including Extended Stay America, 1 Hotels, Treehouse, YOTEL, and De Vere.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry" data-delay="240"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Chief Commercial Officer, YOTEL&lt;/div&gt;
 &lt;div class="ac-company"&gt;Starwood Capital Group&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Jun 2019 – Mar 2022 · 19 hotels · $200M revenue&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Led YOTEL's global commercial strategy on behalf of Starwood Capital's 30% stake. Centralised commercial engine reduced cost per hotel by 35%, improved market share by 22%. Direct booking share from 18% to 33%.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry" data-delay="320"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Director, Revenue Maximisation&lt;/div&gt;
 &lt;div class="ac-company"&gt;Starwood Capital Group&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Nov 2017 – Jun 2019 · 93 hotels · £530M revenue&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Identified revenue upside across all European and Asian assets including YOTEL, De Vere, and Shimao Star. Developed digital strategies for SH Group brands including 1 Hotels and Baccarat Hotels.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry" data-delay="400"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;Head of Ecommerce&lt;/div&gt;
 &lt;div class="ac-company"&gt;The Principal Hotel Company (Starwood Capital)&lt;/div&gt;
 &lt;div class="ac-meta"&gt;Jul 2013 – Nov 2017 · 54 hotels · £245M revenue&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Quadrupled direct booking share in three years. Built a full-funnel digital acquisition strategy delivering +300% ROAS improvement. Launched new website, CRM, loyalty programme, and revenue analytics platform.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="ac-entry" data-delay="480"&gt;
 &lt;div class="ac-dot"&gt;&lt;/div&gt;
 &lt;div class="ac-body"&gt;
 &lt;div class="ac-role"&gt;VP Operations · Market Manager · Hotel Operations&lt;/div&gt;
 &lt;div class="ac-company"&gt;Shorerock Group · Expedia · Las Vegas Hotels&lt;/div&gt;
 &lt;div class="ac-meta"&gt;2005 – 2013&lt;/div&gt;
 &lt;div class="ac-desc"&gt;Started on the floor in Las Vegas hotel operations. Moved to Expedia to understand the demand side from inside an OTA. That perspective shaped everything since.&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
(function() {
 var done = false;
 var obs = new IntersectionObserver(function(entries) {
 entries.forEach(function(entry) {
 if (entry.isIntersecting &amp;&amp; !done) {
 done = true;
 document.querySelectorAll('#careerTimeline .ac-entry').forEach(function(el) {
 var d = parseInt(el.getAttribute('data-delay') || 0);
 setTimeout(function() { el.classList.add('visible'); }, d);
 });
 obs.disconnect();
 }
 });
 }, { threshold: 0.1 });
 obs.observe(document.getElementById('careerTimeline'));
})();
&lt;/script&gt;

&lt;h2 id="original-thinking"&gt;Original Thinking&lt;/h2&gt;
&lt;p&gt;Two ideas define my work.&lt;/p&gt;</description></item><item><title>Frequently Asked Questions</title><link>https://www.joepettigrew.com/faq/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/faq/</guid><description>&lt;h2 id="who-is-joe-pettigrew"&gt;Who is Joe Pettigrew?&lt;/h2&gt;
&lt;p&gt;Joe Pettigrew is the Group Chief Commercial Officer at L+R in London, responsible for commercial strategy across a £7B global portfolio of 113 hotels. He spent nearly 11 years inside the Starwood Capital Group ecosystem, rising from Head of Ecommerce at a portfolio company to Chief Commercial Officer and SVP of Hotel Asset Management across 1,000+ hotels globally. He is the creator of &lt;a href="https://www.joepettigrew.com/hotel-commercial-os/"&gt;The Hotel Commercial OS&lt;/a&gt; and &lt;a href="https://www.joepettigrew.com/inverse-distribution-theory/"&gt;Inverse Distribution Theory&lt;/a&gt;. He serves on hospitality technology advisory boards for Oracle and Sabre, and his commentary focuses on connecting macroeconomic events, AI developments, and geopolitical shifts to their direct impact on hotel operations and asset value.&lt;/p&gt;</description></item><item><title>Inverse Distribution Theory</title><link>https://www.joepettigrew.com/inverse-distribution-theory/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/inverse-distribution-theory/</guid><description>&lt;h2 id="the-thesis"&gt;The Thesis&lt;/h2&gt;
&lt;p&gt;For the past 25 years, hotel distribution has largely been shaped by visibility.&lt;/p&gt;
&lt;p&gt;Hotels won by appearing in the right places, ranking well within those places, and converting demand once the traveller had entered the funnel. OTAs, metasearch engines, search results, TMCs, wholesalers, and other intermediary led channels became the dominant gateways to awareness. Commercial strategy focused heavily on access to those shelves, position within them, and the tactics required to outperform the hotel next door.&lt;/p&gt;</description></item><item><title>Media and Speaking</title><link>https://www.joepettigrew.com/featured/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/featured/</guid><description>&lt;style&gt;
 .fm-section { margin: 1.5rem 0 2.5rem; }
 .fm-category {
 font-size: 0.5625rem; font-weight: 600; text-transform: uppercase;
 letter-spacing: 0.1em; color: var(--accent); margin-bottom: 1rem;
 padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
 }
 .fm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2rem; }
 .fm-card {
 border: 1px solid var(--border-light); border-radius: 0.375rem;
 padding: 1.25rem 1.5rem; transition: background 0.2s, border-color 0.3s;
 opacity: 0; transform: translateY(8px); transition: all 0.4s ease;
 display: flex; flex-direction: column;
 }
 .fm-card.visible { opacity: 1; transform: translateY(0); }
 .fm-card:hover { background: var(--bg-surface); border-color: var(--border); }
 .fm-card a { text-decoration: none; }
 .fm-card a:hover { text-decoration: none; }
 .fm-outlet {
 font-size: 0.6875rem; font-weight: 600; text-transform: uppercase;
 letter-spacing: 0.06em; color: var(--accent); margin-bottom: 0.375rem;
 }
 .fm-title {
 font-family: var(--font-heading); font-size: 0.9375rem; font-weight: 700;
 color: var(--text-primary); line-height: 1.3; margin-bottom: 0.375rem;
 }
 .fm-meta {
 font-size: 0.6875rem; color: var(--text-muted); margin-top: auto;
 }
 .fm-type {
 display: inline-block; font-size: 0.5rem; font-weight: 600; text-transform: uppercase;
 letter-spacing: 0.06em; padding: 0.1875rem 0.375rem; border-radius: 0.125rem;
 margin-right: 0.375rem;
 }
 .fm-type-podcast { color: var(--layer-3); background: rgba(90,158,143,0.1); border: 1px solid rgba(90,158,143,0.2); }
 .fm-type-article { color: var(--layer-2); background: rgba(107,138,173,0.1); border: 1px solid rgba(107,138,173,0.2); }
 .fm-type-mention { color: var(--text-muted); background: var(--bg-surface); border: 1px solid var(--border); }
 @media (max-width: 640px) { .fm-grid { grid-template-columns: 1fr; } }
&lt;/style&gt;

&lt;div class="fm-section" id="featuredMedia"&gt;
 
 &lt;div class="fm-category"&gt;Podcasts&lt;/div&gt;
 &lt;div class="fm-grid"&gt;
 &lt;a href="https://www.revinate.com/hotel-moment-podcast/is-noi-the-only-thing-that-matters/" target="_blank" rel="noopener" class="fm-card" data-delay="0"&gt;
 &lt;div class="fm-outlet"&gt;Revinate Hotel Moment&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Is NOI the only thing that matters?"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-podcast"&gt;Podcast&lt;/span&gt;&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://podcast.hoteltechinsider.com/episodes/joe-pettigrew" target="_blank" rel="noopener" class="fm-card" data-delay="80"&gt;
 &lt;div class="fm-outlet"&gt;Hotel Tech Insider&lt;/div&gt;
 &lt;div class="fm-title"&gt;AI, distribution technology, and hotel commercial operations&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-podcast"&gt;Podcast&lt;/span&gt;&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.youtube.com/watch?v=7GkeMbHtXh4" target="_blank" rel="noopener" class="fm-card" data-delay="160"&gt;
 &lt;div class="fm-outlet"&gt;Mews&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Hotel investment strategies with Joe Pettigrew"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-podcast"&gt;Podcast&lt;/span&gt;&lt;/div&gt;
 &lt;/a&gt;
 &lt;/div&gt;

 
 &lt;div class="fm-category"&gt;Publications &amp; Press&lt;/div&gt;
 &lt;div class="fm-grid"&gt;
 &lt;a href="https://www.hotelinvestmenttoday.com/Asset-Management/L-and-R-restructuring-tech-stack-to-maximize-share" target="_blank" rel="noopener" class="fm-card" data-delay="0"&gt;
 &lt;div class="fm-outlet"&gt;Hotel Investment Today&lt;/div&gt;
 &lt;div class="fm-title"&gt;"L+R restructures tech stack to maximise share"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jul 2025&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://skift.com/2025/06/30/lr-hotels-streamlines-operations-and-tech-rethinks-loyalty/" target="_blank" rel="noopener" class="fm-card" data-delay="80"&gt;
 &lt;div class="fm-outlet"&gt;Skift&lt;/div&gt;
 &lt;div class="fm-title"&gt;"L+R Hotels streamlines operations and tech, rethinks loyalty"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jun 2025&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.phocuswire.com/hotel-revenue-optimizer-versus-maximizer" target="_blank" rel="noopener" class="fm-card" data-delay="160"&gt;
 &lt;div class="fm-outlet"&gt;PhocusWire&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Does your hotel have a revenue maximiser?"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jul 2023&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.phocuswire.com/hotels-AI-seo-geo-strategy" target="_blank" rel="noopener" class="fm-card" data-delay="240"&gt;
 &lt;div class="fm-outlet"&gt;PhocusWire&lt;/div&gt;
 &lt;div class="fm-title"&gt;"From SEO to GEO, hotels confront the future of digital discovery"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt;&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.mews.com/en/blog/evolution-hospitality-questions" target="_blank" rel="noopener" class="fm-card" data-delay="320"&gt;
 &lt;div class="fm-outlet"&gt;Mews&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Evolution of Hospitality: your questions answered"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Apr 2021&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.mews.com/en/blog/fight-leisure-guest" target="_blank" rel="noopener" class="fm-card" data-delay="360"&gt;
 &lt;div class="fm-outlet"&gt;Mews&lt;/div&gt;
 &lt;div class="fm-title"&gt;"The fight for the leisure guest"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jul 2021&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.costar.com/article/2048621408/revenue-managers-hit-reset-buttons-and-dive-into-data" target="_blank" rel="noopener" class="fm-card" data-delay="400"&gt;
 &lt;div class="fm-outlet"&gt;CoStar&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Revenue managers hit reset buttons and dive into data"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jun 2020&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://www.hospitalitynet.org/opinion/4097218/why-being-different-drives-profit" target="_blank" rel="noopener" class="fm-card" data-delay="480"&gt;
 &lt;div class="fm-outlet"&gt;Hospitality Net&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Why being different drives profit"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Feb 2020&lt;/div&gt;
 &lt;/a&gt;
 &lt;div class="fm-card" data-delay="720"&gt;
 &lt;div class="fm-outlet"&gt;Triptease&lt;/div&gt;
 &lt;div class="fm-title"&gt;"10 useful insights to maximize your hotel's revenue"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jun 2019&lt;/div&gt;
 &lt;/div&gt;
 &lt;a href="https://www.traveldailymedia.com/how-can-hotels-protect-their-rates-when-otas-undercut-hotel-direct-rates-in-75-of-searches/" target="_blank" rel="noopener" class="fm-card" data-delay="800"&gt;
 &lt;div class="fm-outlet"&gt;Travel Daily&lt;/div&gt;
 &lt;div class="fm-title"&gt;"How can hotels protect their rates when OTAs undercut hotel direct rates in 75% of searches?"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Jan 2019&lt;/div&gt;
 &lt;/a&gt;
 &lt;a href="https://skift.com/2023/03/29/hotel-investors-see-new-promise-in-long-term-gap-between-supply-and-shifting-demand/" target="_blank" rel="noopener" class="fm-card" data-delay="880"&gt;
 &lt;div class="fm-outlet"&gt;Skift&lt;/div&gt;
 &lt;div class="fm-title"&gt;"Hotel investors see new promise in long-term gap between supply and shifting demand"&lt;/div&gt;
 &lt;div class="fm-meta"&gt;&lt;span class="fm-type fm-type-article"&gt;Article&lt;/span&gt; Mar 2023&lt;/div&gt;
 &lt;/a&gt;
 &lt;/div&gt;

 
 &lt;div class="fm-category"&gt;Also Featured In&lt;/div&gt;
 &lt;div style="display:flex; flex-wrap:wrap; gap:0.5rem; margin-bottom:2rem;"&gt;
 &lt;span style="font-size:0.75rem; color:var(--text-muted); padding:0.375rem 0.75rem; border:1px solid var(--border); border-radius:0.25rem;"&gt;HOTELSMag&lt;/span&gt;
 &lt;span style="font-size:0.75rem; color:var(--text-muted); padding:0.375rem 0.75rem; border:1px solid var(--border); border-radius:0.25rem;"&gt;Hotel Business&lt;/span&gt;
 &lt;span style="font-size:0.75rem; color:var(--text-muted); padding:0.375rem 0.75rem; border:1px solid var(--border); border-radius:0.25rem;"&gt;Hotel Management&lt;/span&gt;
 &lt;span style="font-size:0.75rem; color:var(--text-muted); padding:0.375rem 0.75rem; border:1px solid var(--border); border-radius:0.25rem;"&gt;The Caterer&lt;/span&gt;
 &lt;span style="font-size:0.75rem; color:var(--text-muted); padding:0.375rem 0.75rem; border:1px solid var(--border); border-radius:0.25rem;"&gt;HospitalityNet&lt;/span&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
(function() {
 var done = false;
 var obs = new IntersectionObserver(function(entries) {
 entries.forEach(function(entry) {
 if (entry.isIntersecting &amp;&amp; !done) {
 done = true;
 document.querySelectorAll('#featuredMedia .fm-card').forEach(function(el) {
 var d = parseInt(el.getAttribute('data-delay') || 0);
 setTimeout(function() { el.classList.add('visible'); }, d);
 });
 obs.disconnect();
 }
 });
 }, { threshold: 0.1 });
 obs.observe(document.getElementById('featuredMedia'));
})();
&lt;/script&gt;

&lt;h2 id="speaking"&gt;Speaking&lt;/h2&gt;
&lt;style&gt;
 .fs-container { margin: 1.5rem 0 2rem; }
 .fs-item {
 display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline;
 padding: 1rem 0; border-bottom: 1px solid var(--border);
 opacity: 0; transform: translateY(6px); transition: all 0.4s ease;
 }
 .fs-item.visible { opacity: 1; transform: translateY(0); }
 .fs-item:last-child { border-bottom: none; }
 .fs-event {
 font-family: var(--font-heading); font-size: 0.9375rem; font-weight: 700;
 color: var(--text-primary); line-height: 1.3;
 }
 .fs-topic {
 font-size: 0.8125rem; color: var(--text-muted); margin-top: 0.25rem;
 }
 .fs-type {
 font-size: 0.5625rem; font-weight: 600; text-transform: uppercase;
 letter-spacing: 0.06em; padding: 0.25rem 0.5rem; border-radius: 0.125rem;
 white-space: nowrap; color: var(--text-muted); background: var(--bg-surface);
 border: 1px solid var(--border);
 }
&lt;/style&gt;

&lt;div class="fs-container" id="featuredSpeaking"&gt;
 &lt;div class="fs-item" data-delay="0"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Iconic Leadership Conference 2026&lt;/div&gt;
 &lt;div class="fs-topic"&gt;Keynote: "The Shift We're Living Through"&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Keynote&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="80"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Skift Live&lt;/div&gt;
 &lt;div class="fs-topic"&gt;Panel on the future of hotel distribution&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Panel&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="160"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Skift Future of Lodging Forum&lt;/div&gt;
 &lt;div class="fs-topic"&gt;Panel session&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Panel&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="240"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;IHIF (International Hospitality Investment Forum)&lt;/div&gt;
 &lt;div class="fs-topic"&gt;Revenue management breakout panel&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Panel&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="320"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Mews Unfold&lt;/div&gt;
 &lt;div class="fs-topic"&gt;Panel speaker&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Panel&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="400"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Direct Booking Summit Amsterdam&lt;/div&gt;
 &lt;div class="fs-topic"&gt;"Unlocking value from every channel"&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Presentation&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="fs-item" data-delay="480"&gt;
 &lt;div&gt;
 &lt;div class="fs-event"&gt;Hilton Owners Meeting&lt;/div&gt;
 &lt;/div&gt;
 &lt;span class="fs-type"&gt;Speaker&lt;/span&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
(function() {
 var done = false;
 var obs = new IntersectionObserver(function(entries) {
 entries.forEach(function(entry) {
 if (entry.isIntersecting &amp;&amp; !done) {
 done = true;
 document.querySelectorAll('#featuredSpeaking .fs-item').forEach(function(el) {
 var d = parseInt(el.getAttribute('data-delay') || 0);
 setTimeout(function() { el.classList.add('visible'); }, d);
 });
 obs.disconnect();
 }
 });
 }, { threshold: 0.15 });
 obs.observe(document.getElementById('featuredSpeaking'));
})();
&lt;/script&gt;

&lt;h2 id="awards"&gt;Awards&lt;/h2&gt;
&lt;style&gt;
 .fa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1.5rem 0 2rem; }
 .fa-card {
 border: 1px solid var(--border-light); border-radius: 0.375rem; padding: 1.25rem;
 text-align: center; position: relative; overflow: hidden;
 opacity: 0; transform: translateY(8px); transition: all 0.4s ease;
 }
 .fa-card.visible { opacity: 1; transform: translateY(0); }
 .fa-card:hover { background: var(--bg-surface); }
 .fa-medal {
 font-size: 1.5rem; margin-bottom: 0.5rem; line-height: 1;
 }
 .fa-medal-gold { color: #d4a038; }
 .fa-medal-silver { color: #a0a0a8; }
 .fa-medal-bronze { color: #b07840; }
 .fa-award-name {
 font-size: 0.75rem; font-weight: 600; color: var(--text-primary);
 line-height: 1.3; margin-bottom: 0.25rem;
 }
 .fa-award-org {
 font-size: 0.625rem; color: var(--text-muted);
 }
 .fa-year {
 font-size: 0.5625rem; color: var(--text-muted); margin-top: 0.375rem;
 font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
 }
 @media (max-width: 768px) { .fa-grid { grid-template-columns: repeat(2, 1fr); } }
&lt;/style&gt;

&lt;div class="fa-grid" id="featuredAwards"&gt;
 &lt;div class="fa-card" data-delay="0"&gt;
 &lt;div class="fa-medal fa-medal-gold"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Relaunch of Existing Asset&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2024&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="80"&gt;
 &lt;div class="fa-medal fa-medal-silver"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best B2C Campaign&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2024&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="160"&gt;
 &lt;div class="fa-medal fa-medal-bronze"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Website&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2024&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="240"&gt;
 &lt;div class="fa-medal fa-medal-silver"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Special Event&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2024&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="320"&gt;
 &lt;div class="fa-medal fa-medal-gold"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Digital Marketing&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2014&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="400"&gt;
 &lt;div class="fa-medal fa-medal-silver"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Website&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;HSMAI Adrian Award&lt;/div&gt;
 &lt;div class="fa-year"&gt;2014&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="480"&gt;
 &lt;div class="fa-medal fa-medal-silver"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Website&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;MIMA&lt;/div&gt;
 &lt;div class="fa-year"&gt;2014&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="fa-card" data-delay="560"&gt;
 &lt;div class="fa-medal fa-medal-gold"&gt;●&lt;/div&gt;
 &lt;div class="fa-award-name"&gt;Best Accommodation Website&lt;/div&gt;
 &lt;div class="fa-award-org"&gt;Travolution&lt;/div&gt;
 &lt;div class="fa-year"&gt;2014&lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
(function() {
 var done = false;
 var obs = new IntersectionObserver(function(entries) {
 entries.forEach(function(entry) {
 if (entry.isIntersecting &amp;&amp; !done) {
 done = true;
 document.querySelectorAll('#featuredAwards .fa-card').forEach(function(el) {
 var d = parseInt(el.getAttribute('data-delay') || 0);
 setTimeout(function() { el.classList.add('visible'); }, d);
 });
 obs.disconnect();
 }
 });
 }, { threshold: 0.15 });
 obs.observe(document.getElementById('featuredAwards'));
})();
&lt;/script&gt;</description></item><item><title>Your Hotel Is Already Invisible to AI Trip Planners</title><link>https://www.joepettigrew.com/blog/hotels-invisible-to-ai/</link><pubDate>Sun, 29 Mar 2026 10:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/blog/hotels-invisible-to-ai/</guid><description>&lt;p&gt;Ask ChatGPT to recommend a boutique hotel in Barcelona with a rooftop pool under €200 per night. It will give you a list. Your property probably isn&amp;rsquo;t on it. Not because it&amp;rsquo;s a bad hotel. Because the AI couldn&amp;rsquo;t evaluate it with enough confidence to recommend it.&lt;/p&gt;
&lt;p&gt;This is already happening at scale. Every major technology company has launched or is building AI travel planning features. Google, OpenAI, Perplexity, Apple, Meta. The way travellers discover and book hotels is shifting from search results pages to conversational AI agents. And these agents don&amp;rsquo;t work like traditional search.&lt;/p&gt;</description></item><item><title>The Real Cost of Running Revenue, Distribution, and Marketing in Silos</title><link>https://www.joepettigrew.com/blog/cost-of-commercial-silos/</link><pubDate>Sun, 29 Mar 2026 09:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/blog/cost-of-commercial-silos/</guid><description>&lt;p&gt;A revenue manager pushes ADR up by 4%. The distribution manager opens three new OTA channels to fill soft dates. Marketing runs a brand campaign that drives awareness but shifts the booking mix toward lower-rated segments. Guest experience changes the breakfast offering without telling revenue that the rate fence justifying the premium room category just disappeared.&lt;/p&gt;
&lt;p&gt;Every function delivered against its own KPIs. The hotel&amp;rsquo;s NOI went backwards.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve seen this pattern in hundreds of hotels across every continent. It&amp;rsquo;s not a people problem. The revenue manager is good. The marketing team is competent. The distribution manager knows the channel landscape. The failure is structural. These functions operate as independent departments with separate reporting lines, separate budgets, separate definitions of success, and no shared accountability for the number that actually matters: net operating income.&lt;/p&gt;</description></item><item><title>How Energy Costs Flow Through to Hotel P&amp;Ls</title><link>https://www.joepettigrew.com/blog/energy-costs-hotel-pnl/</link><pubDate>Sun, 29 Mar 2026 08:00:00 +0000</pubDate><guid>https://www.joepettigrew.com/blog/energy-costs-hotel-pnl/</guid><description>&lt;p&gt;Most hotel operators track energy as a line item. Electricity, gas, maybe diesel for backup generators. When oil prices spike, they watch the utility bill. That&amp;rsquo;s one channel out of four. The other three do more damage.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve spent 20 years watching oil shocks ripple through hotel P&amp;amp;Ls. The pattern is consistent. Direct energy costs are the obvious hit. But the indirect effects on air capacity, consumer spending, and currency moves compound the pain in ways that don&amp;rsquo;t show up in the same quarter. By the time operators recognise the full impact, the damage to NOI is already locked in.&lt;/p&gt;</description></item></channel></rss>