[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:
parent
118964de01
commit
0fe2549bc6
2 changed files with 17 additions and 0 deletions
|
|
@ -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
BIN
web/public/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
Loading…
Add table
Add a link
Reference in a new issue