You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the landing-page Lifetime Earnings metric and link to its detailed methodology. Keep the structured FAQ metadata aligned with the visible content.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
Copy file name to clipboardExpand all lines: app/page.tsx
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ const faqJsonLd = {
55
55
'@type': 'Answer',
56
56
text: 'Yes. Yearn has documentation for developers building on top of the protocol at https://docs.yearn.fi.'
57
57
}
58
+
},
59
+
{
60
+
'@type': 'Question',
61
+
name: 'What are Yearn Lifetime Earnings?',
62
+
acceptedAnswer: {
63
+
'@type': 'Answer',
64
+
text: 'Lifetime Earnings measures the cumulative gross profit and loss reported by Yearn vault strategies in USD. Learn how it is calculated at https://docs.yearn.fi/developers/data-services/yearn-data/metrics/lifetime-earnings.'
0 commit comments