Improve webpage and docs meta information (#942)

## Description

Improve webpage and docs meta information

## Type of change

- [x] 🐹 Trivial/Minor

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
This commit is contained in:
Niraj Tolia 2022-09-22 15:53:54 -07:00 committed by GitHub
parent e3eb8f7cc4
commit 39eb153af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export default function Home() {
return (
<Layout
title={`${siteConfig.title}`}
description="Documentation for the Corso backup tool">
description="Documentation for Corso, a free, secure, and open-source backup tool for Microsoft 365">
<HomepageHeader />
<main>
<HomepageFeatures />

View File

@ -1,7 +1,7 @@
<meta charset="UTF-8" />
<title>@@title - Free, Secure, Open-Source Backup for M365</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta content="Corso Backup for M365" name="description" />
<meta content="Corso, a free, secure, and open-source backup tool for Microsoft 365" name="description" />
<meta name="author" content="The Corso Backup Team" />
<meta name="website" content="https://corsobackup.io" />
<meta name="version" content="1.0.0" />