diff --git a/web/app/layout.tsx b/web/app/layout.tsx index d368a70d7..41d88640a 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -19,11 +19,28 @@ export const metadata: Metadata = { title: "Plane | Simple, extensible, open-source project management tool.", description: "Open-source project management tool to manage work items, cycles, and product roadmaps easily", url: "https://app.plane.so/", + images: [ + { + url: "/og-image.png", + width: 1200, + height: 630, + alt: "Plane - Modern project management", + }, + ], }, keywords: "software development, plan, ship, software, accelerate, code management, release management, project management, work item tracking, agile, scrum, kanban, collaboration", twitter: { site: "@planepowers", + card: "summary_large_image", + images: [ + { + url: "/og-image.png", + width: 1200, + height: 630, + alt: "Plane - Modern project management", + }, + ], }, }; diff --git a/web/public/og-image.png b/web/public/og-image.png new file mode 100644 index 000000000..75858098f Binary files /dev/null and b/web/public/og-image.png differ