Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Contact page has too little real content for agent trust checks

Aperta
#69 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
68/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
typescript
Ambito
content, web-dev

Direzione di ricerca

Inizia da packages/starpod/src/pages/contact.astro e verifica come viene idratato ContactForm. Poi leggi starpod.config.ts per vedere se il testo di contatto specifico del sito può essere configurato nel template condiviso. Il lavoro è completato quando la pagina dei contatti contiene testo statico sostanziale per i crawler, spiega i messaggi di benvenuto e fornisce un metodo di contatto alternativo senza JavaScript.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Context

An is-agentic.com scan of whiskey.fm (95/100 overall — this platform already does a lot right for agent discoverability: llms.txt, markdown twins, OpenAPI, agent-friendly 404s) flagged one "trust anchor" gap:

About, Privacy pages verified - missing: Contact
Publish real /about, /contact, and /privacy pages with at least 500 characters of content each. These are the pages AI agents check to verify your business is legitimate before recommending you.

Current state

packages/starpod/src/pages/contact.astro is just an <h1>, one ~130-character paragraph, and a client-hydrated form:

<h1>Get in touch</h1>
<p>
  Have a question for us or a topic you would like us to cover on the show?
  Reach out here and we'll be in touch soon!
</p>
<ContactForm client:load />

That's true for every site built on Starpod, not just whiskey.fm — this is a template issue.

(Side note while investigating: I couldn't find a /privacy route anywhere in the repo, and whiskey.fm/privacy 404s live, despite the scan reporting Privacy as "verified" — that check result may be unreliable/stale on its own. Flagging in case it's useful, but the actionable gap here is Contact.)

Proposed fix

Add enough real static copy to contact.astro to clear the ~500-character bar and give agents/crawlers something substantive without JS, e.g.:

  • A sentence or two on what kinds of messages are welcome (guest pitches, sponsorship, feedback, corrections)
  • A direct fallback contact method (an email address) for clients that can't or won't fill out a JS form — ContactForm is client:load, so a no-JS agent/crawler sees the static copy only
  • Maybe a link to the show's socials/hosts (already on /about) for people who'd rather reach out there

Could be baked into the shared template with configurable copy via starpod.config.ts, since the "what should go here" text is site-specific.

🤖 Filed with Claude Code

Lingua principale
TypeScript
Stelle
89
Fork
30
Merge medio
7h 41m
PR unite (30g)
14

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di shipshapecode/starpod

Tutte le issue di shipshapecode/starpod

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.