Skip to content

fix: static favicon links in app.html so crawlers can find them - #14

Merged
stysus merged 1 commit into
mainfrom
development
Aug 18, 2026
Merged

fix: static favicon links in app.html so crawlers can find them#14
stysus merged 1 commit into
mainfrom
development

Conversation

@stysus

@stysus stysus commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Fixes Google showing placeholder globe instead of favicon.\n\nFavicon links were only injected client-side via svelte:head; crawlers reading raw HTML saw none. Moved to static app.html .

Frontend (delegated to agent frontend):
- Favicon links moved to src/app.html <head> (static, server-rendered)
- Google/crawlers reading raw HTML now see the favicon; previously links
  were only injected client-side via svelte:head, so Google showed the
  placeholder globe icon
- Layout keeps only og:image favicon fallback (JSON-LD/OG)
- Verified: raw build index.html contains favicon links; check/lint/build pass
@stysus
stysus merged commit f20218e into main Aug 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant