Add detailed description to page title, to increase SEO

This commit is contained in:
Amruth Pillai
2022-11-23 12:57:07 +01:00
parent 83e3f59e68
commit 50f41f73d5
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import WrapperRegistry from '@/wrappers/index';
const App = ({ Component, pageProps }: AppProps): JSX.Element => ( const App = ({ Component, pageProps }: AppProps): JSX.Element => (
<> <>
<Head> <Head>
<title>Reactive Resume</title> <title>Reactive Resume | A free and open source resume builder</title>
<meta <meta
name="description" name="description"

View File

@ -2,7 +2,7 @@ import { NextPage } from 'next';
import NextDocument, { DocumentContext, Head, Html, Main, NextScript } from 'next/document'; import NextDocument, { DocumentContext, Head, Html, Main, NextScript } from 'next/document';
const Document: NextPage = () => ( const Document: NextPage = () => (
<Html> <Html lang="en">
<Head /> <Head />
<body> <body>