From 754796e9921e6574bb8948ef3648996fe397ee0d Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Tue, 6 Jun 2023 20:00:03 -0700 Subject: [PATCH] Add structured data for the Corso website (#3573) Adds a website name for Google to pick up. --- #### Does this PR need a docs update or release note? - [x] :no_entry: No #### Type of change - [x] :world_map: Documentation --- website/src/pages/index.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 134379a34..44869ff4d 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -1,5 +1,6 @@ import React, { useEffect } from "react"; import Layout from "@theme/Layout"; +import Head from "@docusaurus/Head" import { MainComp } from "@site/src/components/parts/MainComp"; import { useColorMode } from "@docusaurus/theme-common"; @@ -24,8 +25,17 @@ export default function Home() { return ( + description="Intro, docs, and blog for Corso, an open-source tool, that protects Microsoft 365 data by securely and efficiently backing up all business-critical data to object storage."> + + +