diff --git a/app/mongodb-backup/page.tsx b/app/mongodb-backup/page.tsx new file mode 100644 index 0000000..0198706 --- /dev/null +++ b/app/mongodb-backup/page.tsx @@ -0,0 +1,1093 @@ +import type { Metadata } from "next"; +import Link from "next/link"; +import InstallationComponent from "../components/InstallationComponent"; + +export const metadata: Metadata = { + title: "MongoDB backup", + description: + "Free and open source tool for MongoDB scheduled backups. Automate mongodump with web UI, store archives in S3, Google Drive or locally. Get notifications via Slack, Discord, Telegram. AES-256 encryption for BSON data.", + keywords: + "MongoDB backup, mongodump alternative, MongoDB backup automation, MongoDB backup tool, MongoDB scheduled backup, MongoDB cloud backup, MongoDB S3 backup, MongoDB Docker backup, MongoDB backup encryption, MongoDB Atlas backup, replica set backup, document database backup, BSON backup, NoSQL backup", + robots: "index, follow", + alternates: { + canonical: "https://postgresus.com/mongodb-backup", + }, + openGraph: { + type: "website", + url: "https://postgresus.com/mongodb-backup", + title: "MongoDB backup", + description: + "Free and open source tool for MongoDB scheduled backups. Automate mongodump with web UI, cloud storage, notifications and encryption.", + images: [ + { + url: "https://postgresus.com/images/index/dashboard.png", + alt: "Postgresus dashboard interface showing MongoDB backup management", + width: 1700, + height: 1078, + }, + ], + siteName: "Postgresus", + locale: "en_US", + }, + twitter: { + card: "summary_large_image", + title: "MongoDB backup", + description: + "Free and open source tool for MongoDB scheduled backups. Automate mongodump with web UI, cloud storage, notifications and encryption.", + images: ["https://postgresus.com/images/index/dashboard.png"], + }, + applicationName: "Postgresus", + appleWebApp: { + title: "Postgresus", + capable: true, + }, + icons: { + icon: [ + { url: "/favicon.ico", type: "image/x-icon" }, + { url: "/favicon.svg", type: "image/svg+xml" }, + ], + apple: "/favicon.svg", + shortcut: "/favicon.ico", + }, +}; + +export default function MongodbBackupPage() { + return ( +
+ {/* JSON-LD Structured Data */} +