PodcastSeries JSON-LD is missing sameAs/logo, and Organization sub-nodes have no contactPoint/address
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 38/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Attiva
- Stack tecnologico
- typescript
- Ambito
- web-dev
Direzione di ricerca
Inizia in packages/starpod/src/layouts/Layout.astro e analizza come vengono assemblati i nodi PodcastSeries e Organization annidati. Poi leggi StarpodConfig e i relativi dati platforms, oltre alla issue #69 relativa alla fonte di contatto proposta. Il lavoro è completo quando sameAs viene valorizzato a partire dagli URL delle piattaforme disponibili, i logo di Organization sono supportati e l’ambito di contactPoint/address è definito e riflesso nei dati strutturati.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Context
An is-agentic.com scan of whiskey.fm flagged incomplete structured data:
JSON-LD Organization with name + description - add url and sameAs/logo/address for full score
Organization schema found but missing: contactPoint, address
Add Organization JSON-LD that includes both contactPoint (with email/phone and contactType) and address (PostalAddress). This lets AI verify your business legitimacy and answer contact queries.
Current state
packages/starpod/src/layouts/Layout.astro already emits a solid PodcastSeries node (name, about, description, url, webFeed, image, nested author/publisher Organization objects) — good baseline. What's missing:
{
'@context': 'https://schema.org',
'@type': 'PodcastSeries',
// ...
author: { '@type': 'Organization', name: show.title, url: canonicalURL.origin },
publisher: { '@type': 'Organization', name: show.title, url: canonicalURL.origin }
// no sameAs, no logo on the PodcastSeries node
// no contactPoint/address on the Organization nodes
}
- No
sameAsarray on thePodcastSeriesnode —starpodConfig.platformsalready hasapple/spotify/youtube/overcast/pocketCastsURLs, which are exactly whatsameAswants (canonical profile links proving the entity is the same across the web). This looks like a straightforward win since the data already exists in config. - No
logoon theOrganizationsub-nodes (only the top-levelPodcastSeries.imageis set). - No
contactPoint(email + contactType) oraddresson theOrganizationnodes — reasonable, sinceStarpodConfighas no field for either today.addressmay not even make sense for every show (a podcast isn't always a registered local business) — could be optional/skippable, butcontactPointseems like a reasonable ask once contact-page work (#69) lands, since that's the same email/contact info.
Proposed fix
- Populate
sameAson thePodcastSeriesnode fromObject.values(starpodConfig.platforms).filter(Boolean). - Add an optional
logofield toStarpodConfig(or reuse an existing show-image asset) and wire it onto theOrganizationnodes. - Add an optional
contactPoint(built from a config-level contact email, see #69) once there's a canonical place to source it from. Treataddressas optional/skippable — not every show has one worth publishing.
🤖 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
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di shipshapecode/starpod
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
shipshapecode/starpod#57 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 68/100
shipshapecode/starpod#69 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
shipshapecode/starpod#21 · 1 commento ·
Tutte le issue di shipshapecode/starpod
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
bug v2
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
modelcontextprotocol/inspector#2458 · 1 commento ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 75/100
railmapgen/rmp-gallery#4068 ·
-
Mend: dependency security vulnerability status: needs triage 🕵️♀️
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
carbon-design-system/ibm-products#9907 ·