[WEB-4256] chore: add og image and update meta tags for social media compatibility (#7165)

* chore: og image added

* chore: meta config for cross-platform support
This commit is contained in:
Anmol Singh Bhatia 2025-06-05 19:32:11 +05:30 committed by GitHub
parent 118964de01
commit 0fe2549bc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -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",
},
],
},
};

BIN
web/public/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB