Skip to content

Change protocol vault page metadata title to "vaults and yields" - #1291

Merged
miohtama merged 1 commit into
masterfrom
feature/ember-vault-title
Jul 1, 2026
Merged

Change protocol vault page metadata title to "vaults and yields"#1291
miohtama merged 1 commit into
masterfrom
feature/ember-vault-title

Conversation

@miohtama

@miohtama miohtama commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Why

The protocol vault pages (e.g. /trading-view/vaults/protocols/ember) used the metadata title <Protocol> vault comparison. The desired wording is <Protocol> vaults and yields, which better reflects the page content and improves SEO/social sharing metadata.

Lessons learnt

The metadata title on [protocol=slug]/+page.svelte is a single shared $derived template that also feeds the OpenGraph, Twitter, and JSON-Ld tags. Changing it updates the title for every protocol page consistently, not just one protocol.

Summary

  • Changed the derived metadata title template from ${protocolName} vault comparison to ${protocolName} vaults and yields in src/routes/trading-view/vaults/protocols/[protocol=slug]/+page.svelte.

Updates the shared metadata title template for protocol vault pages from
"<Protocol> vault comparison" to "<Protocol> vaults and yields" (e.g. the
Ember page now reads "Ember vaults and yields").

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@miohtama
miohtama merged commit 3fd4846 into master Jul 1, 2026
2 of 5 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