Skip to content

Commit

Permalink
Add years to SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Jun 7, 2024
1 parent a329cdb commit 23e213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function pageForProps(props: { data: QueryData }): Page {
return {
dateForMeta: '',
description:
'I help frontend teams ship incrementally, without rewrites. Test to serve the team, not a metric. Debug any app, existing or legacy.',
'With 14+ years in the game, I help frontend teams ship incrementally, without rewrites. Test to serve the team, not a metric. Debug any app, existing or legacy.',
site: props.data.site,
title: `${props.data.site.siteMetadata.title} - ${props.data.site.siteMetadata.description}`,
url: '/',
Expand Down

0 comments on commit 23e213d

Please sign in to comment.