Skip to content

Commit

Permalink
Merge pull request ajnart#5 from ajnart/search-engine-optimization
Browse files Browse the repository at this point in the history
🔍️ add tags, improve title and description
  • Loading branch information
manuel-rw authored Sep 11, 2022
2 parents 49a3790 + 8c280da commit 595d746
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
metadata: [
{
name: 'keywords',
content: 'homarr, dashboard, selfhosted, hosting, modules, opensource',
},
],
},
plugins: [require.resolve('@cmfcmf/docusaurus-search-local')],
};
Expand Down
6 changes: 4 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ function HomepageHeader() {
}

export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title={siteConfig.title} description="">
<Layout
title={'Landing Page 🚀'}
description="Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. It integrates with the services you use to display information on the homepage and helps your organize your services."
>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 595d746

Please sign in to comment.