Skip to content

Commit e5f5daf

Browse files
Merge pull request #602 from Aryan-Agarwal-creator/SEO_ISSUE
Seo issue
2 parents 97c8e4a + a95e513 commit e5f5daf

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/crl-icon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Github Tracker</title>
7+
<title>Github Tracker - Track and Analyze GitHub User Activity</title>
8+
<meta name="description" content="Track and analyze GitHub user activity with powerful insights. Get detailed analytics on user repositories, contributions, and developer activity." />
9+
<meta name="keywords" content="GitHub Tracker, GitHub Analytics, GitHub Activity, Developer Insights, GitHub Analysis" />
10+
<meta name="author" content="GitHub Tracker" />
11+
<meta name="robots" content="index, follow" />
12+
<meta property="og:title" content="Github Tracker - GitHub User Activity Analytics" />
13+
<meta property="og:description" content="Track and analyze GitHub user activity with powerful insights. Get detailed analytics on user repositories, contributions, and developer activity." />
14+
<meta property="og:type" content="website" />
15+
<link rel="canonical" href="https://github-spy.netlify.app/" />
816
</head>
917
<body>
1018
<div id="root"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@testing-library/jest-dom": "^6.9.1",
4444
"@testing-library/react": "^16.3.2",
4545
"@testing-library/user-event": "^14.6.1",
46-
"@types/jasmine": "^5.1.8",
46+
"@types/jasmine": "^5.1.15",
4747
"@types/node": "^22.10.1",
4848
"@types/react": "^18.3.23",
4949
"@types/react-dom": "^18.3.7",

public/_redirects

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
# Don't redirect robots.txt and other static files
2+
/robots.txt /robots.txt 200
3+
/favicon.ico /favicon.ico 200
4+
/crl.png /crl.png 200
5+
/crl-icon.png /crl-icon.png 200
6+
/vite.svg /vite.svg 200
7+
8+
# Catch-all SPA route handler
19
/* /index.html 200
210

public/robots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
User-agent: *
2+
Allow: /
3+
Disallow: /api/
4+
Disallow: /admin/
5+
Crawl-delay: 1
6+
7+
+Sitemap: https://github-spy.netlify.app/sitemap.xml

0 commit comments

Comments
 (0)