Skip to content

Commit

Permalink
feat: Add meta description to index page
Browse files Browse the repository at this point in the history
The commit adds a meta description to the index page. This improves the SEO of the page by providing a concise summary of the content.
  • Loading branch information
teles committed Jul 12, 2024
1 parent c3ea3a6 commit 436a2aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import Header from "../components/Header.astro";
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<meta
name="description"
content="Holysheets! Easily manipulate your Google Sheets data without confuse range codes."
/>
<title>
Holysheets! Easily manipulate your Google Sheets data without confuse
range codes.
Expand Down

0 comments on commit 436a2aa

Please sign in to comment.