Skip to content

Commit 8e78a56

Browse files
avadhutpy0xbrayo
authored andcommitted
fix: improve JSON-LD keywords and image alt texts (#39)
* Update alt attribute screenshots.pug I made changes to the alt attribute. Elaborated the sentences for better SEO. * Alt Update index.pug Added alt in img of index.pug for better SEO. * Update keywords schema-index.html added and updated keywords * fix: fixed the correction suggested by elli Added both, space keywords and no space keywords. * Update schema-index.html Removed Best free open source and replaced it with other keywords * Update schema-index.html(removed no space keywords)
1 parent 2e52c21 commit 8e78a56

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

_includes/schema-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "{{ site.url }}",
88
"description": "{{ site.description }}",
99
"disambiguatingDescription": "{{ site.abstract }}",
10-
"keywords": ["time tracker", "time tracking", "software", "app", "screen time", "free", "open source", "automatic", "self-hosted"],
10+
"keywords": ["time tracker", "time tracking", "screen time tracker", "open source screen time tracker", "free open source time tracker", "laptop screen time tracker", "automated time tracker", "screen time tracker windows free", "activity tracker PC"],
1111
"abstract": "{{ site.abstract }}",
1212
"about": "ActivityWatch is a bundle of software that tracks your computer activity and respects your privacy. It offers an ecosystem of software to work around it, including ways to collect more data and do different kinds of analysis. We created ActivityWatch completely free and open source so anyone can use, improve and extend it.",
1313
"applicationCategory": "https://en.wikipedia.org/wiki/Time-tracking_software",

index.pug

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ article.wrapper.mt-4
2424
div
2525
// Badges and stuff
2626
a.mr-2(href='https://github.com/ActivityWatch/activitywatch')
27-
img(title='GitHub stars' src='https://img.shields.io/github/stars/ActivityWatch/activitywatch.svg?style=social&label=Star')
27+
img(title='GitHub stars' src='https://img.shields.io/github/stars/ActivityWatch/activitywatch.svg?style=social&label=Star' alt='Number of GitHub stars for ActivityWatch')
2828
a.mr-2(href='https://twitter.com/ActivityWatchIt')
29-
img(title='Twitter followers' src='https://img.shields.io/twitter/follow/ActivityWatchIt.svg?style=social&label=Follow')
29+
img(title='Twitter followers' src='https://img.shields.io/twitter/follow/ActivityWatchIt.svg?style=social&label=Follow' alt='Number of Twitter followers for ActivityWatch')
3030
a(href='https://discord.gg/vDskV9q')
31-
img(title='Discord members' src='https://img.shields.io/discord/755040852727955476.svg?style=social&label=Chat&logo=discord')
31+
img(title='Discord members' src='https://img.shields.io/discord/755040852727955476.svg?style=social&label=Chat&logo=discord' alt='Number of Discord members in ActivityWatch server')
3232

3333
div.container
3434
div.row
@@ -69,10 +69,10 @@ div.container
6969
h4 Screenshots
7070
a(href='/img/screenshots/screenshot-v0.9.3-activity.png')
7171
figure(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
72-
img(style='width: 100%' src='/img/screenshots/screenshot-v0.9.3-activity.png')
72+
img(style='width: 100%' src='/img/screenshots/screenshot-v0.9.3-activity.png' alt='Screenshot of the ActivityWatch Web App Dashboard showing the activity usage of a user.')
7373
a(href='/img/screenshots/screenshot-v0.8.0b9-timeline.png')
7474
figure.mb-0(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
75-
img(style='width: 100%' src='/img/screenshots/screenshot-v0.8.0b9-timeline.png')
75+
img(style='width: 100%' src='/img/screenshots/screenshot-v0.8.0b9-timeline.png' alt='Screenshot of the ActivityWatch Web App Dashboard showing the activity timeline of a user.')
7676
a.mt-0.small(href="/screenshots/")
7777
i More screenshots here
7878

screenshots.pug

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,48 +34,48 @@ p.py-2
3434
.col-md-6
3535
h4 Activity
3636
a(href="/img/screenshots/thelifeimliving/activity.png")
37-
img(src="/img/screenshots/thelifeimliving/activity.png" alt="Screenshot of ActivityWatch" width="100%")
37+
img(src="/img/screenshots/thelifeimliving/activity.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the activity feature." width="100%")
3838
.small By @thelifeimliving
3939

4040
.col-md-6
4141
h4 Activity with productivity categories
4242
a(href="/img/screenshots/realhyperchango/activity-productivity.png")
43-
img(src="/img/screenshots/realhyperchango/activity-productivity.png" alt="Screenshot of ActivityWatch" width="100%")
43+
img(src="/img/screenshots/realhyperchango/activity-productivity.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the productivity categories feature." width="100%")
4444
.small By @realhyperchango
4545

4646
.col-md-6
4747
h4 Activity (dark)
4848
a(href="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png")
49-
img(src="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png" alt="Screenshot of ActivityWatch" width="100%")
49+
img(src="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the Dark mode feature." width="100%")
5050
.small By @BelKed
5151

5252
.col-md-6
5353
h4 Timeline (dark)
5454
a(href="/img/screenshots/thelifeimliving/timeline-dark.png")
55-
img(src="/img/screenshots/thelifeimliving/timeline-dark.png" alt="Screenshot of ActivityWatch" width="100%")
55+
img(src="/img/screenshots/thelifeimliving/timeline-dark.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the timeline feature." width="100%")
5656
.small By @thelifeimliving
5757

5858
.col-md-6
5959
h4 Month view
6060
a(href="/img/screenshots/maholli/month.png")
61-
img(src="/img/screenshots/maholli/month.png" alt="Screenshot of ActivityWatch" width="100%")
61+
img(src="/img/screenshots/maholli/month.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the monthly timeline feature." width="100%")
6262
.small By @maholli
6363

6464
.col-md-6
6565
h4 Search
6666
a(href="/img/screenshots/thelifeimliving/search.png")
67-
img(src="/img/screenshots/thelifeimliving/search.png" alt="Screenshot of ActivityWatch" width="100%")
67+
img(src="/img/screenshots/thelifeimliving/search.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the search feature." width="100%")
6868
.small By @thelifeimliving
6969

7070
.row
7171
.col-md-12
7272
h4 Stopwatch
7373
.col-md-6
7474
a(href="/img/screenshots/thelifeimliving/stopwatch.png")
75-
img(src="/img/screenshots/thelifeimliving/stopwatch.png" alt="Screenshot of ActivityWatch" width="100%")
75+
img(src="/img/screenshots/thelifeimliving/stopwatch.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the Stopwatch feature." width="100%")
7676
.col-md-6
7777
a(href="/img/screenshots/thelifeimliving/stopwatch-dark.png")
78-
img(src="/img/screenshots/thelifeimliving/stopwatch-dark.png" alt="Screenshot of ActivityWatch" width="100%")
78+
img(src="/img/screenshots/thelifeimliving/stopwatch-dark.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the Stopwatch(dark mode) feature." width="100%")
7979
.col-md-12
8080
.small By @thelifeimliving
8181

@@ -84,10 +84,10 @@ p.py-2
8484
h4 Query explorer
8585
.col-md-6
8686
a(href="/img/screenshots/thelifeimliving/query-explorer.png")
87-
img(src="/img/screenshots/thelifeimliving/query-explorer.png" alt="Screenshot of ActivityWatch" width="100%")
87+
img(src="/img/screenshots/thelifeimliving/query-explorer.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the Query explorer feature." width="100%")
8888
.col-md-6
8989
a(href="/img/screenshots/thelifeimliving/query-explorer-dark.png")
90-
img(src="/img/screenshots/thelifeimliving/query-explorer-dark.png" alt="Screenshot of ActivityWatch" width="100%")
90+
img(src="/img/screenshots/thelifeimliving/query-explorer-dark.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the Query explorer(dark mode) feature." width="100%")
9191
.col-md-12
9292
.small By @thelifeimliving
9393

@@ -96,10 +96,10 @@ p.py-2
9696
h4 Settings
9797
.col-md-6
9898
a(href="/img/screenshots/thelifeimliving/settings.png")
99-
img(src="/img/screenshots/thelifeimliving/settings.png" alt="Screenshot of ActivityWatch" width="100%")
99+
img(src="/img/screenshots/thelifeimliving/settings.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the settings." width="100%")
100100
.col-md-6
101101
a(href="/img/screenshots/thelifeimliving/settings-dark.png")
102-
img(src="/img/screenshots/thelifeimliving/settings-dark.png" alt="Screenshot of ActivityWatch" width="100%")
102+
img(src="/img/screenshots/thelifeimliving/settings-dark.png" alt="Screenshot of the ActivityWatch Web App Dashboard showing the settings(dark mode)." width="100%")
103103
.col-md-12
104104
.small By @thelifeimliving
105105

@@ -111,7 +111,7 @@ p.py-2
111111
.col-md-6
112112
h4 Activity
113113
a(href="/img/screenshots/screenshot-v0.9.3-activity.png")
114-
img(src="/img/screenshots/screenshot-v0.9.3-activity.png" alt="Screenshot of ActivityWatch" width="100%")
114+
img(src="/img/screenshots/screenshot-v0.9.3-activity.png" alt="Screenshot of the ActivityWatch Web App Dashboard of version 0.9.3." width="100%")
115115

116116
p.py-2
117117
h3 v0.8.0
@@ -121,9 +121,9 @@ p.py-2
121121
.col-md-6
122122
h4 Today (old Activity view)
123123
a(href="/img/screenshots/screenshot-v0.8.0b9-today.png")
124-
img(src="/img/screenshots/screenshot-v0.8.0b9-today.png" alt="Screenshot of ActivityWatch" width="100%")
124+
img(src="/img/screenshots/screenshot-v0.8.0b9-today.png" alt="Screenshot of the ActivityWatch Web App Dashboard of version 0.8.0(older version)." width="100%")
125125

126126
.col-md-6
127127
h4 Timeline
128128
a(href="/img/screenshots/screenshot-v0.8.0b9-timeline.png")
129-
img(src="/img/screenshots/screenshot-v0.8.0b9-timeline.png" alt="Screenshot of ActivityWatch" width="100%")
129+
img(src="/img/screenshots/screenshot-v0.8.0b9-timeline.png" alt="Screenshot of the ActivityWatch Web App Dashboard of version 0.8.0(older version)." width="100%")

0 commit comments

Comments
 (0)