Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127008f commit d8aceefCopy full SHA for d8aceef
app/layout.js
@@ -7,6 +7,22 @@ const inter = Inter({ subsets: ["latin"] });
7
export const metadata = {
8
title: "Savage Maps",
9
description: "Interactive maps powered by D3.js",
10
+ openGraph: {
11
+ title: "Savage Maps",
12
+ siteName: "Savage Maps",
13
+ description: "Interactive maps powered by D3.js",
14
+ locale: "en_US",
15
+ type: "website",
16
+ url: "https://savagemaps.com",
17
+ images: [
18
+ {
19
+ url: "/public/savage-maps-preview.png",
20
+ width: 1600,
21
+ height: 900,
22
+ alt: "Savage Maps social preview image",
23
+ },
24
+ ],
25
26
};
27
28
export default function RootLayout({ children }) {
0 commit comments