Monetarisierung: Affiliate-Deeplinks (Amazon/idealo/eBay)+Zubehör-Upsell, Pro-Pass (Zeit-Tier Echtzeit vs ~10min + Prognose-Frühwarnung/Watchlist/Preiswecker), Custom Multi-Artikel-Watchlist, Partner-Empfehlung Stöver/TGA (UTM, kein Lead-Verkauf), Dashboard (Chart.js) + Login-Stub
This commit is contained in:
@@ -42,16 +42,45 @@ const jsonld={'@context':'https://schema.org','@type':'FAQPage',mainEntity:[
|
||||
<h2>Tipp zum Timing</h2>
|
||||
<p>Mitten in der Hitzewelle sind SHK-Betriebe ausgebucht und Geräte knapp. Wer kann, holt jetzt <strong>Angebote</strong> ein und lässt <strong>außerhalb der Hochsaison</strong> installieren – oft günstiger und schneller. Für die akute Notlage hilft der <a href="/karte">Verfügbarkeits-Monitor</a> oder die <a href="/soforthilfe">Hitze-Soforthilfe</a>.</p>
|
||||
|
||||
<div class="card" style="margin-top:1.4rem;border-left:4px solid var(--petrol)">
|
||||
<div class="card" style="margin-top:1.4rem;border-left:4px solid var(--ok-dot)">
|
||||
<h3 style="margin-top:0">Fachbetrieb finden – unsere Empfehlung</h3>
|
||||
<p class="muted" style="margin-bottom:.7rem">Feste Anlagen dürfen nur zertifizierte Betriebe einbauen. In unseren Regionen empfehlen wir direkt:</p>
|
||||
<div class="partners">
|
||||
<a class="pcard" id="p-stoever" href="https://www.klempnerei-stoever.de/?utm_source=kuehlfinder&utm_medium=referral&utm_campaign=feste-anlage" rel="noopener" target="_blank">
|
||||
<strong>Bauklempnerei Stöver</strong><span class="note">Tostedt & Umgebung</span><span class="go">Zum Betrieb ↗</span></a>
|
||||
<a class="pcard" id="p-tga" href="https://www.tgasolutions.de/?utm_source=kuehlfinder&utm_medium=referral&utm_campaign=feste-anlage" rel="noopener" target="_blank">
|
||||
<strong>TGA Solutions</strong><span class="note">Ahlerstedt · Landkreis Stade</span><span class="go">Zum Betrieb ↗</span></a>
|
||||
</div>
|
||||
<form class="plzcheck" id="plzcheck"><label>Deine PLZ<input name="plz" inputmode="numeric" placeholder="z. B. 21255" /></label><button class="btn sm" type="submit">Passenden Betrieb zeigen</button></form>
|
||||
<p class="note" id="plzmsg" style="margin:.4rem 0 0">Außerhalb der Region: zertifizierten SHK-Fachbetrieb vor Ort wählen, mehrere Angebote einholen. Empfehlungen sind HD-Partner, keine bezahlte Platzierung.</p>
|
||||
</div>
|
||||
<div class="card" style="margin-top:1.2rem;border-left:4px solid var(--petrol)">
|
||||
<h3 style="margin-top:0">Kurz gesagt</h3>
|
||||
<p class="muted" style="margin:0">Mobiles Gerät = schnelle Brücke. Fest installiert = die ruhige, effiziente Dauerlösung. Beides hat seine Berechtigung – Panikkauf zum Wucherpreis nicht.</p>
|
||||
</div>
|
||||
|
||||
<p class="note" style="margin-top:1.2rem">Quellen: <a href="https://www.adac.de/rund-ums-haus/wohnen/haushalt/klimaanlage-mit-einbau-kosten/" rel="nofollow">ADAC</a>, <a href="https://ratgeber.blauarbeit.de/kosten-preise/klimaanlage-einbauen-kosten" rel="nofollow">Blauarbeit Ratgeber</a>, <a href="https://www.heizcenter.de/blog/klimaanlage-kosten-2026-anschaffung-installation-betrieb" rel="nofollow">HeizCenter</a>. Preise sind Richtwerte – mehrere Angebote einholen. Keine Rechtsberatung.</p>
|
||||
</section>
|
||||
<script>
|
||||
const f=document.getElementById('plzcheck');
|
||||
f&&f.addEventListener('submit',e=>{e.preventDefault();const v=(new FormData(f).get('plz')||'').toString().trim();
|
||||
const st=document.getElementById('p-stoever'),tga=document.getElementById('p-tga'),msg=document.getElementById('plzmsg');
|
||||
st.classList.remove('hot');tga.classList.remove('hot');
|
||||
if(/^212(5|0|3)/.test(v)||/^211/.test(v)){st.classList.add('hot');msg.textContent='Empfehlung für deine Region: Bauklempnerei Stöver (Tostedt).';}
|
||||
else if(/^217/.test(v)||/^215/.test(v)){tga.classList.add('hot');msg.textContent='Empfehlung für deine Region (LK Stade): TGA Solutions.';}
|
||||
else {msg.textContent='Für deine PLZ haben wir (noch) keinen festen Partner – wähle einen zertifizierten SHK-Betrieb vor Ort, mehrere Angebote einholen.';}
|
||||
});
|
||||
</script>
|
||||
</Base>
|
||||
<style>.prose .lead{font-size:1.15rem;color:var(--ink-2)}.prose h2{margin-top:1.6rem}.prose ul{padding-left:1.2rem}.prose li{margin:.35rem 0}
|
||||
.cmp{width:100%;border-collapse:collapse;margin:.6rem 0;font-size:.92rem}
|
||||
.cmp th,.cmp td{border:1px solid var(--line);padding:.55rem .7rem;text-align:left}
|
||||
.cmp thead th{background:var(--petrol-soft);color:var(--petrol-deep);font-weight:600}
|
||||
.cmp td:first-child{color:var(--slate);font-weight:500}</style>
|
||||
.cmp td:first-child{color:var(--slate);font-weight:500}
|
||||
.partners{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:.4rem 0 .8rem}
|
||||
.pcard{display:flex;flex-direction:column;gap:.1rem;border:1px solid var(--line);border-radius:12px;padding:.8rem .9rem;text-decoration:none;color:var(--ink);transition:border-color .15s,transform .08s}
|
||||
.pcard:hover{border-color:var(--petrol);transform:translateY(-2px)}.pcard.hot{border-color:var(--ok-dot);background:var(--ok-bg)}
|
||||
.pcard .go{color:var(--petrol-deep);font-weight:600;font-size:.85rem;margin-top:.2rem}
|
||||
.plzcheck{display:flex;gap:.6rem;align-items:flex-end;flex-wrap:wrap}.plzcheck input{padding:.55rem .8rem;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);font-family:var(--font-body)}
|
||||
@media(max-width:560px){.partners{grid-template-columns:1fr}}
|
||||
.shk{display:grid;gap:.7rem}.shk .row2{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.shk input,.shk select{width:100%;padding:.6rem .8rem;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);font-family:var(--font-body)}.shk .chk{display:flex;gap:.5rem;align-items:center;font-size:.88rem}.shk .chk input{width:auto}@media(max-width:560px){.shk .row2{grid-template-columns:1fr}}</style>
|
||||
|
||||
Reference in New Issue
Block a user