Skip to content

Commit

Permalink
feat(openGraph): add recommended dimensions in seo image description
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 10, 2024
1 parent 5783740 commit 018785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/objects/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const seo = defineField({
title: "Social Media Image",
type: "image",
description:
"A compelling image for social media can greatly improve conversion rates, even though it doesn't directly affect SEO.",
"A compelling image for social media can greatly improve conversion rates, even though it doesn't directly affect SEO. Recommended dimensions: 1200x630 (landscape).",
}),
],
});
Expand Down

0 comments on commit 018785d

Please sign in to comment.