Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meta tag data for SEO #122

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnify",
"version": "2024-2025.0.1",
"version": "2024-2025.0.2",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down
1 change: 1 addition & 0 deletions public/google54c92b773e5f6e29.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google54c92b773e5f6e29.html
18 changes: 12 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,31 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<link rel="icon" href="https://magnify.web.app/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="title" content="Magnify 2024-2025" />
<link rel="apple-touch-icon" href="https://magnify.web.app/logo.png" />
<link rel="manifest" href="https://magnify.web.app/manifest.json" />
<meta
name="title"
content="Linn-Mar Magnify 2024-2025 Program of Studies"
/>
<meta
name="description"
content="Linn-Mar High School Digital Program of Studies"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://magnify.web.app/" />
<meta property="og:title" content="Linn-Mar Magnify 2024-2025" />
<meta
property="og:title"
content="Linn-Mar Magnify 2024-2025 Program of Studies"
/>
<meta
property="og:description"
content="Linn-Mar High School Digital Program of Studies"
/>
<meta property="og:image" content="https://magnify.web.app/logo.png" />
<title>Linn-Mar Magnify 2024-2025</title>
<title>Linn-Mar Magnify 2024-2025 Program of Studies</title>
</head>
<body>
<noscript>Magnify requires JavaScript to run.</noscript>
Expand Down
Loading