Skip to content

Commit

Permalink
feat: SEO Optimise site description (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxori authored Dec 8, 2024
1 parent 08b0a78 commit eeb83b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![banner image](public/banner.png)

A drag-and-drop timetable planner for University of Adelaide students.
MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students. Easily organise your course classes and create the perfect timetable with this tool by the CS Club Open Source Team.

## Development

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>MyTimetable</title>
<meta
name="description"
content="A drag-and-drop timetable planner for University of Adelaide students."
content="MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students. Easily organise your course classes and create the perfect timetable with this tool by the CS Club Open Source Team."
/>
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
Expand All @@ -19,7 +19,7 @@
<meta property="og:url" content="https://mytimetable.csclub.org.au/" />
<meta
property="og:description"
content="A drag-and-drop timetable planner for University of Adelaide students."
content="MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/banner.png" />
Expand All @@ -33,7 +33,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="A drag-and-drop timetable planner for University of Adelaide students."
content="MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students."
/>
<meta name="twitter:image" content="/banner.png" />
<script
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
name: 'MyTimetable',
short_name: 'MyTimetable',
description:
'A drag-and-drop timetable planner for University of Adelaide students.',
'MyTimetable is a simple drag-and-drop timetable planner for University of Adelaide students.',
display: 'standalone',
background_color: '#FFFFFF',
theme_color: '#FC8500',
Expand Down

0 comments on commit eeb83b1

Please sign in to comment.